Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v14.6 (Windows/Linux)
by
bigboy32
on 07/06/2019, 15:45:14 UTC
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:

Quote
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 computer’s UEFI firmware. You’ll need to disable Secure Boot in your computer’s 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:

Quote
bcdedit /set testsigning off