Skip to content

Instantly share code, notes, and snippets.

@jamiedevsandbox
Created April 24, 2021 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamiedevsandbox/66427135267c7b79d1c3e39c3893518a to your computer and use it in GitHub Desktop.
Save jamiedevsandbox/66427135267c7b79d1c3e39c3893518a to your computer and use it in GitHub Desktop.
Windows Software Licensing Management Tool for Non Genuine Windows
slmgr.vbs
When your copy of Windows is not genuine and you don't want to activate (with product key).
slmgr /rearm
^ The above command will reset the licensing status of the machine.
Now you will not receiveve messages stating your system is not genuine.
This is temporary, ephemeral fix.
After some time elapses, it will notify you again that it's not genuine.
Additional argument info:
slmgr /dli all (displays license information)
slmgr /dlv all (displays detailed license information)
slmgr /cpky (clear product key from the registry)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment