Created by: Prog. Kanishk Raj (ProgrammerKR)
A lightweight and efficient batch script to activate Windows Operating Systems for free using the popular get.activated.win (MAS) methodology. This script automates the process by elevating itself to Administrator privileges and executing the necessary PowerShell commands.
- ⚡ One-Click Execution: Just run the batch file.
- 🛡️ Auto-Elevation: Automatically requests Administrator privileges.
- 🔍 Transparent Logic: Open the
.batfile to see exactly what commands are being run. - 🌐 Dual Methodology: Uses multiple fetch methods to ensure success even if one is blocked by DNS or ISP.
- Download: First, download the
WindowsActivationScript.batfile from this repository. - Execute: Open the file normally by double-clicking it. You can also right-click and select Run as Administrator to ensure all permissions are granted.
- Automatic Start: The Microsoft Activation Script (MAS) interface will launch automatically within a PowerShell window.
- Select Activation Type:
- Press
1on your keyboard for Windows OS Activation. - Press
2on your keyboard for Microsoft Office Activation.
- Press
- Completion: Follow any remaining on-screen instructions. Once finished, you can close the window.
- Done!: Your Windows or Office suite is now fully activated.
The script executes the following core PowerShell commands:
# Method 1: Direct fetch and execute
irm https://get.activated.win | iex
# Method 2: Secure fetch via DNS query (if Method 1 fails)
iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)This tool is for educational purposes only. The authors are not responsible for any misuse or legal implications. We recommend purchasing a genuine Windows license to support the developers at Microsoft.
- MAS (Microsoft Activation Scripts) for the underlying activation logic.
- Cloudflare (1.1.1.1) for the secure DoH service used in the script.
Created by Prog. Kanishk Raj (ProgrammerKR) | Made with ❤️ for the community.