Removing automatic display of compressed files

  • Thread starter Thread starter Graham Pockett
  • Start date Start date
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.
 
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
 
-----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
 
Back
Top