How do I get windows out of test mode, when not running claymore?
I think you can restore Secure Boot in the bios and that takes it out of test mode.
If all you're doing is mining on that computer or rig, then it probably isn't an issue to leave it in test mode.
to get into test mode, open a CMD window with admin permissions and entering:
bcdedit /set testsigning on
If you see a message saying the value is protected by Secure Boot policy, that means Secure Boot is enabled in your computers UEFI firmware. Youll need to disable Secure Boot in your computers UEFI firmware (BIOS) to enable test signing mode.
To leave test mode, open a Command Prompt window as Administrator once again and run the following command:
bcdedit /set testsigning off