| Computers & Internet For all those computer related discussions. |
08-18-2006, 10:10 AM
|
#1 (permalink)
|
|
aka Colleen
Join Date: 03-25-04
Location: Canada
Posts: 5,958
Latest Blog: None
|
Sudden Zip Folder Problem
By default I use Windows XP's compressed zip folders feature to handle ZIPS.
You know, you right-click and can open the zip, rename it, etc.
Well all the sudden, I can't right-click, I right-click and there's no reaction. This is very deterring.
I tried re-registering the DLL and nothing happened.
Start>Run>regsvr32 %windir%\system32\zipfldr.dll
Please help. 
|
|
|
08-18-2006, 10:12 AM
|
#2 (permalink)
|
|
v7n Mentor
Join Date: 01-12-04
Location: Gatineau, QC, Canada
Posts: 6,312
|
Could it be a Code 17?
|
|
|
08-18-2006, 10:14 AM
|
#3 (permalink)
|
|
aka Colleen
Join Date: 03-25-04
Location: Canada
Posts: 5,958
Latest Blog: None
|
What's that?
|
|
|
08-18-2006, 10:15 AM
|
#4 (permalink)
|
|
v7n Mentor
Join Date: 01-12-04
Location: Gatineau, QC, Canada
Posts: 6,312
|
17" in front of the monitor
** runs for cover **
|
|
|
08-18-2006, 10:16 AM
|
#5 (permalink)
|
|
v7n Mentor
Join Date: 06-23-06
Location: http://www.sutradirectory.com/
Posts: 932
|
Quote:
|
Originally Posted by Colleen
What's that?
|
Beats me 
__________________
Directory Owners Forum >>> http://info.vilesilencer.com/forum/ The Best There Is
|
|
|
08-18-2006, 10:17 AM
|
#6 (permalink)
|
|
aka Colleen
Join Date: 03-25-04
Location: Canada
Posts: 5,958
Latest Blog: None
|
Quote:
|
Originally Posted by Louis
17" in front of the monitor
** runs for cover **
|
 it's bad enough you stole Kevin's finger! 
|
|
|
08-18-2006, 10:20 AM
|
#7 (permalink)
|
|
v7n Mentor
Join Date: 01-12-04
Location: Gatineau, QC, Canada
Posts: 6,312
|
Sorry, I got no freakin' idea. Still on 2K at work.
|
|
|
08-18-2006, 10:27 AM
|
#8 (permalink)
|
|
Warrior Princess
Join Date: 05-03-04
Posts: 9,926
|
colleen - how 'bout just d/l a new unzip utility? Sometimes I do this instead of figuring out windows bs.
|
|
|
08-18-2006, 10:29 AM
|
#9 (permalink)
|
|
aka Colleen
Join Date: 03-25-04
Location: Canada
Posts: 5,958
Latest Blog: None
|
Yeah, but it had no right breaking on me and I am stubborn. It's stupid it would just stop working.
|
|
|
08-18-2006, 10:33 AM
|
#10 (permalink)
|
|
Inactive
Join Date: 06-20-04
Location: Ontario
Posts: 3,359
Latest Blog: None
|
did you try to manually unregister it before re-registering first?
|
|
|
08-18-2006, 10:43 AM
|
#11 (permalink)
|
|
aka Colleen
Join Date: 03-25-04
Location: Canada
Posts: 5,958
Latest Blog: None
|
Quote:
|
Originally Posted by littleFella
did you try to manually unregister it before re-registering first?
|
No, can you tell me how.. I know how to get into the registry, where do I go from there and after do I enter the same code I posted above.
|
|
|
08-18-2006, 10:44 AM
|
#12 (permalink)
|
|
Inactive
Join Date: 06-20-04
Location: Ontario
Posts: 3,359
Latest Blog: None
|
regsvr32 /u %windir%\system32\zipfldr.dll
|
|
|
08-18-2006, 10:56 AM
|
#13 (permalink)
|
|
aka Colleen
Join Date: 03-25-04
Location: Canada
Posts: 5,958
Latest Blog: None
|
Ok I tried that and even rebooted and nothing happened, but if I leave it unregistered I can right click but there's no open option. This is so weird. It's like the compressed zip folders function is broken.
In the windows explorer window I can get the open option, but I used to be able to right click and open in any type of window. Like photoshop, html editor, etc.
|
|
|
08-18-2006, 11:00 AM
|
#14 (permalink)
|
|
Inactive
Join Date: 06-20-04
Location: Ontario
Posts: 3,359
Latest Blog: None
|
the idea was to re-register after un-registering. Did you do that?
|
|
|
08-18-2006, 11:05 AM
|
#15 (permalink)
|
|
aka Colleen
Join Date: 03-25-04
Location: Canada
Posts: 5,958
Latest Blog: None
|
Yes I did.
|
|
|
08-18-2006, 11:09 AM
|
#16 (permalink)
|
|
Inactive
Join Date: 06-20-04
Location: Ontario
Posts: 3,359
Latest Blog: None
|
could it be a corrupted dll?
got any one trusted to get a copy from?
|
|
|
08-18-2006, 11:26 AM
|
#17 (permalink)
|
|
aka Colleen
Join Date: 03-25-04
Location: Canada
Posts: 5,958
Latest Blog: None
|
Good question, and I'm not sure who to ask really.
|
|
|
08-18-2006, 11:33 AM
|
#18 (permalink)
|
|
Inactive
Join Date: 06-20-04
Location: Ontario
Posts: 3,359
Latest Blog: None
|
I could send youmine, but you don't know me, and I wouldn't like to be responsible for any possible issues you may be having there already.
|
|
|
08-18-2006, 11:46 AM
|
#19 (permalink)
|
|
v7n Mentor
Join Date: 02-18-04
Location: Minneapolis, Minnesota
Posts: 1,941
|
You'll should also check the following directories:
%windir%\system32\zipfldr.dll
%windir%\system32\dllcache\zipfldr.dll
%windir%\I386\zipfldr.dll (may or may not exist)
Do a scan on zipfldr.dll. You might have another copy above the windows directory. Do a search for zipfldr.dll to see if another DLL exists.
I use this BATCH file when someone asks me to remove this feature from their system.
UNZIPFLDR.BAT
------------------------------------------------------
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_
--------------------------------------------------------
|
|
|
08-18-2006, 06:29 PM
|
#20 (permalink)
|
|
Human Tripod
Join Date: 01-15-06
Location: WEBTALKFORUMS.COM
Posts: 9,980
|
Try the simple route first. Since you're running XP, do a system restore to a day before you noticed the problem.
|
|
|
|