yiwen_akeni

test mode + INTEGRITY_CHECKS

Sep 18th, 2025
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.27 KB | None | 0 0
  1. bcdedit /set TESTSIGNING ON
  2.  
  3. bcdedit.exe -set loadoptions DISABLE_INTEGRITY_CHECKS
  4.  
  5. bcdedit /set nointegritychecks on
  6.  
  7.  
  8. ----------------------
  9.  
  10. bcdedit /set TESTSIGNING OFF
  11.  
  12. bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS
  13.  
  14. bcdedit /set nointegritychecks off
Advertisement
Add Comment
Please, Sign In to add comment