Advertisement
slyfox1186

automatically-open-all-batch-scripts-as-administrator-rm.reg

Aug 15th, 2020 (edited)
884
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 0.35 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ; Made by: SlyFox1186
  4. ; Profile: https://pastebin.com/u/slyfox1186
  5.  
  6. ; REMOVE SET DEFAULT EXECUTION LEVEL FOR ALL BATCH SCRIPTS
  7. ; EXECUTE ALL SCRIPTS WITH ADMINISTRATOR RIGHTS
  8. ; AFFECTS ALL FILES WITH [ .bat OR .cmd ] EXTENSIONS
  9.  
  10. [HKEY_CLASSES_ROOT\batfile\shell]
  11. @=-
  12.  
  13. [HKEY_CLASSES_ROOT\cmdfile\shell]
  14. @=-
  15.  
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement