How to disable zip folder (zipfldr.dll)?

gutzz

New member
Local time
10:31 AM
Messages
4
Is there any way to disable zip folder (zipfldr.dll) in Windows 7?

I've tried to take ownership of dll file and unregister the file, but apparently it didn't work :shock:.
 

My Computer

OS
Windows 7

My Computer

Computer Manufacturer/Model Number
Acer Aspire 1692
OS
XP pro, Win7 Ultimate x86
CPU
Pentium M 1.73GHz
Memory
2GB Samsung DDR2 667
Graphics Card(s)
ATI Mobility Radeon X700 64MB
Sound Card
Conexant AC-Link Audio
Screen Resolution
1280x800
Is there any way to disable zip folder (zipfldr.dll) in Windows 7?

I've tried to take ownership of dll file and unregister the file, but apparently it didn't work :shock:.

Hello gutzz. Which command did you use to unregister the file?
 

My Computer

Computer Manufacturer/Model Number
ENIAC
OS
Windows 7 RC 7100 32bit/64bit
CPU
Intel Core2Duo E4500 2.20 GHz
Motherboard
ASUS P5LD2-X/1333
Memory
2x1GB Kinsgston DDR2 800MHz
Graphics Card(s)
Nvidia 8500GT
Sound Card
Onboard High Definition Audio Device
Monitor(s) Displays
Sony Bravia 42"
Case
LINKW 2222
Cooling
Standard Intel
Keyboard
Some cheap one
Mouse
Microsoft Intellimouse something
Internet Speed
24MBps ADSL
Code:
regsvr32 /s /u %windir%\system32\zipfldr.dll
regsvr32 /s /u %windir%\system32\cabview.dll

After this, move the above files to a backup location , they should be deleted from system32 or the system will keep using them.

Note: Don't forget cabview.dll
 

My Computer

Computer Manufacturer/Model Number
ENIAC
OS
Windows 7 RC 7100 32bit/64bit
CPU
Intel Core2Duo E4500 2.20 GHz
Motherboard
ASUS P5LD2-X/1333
Memory
2x1GB Kinsgston DDR2 800MHz
Graphics Card(s)
Nvidia 8500GT
Sound Card
Onboard High Definition Audio Device
Monitor(s) Displays
Sony Bravia 42"
Case
LINKW 2222
Cooling
Standard Intel
Keyboard
Some cheap one
Mouse
Microsoft Intellimouse something
Internet Speed
24MBps ADSL
Code:
regsvr32 /s /u %windir%\system32\zipfldr.dll
regsvr32 /s /u %windir%\system32\cabview.dll
After this, move the above files to a backup location , they should be deleted from system32 or the system will keep using them.

Note: Don't forget cabview.dll

Thanks for your help.

I've tried that and it didn't seems to work.

Here is the error message when I try regsvr32 without /s parameter :



I was able to rename zipfldr.dll and cabview.dll using Unlocker, then restarted explorer.exe and moved both dll files to other location. But now there is another problem :



Zip files still appears like a folder but when I click it, nothing happens.
 

My Computer

OS
Windows 7
Hi Gutzz,

The file you are trying to unregister does not get registered, it does not contain the dllunregisterserver entry point. Regsvr32 reports this too and does not register the file (read the regsvr32 message carefully, it says that it can load the dll, but there is no entry point).

It means the file does not support being unregistered and should not be unregistered also since its a protected system resource...The Registry ID used in Vista for zip handling has changed and will need an update before being able to disable zip handling...

The question is... Why are you trying so hard to disable zip functionality? Wouldn't it be easier to just install winrar or winzip and use their options to customize the zip handling instead? :confused:
 
Hi Gutzz,
...The Registry ID used in Vista for zip handling has changed and will need an update before being able to disable zip handling...

My bad...than it wasn't the reg-tweak, but the subsequent installation of WinRAR before I rebooted, that disabled it.
Should have paid more attention back then... :o
 

My Computer

Computer Manufacturer/Model Number
Acer Aspire 1692
OS
XP pro, Win7 Ultimate x86
CPU
Pentium M 1.73GHz
Memory
2GB Samsung DDR2 667
Graphics Card(s)
ATI Mobility Radeon X700 64MB
Sound Card
Conexant AC-Link Audio
Screen Resolution
1280x800
Hi Gutzz,

The file you are trying to unregister does not get registered, it does not contain the dllunregisterserver entry point. Regsvr32 reports this too and does not register the file (read the regsvr32 message carefully, it says that it can load the dll, but there is no entry point).

It means the file does not support being unregistered and should not be unregistered also since its a protected system resource...The Registry ID used in Vista for zip handling has changed and will need an update before being able to disable zip handling...

The question is... Why are you trying so hard to disable zip functionality? Wouldn't it be easier to just install winrar or winzip and use their options to customize the zip handling instead? :confused:

Yes, currently I'm using winrar handle zip files.

I want to disable it because I didn't want zip files appearing as folder in navigation panel :o.
 

My Computer

OS
Windows 7
Back
Top