Skip to content

Instantly share code, notes, and snippets.

@SkyN9ne
Forked from FadeMind/Win10HometoPro.cmd
Created December 9, 2022 18:56
Show Gist options
  • Save SkyN9ne/6279e96eea29307936acf66d9195f62b to your computer and use it in GitHub Desktop.
Save SkyN9ne/6279e96eea29307936acf66d9195f62b 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