yiwen_akeni

test mode + INTEGRITY_CHECKS

Sep 18th, 2025 (edited)
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.32 KB | None | 0 0
  1. REM:(disable SecureBoot on uefi bios)
  2.  
  3. bcdedit /set TESTSIGNING ON
  4.  
  5. bcdedit.exe -set loadoptions DISABLE_INTEGRITY_CHECKS
  6.  
  7. bcdedit /set nointegritychecks on
  8.  
  9. shutdown -r -t 0
  10. ----------------------
  11.  
  12. bcdedit /set TESTSIGNING OFF
  13.  
  14. bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS
  15.  
  16. bcdedit /set nointegritychecks off
Advertisement
Add Comment
Please, Sign In to add comment