Secure Boot
Check Secureboot
RrR
Last Update 7 maanden geleden
How to check if Secure Boot is disabled?
Some hacks only function properly when Secure Boot has been disabled.
A quick and easy way to check if this is already the case is the following:
Open the Start Menu by pressing the Windows-key or clicking on the Windows icon of the bottom left of the screen
When the Start Menu opens, type "cmd" and click "Run as administrator".

In the new Command window, type the following:
bcdedit -set TESTSIGNING OFF
and then press "Enter"
If you see the message "The operation completed successfully" this means the Secure Boot is disabled

If nothing appear, this means the secure boot is enabled. You will need to go into the BIOS to disable this function. Consult the manual of your hardware on how to do this as it differs per machine.