Skip to content

Instantly share code, notes, and snippets.

@FadeMind
Forked from CHEF-KOCH/Win10HometoPro.cmd
Created June 18, 2020 10:33
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save FadeMind/89c774307eca1b098bf5caa09a1ebb8b to your computer and use it in GitHub Desktop.
Save FadeMind/89c774307eca1b098bf5caa09a1ebb8b to your computer and use it in GitHub Desktop.
Convert Windows 10 Home to Pro
cscript.exe %windir%\system32\slmgr.vbs /rilc
cscript.exe %windir%\system32\slmgr.vbs /upk
cscript.exe %windir%\system32\slmgr.vbs /ckms
cscript.exe %windir%\system32\slmgr.vbs /cpky
cscript.exe %windir%\system32\slmgr.vbs /ipk VK7JG-NPHTM-C97JM-9MPGT-3V66T
sc config LicenseManager start= auto & net start LicenseManager
sc config wuauserv start= auto & net start wuauserv
clipup -v -o -altto c:\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment