Text 3325, 491 rader
Skriven 2005-03-26 00:58:32 av Gary Britt (1:379/45)
Kommentar till text 3324 av Gary Britt (1:379/45)
Ärende: Re: Make Win98 Plus Zipfldr Add-In For Explorer work on Win2K
=====================================================================
From: "Gary Britt" <zotu@nospamforme.com>
This is a multi-part message in MIME format.
------=_NextPart_000_0019_01C5319E.EF098720
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I noticed when viewing the message after posting it that for some reason = the
following text got split up in the reg file listing. Be careful to = correct
this by deleting the added lf/cr. The split entry should be:
HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\ZipFolder]
"DetailsColumnNames"=3Dhex:fd,df,df,fd,0c,00,09,00,30,00,0c,00,00,00,00,0=
0,01,00,\
=
00,00,02,00,00,00,03,00,00,00,04,00,00,00,05,00,00,00,06,00,00,00,07,00,0=
0,\
00,08,00,00,00,a0,00,78,00,50,00,40,00,50,00,40,00,30,00,c8,00,90,00
Gary
"Gary Britt" <zotu@nospamforme.com> wrote in message =
news:4244f599$1@w3.nls.net...
> I don't know if this is useful to the techie's here or not. You =
probably
> did this long ago, but if you would like to have the zip folder =
handling
> that Win98 Plus adds to explorer in Win2K. Here's how to do it.
>=20
> I copied the following files from Win98 windows\system directory to
> c:\utility a directory in my path. You could probably use Winnt or
> Winnt\System32 as well, but I didn't want to mix these files from =
Win98 with
> Win2K's files.
>=20
> dunzip32.dll
> dzip32.dll
> vszip.dll
> zipfldr.dll
>=20
> Then I Used Regsvr32.exe to register zipfldr.dll (I ran it with no =
switches)
>=20
> Make sure that zipfldr is in a directory that is in your path =
statement
> environment variable.
>=20
> Lastly make the following into a text file with a .reg extension. You =
will
> need to edit the references to "c:\\utility" to match the directory =
where
> you put the above files, and you will need to edit the references to =
my SID
> to the SID for the USERS value on your Win2K setup. Once the =
following is
> added to your registry, zip files should show up with the zipper =
folder icon
> and double clicking them should open them, etc. You don't have to =
reboot.
> Works for me anyway.
>=20
> Gary
>=20
> REGEDIT4
>=20
> [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.zip]
> @=3D"CompressedFolder"
> "Content Type"=3D"application/x-zip-compressed"
>=20
> [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder]
> @=3D"Compressed Folder"
> "EditFlags"=3Ddword:00000000
> "BrowserFlags"=3Ddword:00000008
>=20
> [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\CLSID]
> @=3D"{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}"
>=20
> [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\DefaultIcon]
> @=3D"C:\\UTILITY\\ZIPFLDR.DLL"
>=20
> [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\Shell]
> @=3D"Open"
>=20
> [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\Shell\Explore]
> @=3D"E&xplore"
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\Shell\Explore\Comma=
nd]
> @=3D"explorer /e,/root,{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31},%L"
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0=
060
> FA31}]
> @=3D"CompressedFolder"
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0=
060
> FA31}\DefaultIcon]
> @=3D"C:\\UTILITY\\ZIPFLDR.DLL"
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0=
060
> FA31}\Implemented Categories]
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0=
060
> FA31}\Implemented Categories\{00021490-0000-0000-C000-000000000046}]
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0=
060
> FA31}\InProcServer32]
> @=3D"C:\\UTILITY\\ZIPFLDR.DLL"
> "ThreadingModel"=3D"Apartment"
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0=
060
> FA31}\ProgID]
> @=3D"CompressedFolder"
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0=
060
> FA31}\ShellFolder]
> "Attributes"=3Dhex:a0,01,00,20
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\ShellEx\DropHandler=
]
> @=3D"{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}"
>=20
> [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\Shell\Open]
> @=3D"&Open"
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\Shell\Open\Command]=
> @=3D"rundll32.exe zipfldr.dll,RouteTheCall %L"
>=20
> [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\ShellEx]
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\ShellEx\ContextMenu=
Han
> dlers]
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\ShellEx\ContextMenu=
Han
> dlers\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}]
> @=3D"Compressed Folder Menu"
>=20
> [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.zip\ShellNew]
> "NullFile"=3D""
>=20
> [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\zipfldr.dll]
> "NoOpenWith"=3D""
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\zipfldr.dll\DefaultIcon=
]
> @=3D"c:\\utility\\zipfldr.dll"
>=20
> [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\zipfldr.dll\shell]
> "FriendlyCache"=3D"Microsoft Compressed Folders Shell Extension"
> "FriendlyCacheCTime"=3Dhex:00,eb,f9,7b,33,75,bd,01
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\zipfldr.dll\shell\Open]=
> @=3D"&Open"
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\zipfldr.dll\shell\Open\=
Com
> mand]
> @=3D"rundll32.exe zipfldr.dll,RouteTheCall %L"
>=20
> [HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\ZipFolder]
> =
"DetailsColumnNames"=3Dhex:fd,df,df,fd,0c,00,09,00,30,00,0c,00,00,00,00,0=
0,01,
> 00,\
>=20
> =
00,00,02,00,00,00,03,00,00,00,04,00,00,00,05,00,00,00,06,00,00,00,07,00,0=
0,\
> 00,08,00,00,00,a0,00,78,00,50,00,40,00,50,00,40,00,30,00,c8,00,90,00
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{888DCA60-FC0A-11CF-8F0F-00C04=
FD7
> D062}]
> @=3D"Compressed Folder SendTo Target"
> "NeverShowExt"=3D""
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{888DCA60-FC0A-11CF-8F0F-00C04=
FD7
> D062}\DefaultIcon]
> @=3D"C:\\UTILITY\\ZIPFLDR.DLL"
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{888DCA60-FC0A-11CF-8F0F-00C04=
FD7
> D062}\InProcServer32]
> @=3D"C:\\UTILITY\\ZIPFLDR.DLL"
> "ThreadingModel"=3D"Apartment"
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{888DCA60-FC0A-11CF-8F0F-00C04=
FD7
> D062}\ShellEx]
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{888DCA60-FC0A-11CF-8F0F-00C04=
FD7
> D062}\ShellEx\DropHandler]
> @=3D"{888DCA60-FC0A-11CF-8F0F-00C04FD7D062}"
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{BD472F60-27FA-11cf-B8B4-44455=
354
> 0000}]
> @=3D"Compressed Folder Right Drag Handler"
>=20
> =
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{BD472F60-27FA-11cf-B8B4-44455=
354
> 0000}\InProcServer32]
> @=3D"C:\\UTILITY\\ZIPFLDR.DLL"
> "ThreadingModel"=3D"Apartment"
>=20
> [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIME\Database\Content
> Type\application/x-zip-compressed]
> "Extension"=3D".zip"
>=20
> =
[HKEY_USERS\S-1-5-21-1960408961-688789844-854245398-500\Software\Microsof=
t\W
> indows\CurrentVersion\Explorer\FileExts\.zip]
>=20
> =
[HKEY_USERS\S-1-5-21-1960408961-688789844-854245398-500\Software\Microsof=
t\W
> indows\CurrentVersion\Explorer\FileExts\.zip\OpenWithList]
> "MRUList"=3D"adcb"
> "a"=3D"IEXPLORE.EXE"
> "b"=3D"GhostExp.exe"
> "c"=3D"MaxSplitter.exe"
> "d"=3D"zipfldr.dll"
>=20
>=20
>=20
>=20
>=20
>=20
>
------=_NextPart_000_0019_01C5319E.EF098720
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1491" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>I noticed when viewing the message =
after posting it=20
that for some reason the following text got split up in the reg file=20
listing. Be careful to correct this by deleting the added = lf/cr.
The=20
split entry should be:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3D"Courier New"=20
size=3D2>HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\ZipFolder]<BR>"De=
tailsColumnNames"=3Dhex:fd,df,df,fd,0c,00,09,00,30,00,0c,00,00,00,00,00,0=
1,00,\</FONT></DIV>
<DIV><FONT face=3D"Courier New" size=3D2> =20
00,00,02,00,00,00,03,00,00,00,04,00,00,00,05,00,00,00,06,00,00,00,07,00,0=
0,\</FONT></DIV>
<DIV><FONT face=3D"Courier New"=20
size=3D2> 00,08,00,00,00,a0,00,78,00,50,00,40,00,50,00,40,00,3=
0,00,c8,00,90,00</FONT></DIV>
<DIV><FONT face=3D"Courier New" size=3D2></FONT> </DIV>
<DIV><FONT face=3D"Courier New" size=3D2><FONT =
face=3DArial></FONT></FONT> </DIV>
<DIV><FONT face=3D"Courier New" size=3D2><FONT =
face=3DArial>Gary</FONT></DIV>
<DIV><BR></DIV></FONT>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>"Gary Britt" <</FONT><A=20
href=3D"mailto:zotu@nospamforme.com"><FONT face=3DArial=20
size=3D2>zotu@nospamforme.com</FONT></A><FONT face=3DArial size=3D2>> =
wrote in=20
message </FONT><A href=3D"news:4244f599$1@w3.nls.net"><FONT face=3DArial =
size=3D2>news:4244f599$1@w3.nls.net</FONT></A><FONT face=3DArial=20
size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>> I don't know = if
this is=20
useful to the techie's here or not. You probably<BR>> did this =
long=20
ago, but if you would like to have the zip folder handling<BR>> that =
Win98=20
Plus adds to explorer in Win2K. Here's how to do it.<BR>> =
<BR>> I=20
copied the following files from Win98 windows\system directory = to<BR>>=20
c:\utility a directory in my path. You could probably use Winnt =
or<BR>>=20
Winnt\System32 as well, but I didn't want to mix these files from Win98=20
with<BR>> Win2K's files.<BR>> <BR>> dunzip32.dll<BR>>=20
dzip32.dll<BR>> vszip.dll<BR>> zipfldr.dll<BR>> <BR>> Then I =
Used=20
Regsvr32.exe to register zipfldr.dll (I ran it with no switches)<BR>> =
<BR>> Make sure that zipfldr is in a directory that is in your path=20
statement<BR>> environment variable.<BR>> <BR>> Lastly make the =
following into a text file with a .reg extension. You will<BR>> = need
to=20
edit the references to "c:\\utility" to match the directory = where<BR>>
you=20
put the above files, and you will need to edit the references to my =
SID<BR>>=20
to the SID for the USERS value on your Win2K setup. Once the =
following=20
is<BR>> added to your registry, zip files should show up with the =
zipper=20
folder icon<BR>> and double clicking them should open them, = etc.
You=20
don't have to reboot.<BR>> Works for me anyway.<BR>> <BR>> =
Gary<BR>>=20
<BR>> REGEDIT4<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.zip]<BR>> =
@=3D"CompressedFolder"<BR>>=20
"Content Type"=3D"application/x-zip-compressed"<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder]<BR>> =
@=3D"Compressed=20
Folder"<BR>> "EditFlags"=3Ddword:00000000<BR>>=20
"BrowserFlags"=3Ddword:00000008<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\CLSID]<BR>>=20
@=3D"{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}"<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\DefaultIcon]<BR>>=
;=20
@=3D"C:\\UTILITY\\ZIPFLDR.DLL"<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\Shell]<BR>>=20
@=3D"Open"<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\Shell\Explore]<BR>&=
gt;=20
@=3D"E&xplore"<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\Shell\Explore\Comma=
nd]<BR>>=20
@=3D"explorer =
/e,/root,{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31},%L"<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0=
060<BR>>=20
FA31}]<BR>> @=3D"CompressedFolder"<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0=
060<BR>>=20
FA31}\DefaultIcon]<BR>> @=3D"C:\\UTILITY\\ZIPFLDR.DLL"<BR>> =
<BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0=
060<BR>>=20
FA31}\Implemented Categories]<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0=
060<BR>>=20
FA31}\Implemented =
Categories\{00021490-0000-0000-C000-000000000046}]<BR>>=20
<BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0=
060<BR>>=20
FA31}\InProcServer32]<BR>> @=3D"C:\\UTILITY\\ZIPFLDR.DLL"<BR>>=20
"ThreadingModel"=3D"Apartment"<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0=
060<BR>>=20
FA31}\ProgID]<BR>> @=3D"CompressedFolder"<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0=
060<BR>>=20
FA31}\ShellFolder]<BR>> "Attributes"=3Dhex:a0,01,00,20<BR>> =
<BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\ShellEx\DropHandler=
]<BR>>=20
@=3D"{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}"<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\Shell\Open]<BR>>=
=20
@=3D"&Open"<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\Shell\Open\Command]=
<BR>>=20
@=3D"rundll32.exe zipfldr.dll,RouteTheCall %L"<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\ShellEx]<BR>> =
<BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\ShellEx\ContextMenu=
Han<BR>>=20
dlers]<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder\ShellEx\ContextMenu=
Han<BR>>=20
dlers\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}]<BR>> @=3D"Compressed =
Folder=20
Menu"<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.zip\ShellNew]<BR>>=20
"NullFile"=3D""<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\zipfldr.dll]<BR>>=20
"NoOpenWith"=3D""<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\zipfldr.dll\DefaultIcon=
]<BR>>=20
@=3D"c:\\utility\\zipfldr.dll"<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\zipfldr.dll\shell]<BR>&=
gt;=20
"FriendlyCache"=3D"Microsoft Compressed Folders Shell Extension"<BR>> =
"FriendlyCacheCTime"=3Dhex:00,eb,f9,7b,33,75,bd,01<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\zipfldr.dll\shell\Open]=
<BR>>=20
@=3D"&Open"<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\zipfldr.dll\shell\Open\=
Com<BR>>=20
mand]<BR>> @=3D"rundll32.exe zipfldr.dll,RouteTheCall %L"<BR>> =
<BR>>=20
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\ZipFolder]<BR>>=20
"DetailsColumnNames"=3Dhex:fd,df,df,fd,0c,00,09,00,30,00,0c,00,00,00,00,0=
0,01,<BR>>=20
00,\<BR>> <BR>>=20
00,00,02,00,00,00,03,00,00,00,04,00,00,00,05,00,00,00,06,00,00,00,07,00,0=
0,\<BR>>=20
=20
00,08,00,00,00,a0,00,78,00,50,00,40,00,50,00,40,00,30,00,c8,00,90,00<BR>&=
gt;=20
<BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{888DCA60-FC0A-11CF-8F0F-00C04=
FD7<BR>>=20
D062}]<BR>> @=3D"Compressed Folder SendTo Target"<BR>>=20
"NeverShowExt"=3D""<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{888DCA60-FC0A-11CF-8F0F-00C04=
FD7<BR>>=20
D062}\DefaultIcon]<BR>> @=3D"C:\\UTILITY\\ZIPFLDR.DLL"<BR>> =
<BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{888DCA60-FC0A-11CF-8F0F-00C04=
FD7<BR>>=20
D062}\InProcServer32]<BR>> @=3D"C:\\UTILITY\\ZIPFLDR.DLL"<BR>>=20
"ThreadingModel"=3D"Apartment"<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{888DCA60-FC0A-11CF-8F0F-00C04=
FD7<BR>>=20
D062}\ShellEx]<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{888DCA60-FC0A-11CF-8F0F-00C04=
FD7<BR>>=20
D062}\ShellEx\DropHandler]<BR>>=20
@=3D"{888DCA60-FC0A-11CF-8F0F-00C04FD7D062}"<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{BD472F60-27FA-11cf-B8B4-44455=
354<BR>>=20
0000}]<BR>> @=3D"Compressed Folder Right Drag Handler"<BR>> =
<BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{BD472F60-27FA-11cf-B8B4-44455=
354<BR>>=20
0000}\InProcServer32]<BR>> @=3D"C:\\UTILITY\\ZIPFLDR.DLL"<BR>>=20
"ThreadingModel"=3D"Apartment"<BR>> <BR>>=20
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIME\Database\Content<BR>>=20
Type\application/x-zip-compressed]<BR>> "Extension"=3D".zip"<BR>> =
<BR>>=20
[HKEY_USERS\S-1-5-21-1960408961-688789844-854245398-500\Software\Microsof=
t\W<BR>>=20
indows\CurrentVersion\Explorer\FileExts\.zip]<BR>> <BR>>=20
[HKEY_USERS\S-1-5-21-1960408961-688789844-854245398-500\Software\Microsof=
t\W<BR>>=20
indows\CurrentVersion\Explorer\FileExts\.zip\OpenWithList]<BR>>=20
"MRUList"=3D"adcb"<BR>> "a"=3D"IEXPLORE.EXE"<BR>> =
"b"=3D"GhostExp.exe"<BR>>=20
"c"=3D"MaxSplitter.exe"<BR>> "d"=3D"zipfldr.dll"<BR>> <BR>> =
<BR>>=20
<BR>> <BR>> <BR>> <BR>> </FONT></BODY></HTML>
------=_NextPart_000_0019_01C5319E.EF098720--
--- BBBS/NT v4.01 Flag-5
* Origin: Barktopia BBS Site http://HarborWebs.com:8081 (1:379/45)
|