StefanG3D Posted February 23, 2018 Report Share Posted February 23, 2018 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 Quote Link to comment Share on other sites More sharing options...
erp-ster7n Posted March 8, 2019 Report Share Posted March 8, 2019 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.