From c9400bfb07173e7b305b224e82bf44f41be4a16b Mon Sep 17 00:00:00 2001 From: "@BenjaminWegener" Date: Fri, 2 Aug 2019 12:38:38 +0200 Subject: [PATCH] Add files via upload --- TestModeOFF.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 TestModeOFF.bat 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