0% found this document useful (0 votes)
109 views

Echo Off

This document contains a batch script that activates various versions of Windows 7 by connecting to a KMS server to validate the Windows license. It tries connecting to multiple KMS servers, and if successful, prompts the user to visit the blog of the script's creator. The script also contains advertising for supporting the project financially.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
109 views

Echo Off

This document contains a batch script that activates various versions of Windows 7 by connecting to a KMS server to validate the Windows license. It tries connecting to multiple KMS servers, and if successful, prompts the user to visit the blog of the script's creator. The script also contains advertising for supporting the project financially.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

@echo off
2. title Activate Windows 7 Professional/Enterprise for FREE!&cls&echo
============================================================================&echo
#Project: Activating Microsoft software products for FREE without software&echo
============================================================================&echo.&echo
#Supported products:&echo - Windows 7 Professional&echo - Windows 7 Professional N&echo
- Windows 7 Professional E&echo - Windows 7 Enterprise&echo - Windows 7 Enterprise
N&echo - Windows 7 Enterprise E&echo.&echo.&echo
============================================================================&echo
Activating your Windows...&cd /d %windir%\system32&cscript //nologo slmgr.vbs /upk
>nul&cscript //nologo slmgr.vbs /cpky >nul&wmic os | findstr /I "enterprise" >nul
3. if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH
>nul&cscript //nologo slmgr.vbs /ipk YDRBP-3D83W-TY26F-D46B2-XCKRJ >nul&cscript //nologo
slmgr.vbs /ipk C29WB-22CC8-VJ326-GHFJW-H9DH4 >nul) else (cscript //nologo slmgr.vbs /ipk
FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4 >nul&cscript //nologo slmgr.vbs /ipk MRPKT-YTG23-K7D7T-
X2JMM-QY7MG >nul&cscript //nologo slmgr.vbs /ipk W82YF-2Q76Y-63HXB-FGJG9-GF7QX >nul)
4. set i=1
5. :server
6. if %i%==1 set KMS_Sev=kms7.MSGuides.com
7. if %i%==2 set KMS_Sev=kms8.MSGuides.com
8. if %i%==3 set KMS_Sev=kms9.MSGuides.com
9. if %i%==4 goto unsupported
10. cscript //nologo slmgr.vbs /skms %KMS_Sev% >nul&echo
============================================================================&echo.&echo.
11. cscript //nologo slmgr.vbs /ato | find /i "successfully" && (echo.&echo
============================================================================&echo.&echo
#My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo
#Please feel free to contact me at [email protected] if you have any questions or
concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo
#Your support is helping me keep my servers running everyday!&echo.&echo
============================================================================&choice
/n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo
The connection to my KMS server failed! Trying to connect to another one... & echo
Please wait... & echo. & echo. & set /a i+=1 & goto server)
12. explorer "http://MSGuides.com"&goto halt
13. :unsupported
14. echo
============================================================================&echo.&echo
Sorry! Your version is not supported.&echo.
15. :halt
16. pause

You might also like