Jump to content
LaptopVideo2Go Forums

How to disable driver signatures on modern rigs with secure boot


StefanG3D

Recommended Posts

On older rigs with secure boot off we can use these commands:

bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit -set testsigning ON
shutdown.exe /r /o

 

Nowadays most laptops insist on secure boot on to load Windows 10

If you want to install unsigned drivers occasionally use this method:

bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
enable testsigning via enhanced start options as described at:
https://support.microsoft.com/en-us/windows/find-safe-mode-and-other-startup-settings-in-windows-10-7551aac3-21b5-c646-06ee-31e0e6a5e4dc

If you want to install unsigned drivers regularly use this method:

bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit /set {globalsettings} advancedoptions true

 

Link to comment
Share on other sites

  • 1 year later...
On 2/23/2018 at 9:00 AM, StefanG3D said:

On older rigs with secure boot off we can use these commands:


bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit -set testsigning ON
shutdown.exe /r /o

 

usually these CMDs are best used on old machines that use legacy BIOS (non-UEFI) chips

older machines that do have UEFI but have pre-installed win8/8.1 have options to enable or disable secure boot in UEFI setup

 

On 2/23/2018 at 9:00 AM, StefanG3D said:

Nowadays most laptops insist on secure boot on to load Windows 10

If you want to install unsigned drivers occasionally use this method:


bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
enable testsigning via enhanced start options as described at:
http://acer.custhelp.com/app/answers/detail/a_id/38289/~/windows-10%3A-disable-signed-driver-enforcement

If you want to install unsigned drivers regularly use this method:


bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit /set {globalsettings} advancedoptions true

 

most laptops with pre-installed win10 have no option to turn off secure boot

Link to comment
Share on other sites

  • StefanG3D changed the title to How to disable driver signatures on modern rigs with secure boot
×
×
  • Create New...