Removing automatic display of compressed files

G

Graham Pockett

Hi

I wish to remove the automtaic display of compressed files
in Explorer. I use an external archive manager to handle
my compressed files.

I have folders with hundreds of compressed files and those
folders takes a long time to display.
 
T

Torgeir Bakken \(MVP\)

Graham said:
Hi

I wish to remove the automtaic display of compressed files
in Explorer. I use an external archive manager to handle
my compressed files.

I have folders with hundreds of compressed files and those
folders takes a long time to display.
Hi

Something like this should do it (from e.g. Start/Run):

regsvr32 /u zipfldr.dll
regsvr32 /u cabview.dll


Enable it again later if you want this way:

regsvr32 zipfldr.dll
regsvr32 cabview.dll
 
G

Guest

-----Original Message-----

Hi

Something like this should do it (from e.g. Start/Run):

regsvr32 /u zipfldr.dll
regsvr32 /u cabview.dll


Enable it again later if you want this way:

regsvr32 zipfldr.dll
regsvr32 cabview.dll


--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx
.


Thank you Torgeir. That fixed it.

I much appreciate your post.


Graham
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top