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 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FadeMind/8b6e1e0e1575a4270d011ae0baec73a6 to your computer and use it in GitHub Desktop.
Save FadeMind/8b6e1e0e1575a4270d011ae0baec73a6 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