0% found this document useful (1 vote)
15K views

Windows 10 Activator

The document is a batch file that allows a user to select between different versions of Windows 10 to activate, including Pro, Enterprise, Education, and Home. It displays the options, takes the user's input, and then uses the slmgr tool to activate the selected Windows version by inputting a product key and connecting to a KMS server.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
15K views

Windows 10 Activator

The document is a batch file that allows a user to select between different versions of Windows 10 to activate, including Pro, Enterprise, Education, and Home. It displays the options, takes the user's input, and then uses the slmgr tool to activate the selected Windows version by inputting a product key and connecting to a KMS server.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

@echo off

title Windows 10 Activator Kurdistan PC Community


echo 1. Windows 10 Pro
echo 2. Windows 10 Pro N
echo 3. Windows 10 Enterprise
echo 4. Windows 10 Enterprise N
echo 5. Windows 10 Education
echo 6. Windows 10 Education N
echo 7. Windows 10 Home
echo 8. Windows 10 Home N
CHOICE /C 12345678 /M "Choose your Windows version"
if '%choice%'=='1' goto :WINPRO
if '%choice%'=='2' goto :WINPRON
if '%choice%'=='3' goto :WINENT
if '%choice%'=='4' goto :WINENTN
if '%choice%'=='5' goto :WINEDU
if '%choice%'=='6' goto :WINEDUN
if '%choice%'=='7' goto :WINHOME
if '%choice%'=='8' goto :WINHOMEN
:WINPRO
echo Please wait...
start /b /wait slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
start /b /wait slmgr /skms kms8.msguides.com
start /b /wait slmgr /ato
goto :end
:WINPRON
echo Please wait...
start /b /wait slmgr /ipk MH37W-N47XK-V7XM9-C7227-GCQG9
start /b /wait slmgr /skms kms8.msguides.com
start /b /wait slmgr /ato
goto :end
:WINENT
echo Please wait...
start /b /wait slmgr /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43
start /b /wait slmgr /skms kms8.msguides.com
start /b /wait slmgr /ato
goto :end
:WINENTN
echo Please wait...
start /b /wait slmgr /ipk DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4
start /b /wait slmgr /skms kms8.msguides.com
start /b /wait slmgr /ato
goto :end
:WINEDU
echo Please wait...
start /b /wait slmgr /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2
start /b /wait slmgr /skms kms8.msguides.com
start /b /wait slmgr /ato
goto :end
:WINEDUN
echo Please wait...
start /b /wait slmgr /ipk 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ
start /b /wait slmgr /skms kms8.msguides.com
start /b /wait slmgr /ato
goto :end
:WINHOME
echo Please wait...
start /b /wait slmgr /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99
start /b /wait slmgr /skms kms8.msguides.com
start /b /wait slmgr /ato
goto :end
:WINHOMEN
echo Please wait...
start /b /wait slmgr /ipk DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4
start /b /wait slmgr /skms kms8.msguides.com
start /b /wait slmgr /ato
goto :end
:end
cls
echo Your windows should now be activated.
pause

You might also like