Created
September 27, 2020 04:45
-
-
Save duong1989/0e7d3d83732b6e89f0fa1605d9c75c27 to your computer and use it in GitHub Desktop.
active windows 10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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