Login Register






Register Windows 10 Home/Professional (NO APPS) filter_list
Author
Message
Register Windows 10 Home/Professional (NO APPS) #1
Hello,   today im posting a working and self tested method to register your current install of Windows 10.
Save the following in your favorite text editor as .BAT (batch) extension. Be sure to run as Administrator.
Code:
@echo off title Windows 10 ALL version activator&cls&echo ************************************&echo Supported products:&echo - Windows 10 Home&echo - Windows 10 Professional&echo - Windows 10 Enterprise, Enterprise LTSB&echo - Windows 10 Education&echo.&echo.&echo ************************************ &echo Windows 10 activation... cscript //nologo c:\windows\system32\slmgr.vbs /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk 3KHY7-WNT83-DGQKR-F7HPR-844BM >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk PVMJN-6DFY6-9CCP6-7BKTT-D3WVR >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk MH37W-N47XK-V7XM9-C7227-GCQG9 >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43 >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk WNMTR-4C88C-JK8YV-HQ7T2-76DF9 >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk 2F77B-TNFGY-69QQF-B8YKP-D69TJ >nul echo ************************************ &echo.&echo.&set i=1 :server if %i%==1 set KMS_Sev=kms4.MSGuides.com if %i%==2 set KMS_Sev=kms2.MSGuides.com if %i%==3 set KMS_Sev=kms3.MSGuides.com if %i%==4 exit cscript //nologo c:\windows\system32\slmgr.vbs /skms %KMS_Sev% >nul cscript //nologo c:\windows\system32\slmgr.vbs /ato | find /i "successfully" && (echo.& echo ************************************ & echo. & choice /n /c YN /m "Do you want to restart your PC now [Y,N]?" & if errorlevel 2 exit) || (echo The connection to the server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server) shutdown.exe /r /t 00

Thanks for viewing... Good luck in your endeavors!
(This post was last modified: 01-30-2017, 05:18 PM by theClownGod.)

Reply

RE: Register Windows 10 Home/Professional (NO APPS) #2
thanks for sharing, i do not pirate software as i am a law abiding citizen

[+] 1 user Likes pvnk's post
Reply

RE: Register Windows 10 Home/Professional (NO APPS) #3
Im sorry but your code makes me want to pull my eyes out.

& is, imo, the worst nightmare of anyone who wants to read someones else's code because it allows people to smash every fucking line of code that they want into one fucking line and it makes me want to die legitimately.
Scientia potentia est

[Image: inkexplosion.jpg]

Reply

RE: Register Windows 10 Home/Professional (NO APPS) #4
(01-23-2017, 07:20 PM)DarkMuse Wrote: Im sorry but your code makes me want to pull my eyes out.

& is, imo, the worst nightmare of anyone who wants to read someones else's code because it allows people to smash every fucking line of code that they want into one fucking line and it makes me want to die legitimately.
Lol

Reply

RE: Register Windows 10 Home/Professional (NO APPS) #5
First of all I recommend putting your code in proper [code.] [./code] tags.

This reminds me of the slmgr -rearm I used to use to expand my trial length for Windows 7 Ulti.
Thank you for sharing, your code code be optimized though. This might be usefull for some members.
~~ Might be back? ~~

[+] 1 user Likes Bish0pQ's post
Reply

RE: Register Windows 10 Home/Professional (NO APPS) #6
Sorry about the improper format and general guidelines.. New to this board, & had this recent bit of work to post for others.. I do apologize in advance. Fixing things now. Hope to see ya around... many thanks & may luck embed itself within your endeavors. Cool

Reply