Skip to content

Instantly share code, notes, and snippets.

@duong1989
Created September 27, 2020 04:45
Show Gist options
  • Save duong1989/0e7d3d83732b6e89f0fa1605d9c75c27 to your computer and use it in GitHub Desktop.
Save duong1989/0e7d3d83732b6e89f0fa1605d9c75c27 to your computer and use it in GitHub Desktop.
active windows 10
cscript //nologo slmgr.vbs /upk >nul
cscript //nologo slmgr.vbs /cpky >nul
wmic os | findstr /I "enterprise" >nul
cscript //nologo slmgr.vbs /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43
cscript //nologo slmgr.vbs /skms kms9.MSGuides.com
cscript //nologo slmgr.vbs /ato
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment