Skip to content

Instantly share code, notes, and snippets.

@matteocostantini
Forked from CHEF-KOCH/Win10HometoPro.cmd
Created May 19, 2020 06:41
Show Gist options
  • Save matteocostantini/2fd5c331b91b9200f183c031e7e1a38b to your computer and use it in GitHub Desktop.
Save matteocostantini/2fd5c331b91b9200f183c031e7e1a38b 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