Advertisement
LaDEEKill3R

Classic Explorer Ribbon

Jul 19th, 2021
1,514
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.58 KB | None | 0 0
  1. @Echo On
  2. Title Reg Converter v1.2 & Color 1A
  3. cd %systemroot%\system32
  4. call :IsAdmin
  5.  
  6. Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked" /v "{e2bf9676-5f8f-435c-97eb-11607a5bedf7}" /t REG_SZ /d "" /f
  7. Reg.exe add "HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked" /v "{e2bf9676-5f8f-435c-97eb-11607a5bedf7}" /t REG_SZ /d "" /f
  8. Exit
  9.  
  10. :IsAdmin
  11. Reg.exe query "HKU\S-1-5-19\Environment"
  12. If Not %ERRORLEVEL% EQU 0 (
  13.  Cls & Echo You must have administrator rights to continue ...
  14.  Pause & Exit
  15. )
  16. Cls
  17. goto:eof
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement