re: Solution ! to turn off Windows XP's built-in support for ZIP files
Thursday, January 28, 2010 at 6:19 am Windows XP Annoyances Discussion Forum
Posted by WIleyDogg
(1 messages posted)
xx-- Open Notepad
xx-- Copy source code
xx-- Change for comments, rem is used in batch files
rem ------------------------
rem UNZIPFLDR.BAT =
rem These commands change windows explorer view of zip files
rem ------------------------------------------------------
regsvr32 /U ZIPFLDR.DLL
ren C:\WINDOWS\system32\zipfldr.dll ZIPFLDR.OLD
ren C:\WINDOWS\system32\dllcache\zipfldr.dll ZIPFLDR.OLD
ren C:\WINDOWS\I386\ZIPFLDR.DL_ ZIPFLDR.OLD_
rem --------------------------------------------------------
xx--then save as UNZIPFLDR.BAT (make sure no .txt is added)
xx-- run UNZIPFLDR.BAT from command line
xxxxxxx--Disclaimer - I am a newb to this site and could not get editing to my satisfaction
in time available
On Monday, April 13, 2009 at 4:41 pm, Flaviss wrote:
>OK so would it be possible to have a quick 'using batch files for dummies' session?
> I don't know what to do with the code you posted and would like to know how to
use
>batch files.
>
>I assume it gets copy pasted somewhere but I am not sure where to start the copy,
>where to end it, where to paste it, nor what to do with it after it is pasted.
>
>Thanks,
>
>Flaviss
>
>
>
|
All messages in this thread [show all]
 |  |  | re: Solution ! to turn off Windows XP's built-in support for ZIP files (WIleyDogg: Thu, Jan 28, 2010, 6:19 am) |
| |
| |
| |
Return to the Windows XP Discussion Forum
|
|