Bypass / Remove Windows Evaluation Restart
I ran into this one recently on a VM I run for Windows – I let the evaluation license expire but couldn’t recreate a new VM.
Even though I am logged in with an administor account, I do not have access to disable the service that checks and reboots the computer. To disable this service, you can do the following:
- Download PsExec tools from Microsoft site here
- After downloading, extract the files to any folder
- open cmd and Run as administrator
- cd to the folder path
- execute psexec -i -s cmd.exe
- This will open another cmd prompt as shown below :
7. Now type whoami to confirm you are the system (as shown below)
Type services.msc as shown above
9. This will open services and now you can navigate to Windows License Monitoring Service and disable it
10. Restart the VM or computer and the service will be disabled, won’t start, and your machine will be good to go!