Disable Zip File Compressed Folders File Explorer

Page 2 of 3 FirstFirst 123 LastLast

  1. Posts : 118
    windows 10 20H2 Build 19042.928
       #11

    Brink said:
    You do not want to delete that key.
    Instead, you could set the default app for ZIP files to be WinRar or 7-Zip if you like.
    Choose Default Apps in Windows 10
    In addition, use Open with to open a ZIP file with either program.
    The default app for ZIP files to be WinRar is already set (see image bellow) and still zip folders not disabled

    Disable Zip File Compressed Folders File Explorer-winrar-default.jpg
      My Computer


  2. Posts : 68,954
    64-bit Windows 11 Pro for Workstations
       #12

    coukou said:
    The default app for ZIP files to be WinRar is already set (see image bellow) and still zip folders not disabled
    ZIP files will still open like folders in File Explorer even with WinRAR set as the default app.
      My Computers


  3. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #13

    Hello @Brink,

    Brink said:
    You do not want to delete that key.

    Instead, you could set the default app for ZIP files to be WinRar or 7-Zip if you like.

    Choose Default Apps in Windows 10

    In addition, use Open with to open a ZIP file with either program.
    Is this still the case as WinRar and 7-Zip have their own Context menu entries?
      My Computer


  4. Posts : 68,954
    64-bit Windows 11 Pro for Workstations
       #14

    Paul Black said:
    Hello @Brink,

    Is this still the case as WinRar and 7-Zip have their own Context menu entries?
    You can also use their context menus.
      My Computers


  5. Posts : 118
    windows 10 20H2 Build 19042.928
       #15

    Brink said:
    ZIP files will still open like folders in File Explorer even with WinRAR set as the default app.
    YES
    Also WinRar and 7-Zip use their Context menu
      My Computer


  6. Posts : 6,849
    22H2 64 Bit Pro
       #16

    Paul Black said:
    Is this still the case as WinRar and 7-Zip have their own Context menu entries?
    For me they open directly in 7-Zip File Manager when clicked. (If configured via 7zFM.exe run as admin)

    Disable Zip File Compressed Folders File Explorer-options.jpg
      My Computer


  7. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #17

    Hello @coukou,

    coukou said:
    I'm using WinRar and 7zip.. So, can I delete
    Code:
    HKEY_CLASSES_ROOT\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}
    If you did want to do this, you would need to export BOTH the registry keys FIRST as a backup!
    In fact, it is ALSO advised [ as well as ] to backup the WHOLE registry while you are at it!
    You could also create a system image just to be on the safe side!

    Then if you are going to use your own file compression utility like WinRAR or 7-Zip, you can delete the registry keys. Copy the below code into Notepad and save it a REG file . . .
    Code:
    Windows Registry Editor Version 5.00
    
    ; Registry Key for Compressed Folder [ZIP] is . . .
    [-HKEY_CLASSES_ROOT\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}]
    
    ; Registry Key for Cabinet File [CAB] is . . .
    [-HKEY_CLASSES_ROOT\CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}]
    If you ever want to get those registry keys back, you can use the backup that you made.
    I would strongly suggest that you ONLY do this if you are experienced and familiar with the registry though.

    I hope this helps!

    EDIT:
    It might be best to just use the Registry Key for Compressed Folder [ZIP] first to see if it is what you wanted!
    Last edited by Paul Black; 08 Jul 2020 at 05:17.
      My Computer


  8. Posts : 406
    Windows 10 21H1
       #18

    I'm a bit confused by all the comments. I know this thread is old and the original tutorial is way old, but I've only recently begun using Windows 10 on a daily basis and there are lots of changes from Windows 7 that I would call "unwelcome". This here is one of them. Here is the screenshot of my explorer:

    Disable Zip File Compressed Folders File Explorer-capture.png

    I don't want to see zip files as folders in the Navigation pane. I find this very annoying and not helpful in any way. In Windows 7 this "feature" could be removed using the said tutorial, but now from the comments above I see that in Windows 10 this might not be the case. So, is there any way to get rid of this? As you can see from the screenshot, I am using 7-Zip as the default application to open archives, so I don't need Windows to open them natively.
      My Computer


  9. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #19

    Hello @unifex,

    unifex said:
    . . . recently begun using Windows 10 on a daily basis and there are lots of changes from Windows 7 that I would call "unwelcome".

    I don't want to see zip files as folders in the Navigation pane. I find this very annoying and not helpful in any way.

    I know what you mean. Win 10 is a bit of a learning curve from Win 7.

    What I usually do is extract the Zipped file to my preferred location, and then Cut & Paste the Zipped file to a USB for example for future use if needed.

    I hope this helps.
      My Computer


  10. Posts : 3
    Windows 10
       #20

    Sry necroing this Thread, but I just found out how to get rid of the zip subfolders. Nobody seems to have an answer to get rid of the zipfldr.dll features. Up until now I guess.

    I did a brute force approach. I went through HKEY_CLASSES_ROOT and HKEY_CURRENT_USER and deleted ALL keys containing mentions of zipfldr.dll, also deleted all the before mentioned keys that used to work.
    [HKEY_CLASSES_ROOT\ArchiveFolder]
    [HKEY_CLASSES_ROOT\CompressedFolder\CLSID]
    [HKEY_CLASSES_ROOT\SystemFileAssociations\.zip\CLSID]

    Basically, open regedit as Admin, search through the registry and delete all keys containing an entry with the zipfldr.dll, that requires you to take ownership of every Key (and all child elements) and setting the permissions for your User (with admin privileges) to full control.

    I didn't delete
    HKEY_CLASSES_ROOT\Applications\zipfldr.dll
    HKEY_CLASSES_ROOT\CLSID\{888DCA60-FC0A-11CF-8F0F-00C04FD7D062}
    or anything that might come up in
    HKEY_CLASSES_ROOT\Local Settings
    HKEY_CURRENT_USER\Local Settings

    When done just reboot ... and zip subfolder in the nav pane are history.
    Also totally rips windows native zip functionality out, but who cares, that's what WinRAR and 7Zip are for.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 07:24.
Find Us




Windows 10 Forums