Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- REM:(disable SecureBoot on uefi bios)
- bcdedit /set TESTSIGNING ON
- bcdedit.exe -set loadoptions DISABLE_INTEGRITY_CHECKS
- bcdedit /set nointegritychecks on
- shutdown -r -t 0
- ----------------------
- bcdedit /set TESTSIGNING OFF
- bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS
- bcdedit /set nointegritychecks off
Advertisement
Add Comment
Please, Sign In to add comment