If someone receives a message that Windows is not activated or licensed, there is a command that can be ran.
- Open command prompt as administrator
- Type in slmgr.vbs /Rearm
- Press Enter
- Once the succeed message appears, restart the computer.
Go into the system and there should now be a product ID being pulled from the KMS server.
Note: this can be ran 6 times only. If this command has been run more than that, you will receive an message and will need to reimage the machine.
---------------------------------
If the above command results in a permission denial message, run the following as an admin in the command prompt (one by one):
- Ran gpupdate \force \sync
- slmgr.vbs /Rearm (all as admin).
- Restarted and the windows activation message goes away.