diff --git a/TestModeOFF.bat b/TestModeOFF.bat new file mode 100644 index 0000000..f37c8ae --- /dev/null +++ b/TestModeOFF.bat @@ -0,0 +1,5 @@ +@echo off +echo this will turn testmode off and driver verification on again. please run as admin +Bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS +Bcdedit.exe -set TESTSIGNING OFF +pause \ No newline at end of file