Difference between revisions of "Dezactivare permanenta Driver Signature Enforcement"

From Idrive
Jump to navigation Jump to search
(Dezactivare permanenta Driver Signature Enforcement pentru a se putea instala drivere nesemnate)
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
Disabling Driver Signature Enforcement In Windows 8 Temporarily
 
 
Step 1. Go to the right bottom corner of the desktop and wait for the side menu to appear. When it’s there click on the gear icon with the title “Settings”.
 
 
Step 2. Now click on the entry “More PC Settings”, then click on the entry “General”.
 
 
Bypass Driver Signature Enforcement In Windows 8
 
Step 4. Scroll down to “Restart now” (under “Advanced start up “) and click it.
 
 
Step 5. Wait a bit for a menu.
 
 
Step 6. Now click “Troubleshoot”, then “Advanced Options” and after that click “Windows Start up Settings”.
 
 
Disabling Driver Signature Enforcement In Windows 8
 
 
Startup settings Windows 8
 
 
Step 7. Click on “Restart” and wait for the profit to happen.
 
 
Once you did this you will be able to install unsigned drivers, just click “Install this driver” software anyway and this will install your driver.
 
 
Installing Unsigned Driver
 
 
Disabling Driver Signature Enforcement In Windows 8 Permanently
 
Disabling Driver Signature Enforcement In Windows 8 Permanently
  
Line 31: Line 9:
 
Step 4.  Reboot and you’re done.
 
Step 4.  Reboot and you’re done.
  
To disable it do step 1 and run these commands on step 2 and 3:
+
This method it leaves a watermark saying you are in test mode until you disable it again.
 +
 
  
Step 2. “bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS” (without the “”)
 
  
Step 3. “bcdedit -set TESTSIGNING OFF” (without the “”)
+
'''WARNING''': if the procedure is executed remotely, the reboot should be executed with the fallowing command from Run or cmd.exe:
  
Then do step 4 and you’re done.
+
''shutdown -r -f -t 0''
  
This method it leaves a watermark saying you are in test mode until you disable it again.
+
to avoid hanging up the restart.

Latest revision as of 10:37, 8 October 2015

Disabling Driver Signature Enforcement In Windows 8 Permanently

Step 1. Open the Windows command promt as “Run as Administrator”.

Step 2. Run “bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS” (without the “”).

Step 3. To finalize the process run “bcdedit -set TESTSIGNING ON” (without the “”).

Step 4. Reboot and you’re done.

This method it leaves a watermark saying you are in test mode until you disable it again.


WARNING: if the procedure is executed remotely, the reboot should be executed with the fallowing command from Run or cmd.exe:

shutdown -r -f -t 0

to avoid hanging up the restart.