Advertisement
Guest User

DisableZipFolders.reg

a guest
Mar 8th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 1.56 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ;---------------------------------------------
  4. ; Disable ZIP/CAB folders in Windows 7/8/10
  5. ;---------------------------------------------
  6. ; By DragonRUJ - 2018
  7.  
  8. ;---------------------------------------------
  9. ; Acknowledgment
  10. ;---------------------------------------------
  11.  
  12. ; I have to thank to:
  13.  
  14. ; - Anand Khanse for his very informative and useful article:
  15. ;     How to disable Windows built-in Zip support
  16. ;     http://www.thewindowsclub.com/disable-windows-built-in-zip
  17.  
  18. ; - NickHunter for his alternative and simple method.
  19.  
  20. ; - Tessa Moore for her request for a script.
  21.  
  22. ; IMPORTANT: Always create a system restore point before dealing with the Windows registry.
  23.  
  24. ;---------------------------------------------
  25. ; Disable .ZIP folders
  26. ;---------------------------------------------
  27.  
  28. [-HKEY_CLASSES_ROOT\SystemFileAssociations\.zip\CLSID]
  29.  
  30. [-HKEY_CLASSES_ROOT\CompressedFolder\ShellEx\StorageHandler]
  31.  
  32. [-HKEY_CLASSES_ROOT\CompressedFolder\CLSID]
  33.  
  34. [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.zip\CLSID]
  35.  
  36. [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\ShellEx\StorageHandler]
  37.  
  38. [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\CLSID]
  39.  
  40. ;---------------------------------------------
  41. ; Disable .CAB folders
  42. ;---------------------------------------------
  43.  
  44. [-HKEY_CLASSES_ROOT\SystemFileAssociations\.cab\CLSID]
  45.  
  46. [-HKEY_CLASSES_ROOT\CABFolder\CLSID]
  47.  
  48. [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.cab\CLSID]
  49.  
  50. [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CABFolder\CLSID]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement