Compressed Option Not Coming in Dropdown

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 3

Reported Issue:: Compressed (zipped) Folder not showing in the dropdown

Solution 1::
1. Right click on Command prompt icon, and click 'Run as Administrator”

2. Run the below given commands in the DOS window, hitting enter after each
one:
Ist type the Command-> regsvr32 /u /s zipfldr.dll

2nd type the Command-> regsvr32 /i /s zipfldr.dll

Solution 2::

1. Start -> RUN & hit Enter


2. In the Run prompt type rundll32 zipfldr.dll, RegisterSendto

Solution 3:: Running the System File Checker tool

To run the System File Checker tool, follow below steps:

1. Opening the CMD window is same as in soln 1 (Right-click cmd, and then click
Run as administrator & enter your login credentials)
2. At the command prompt, type sfc /scannow & and then press ENTER
3. If any file is missing or corrupted, it will give you a prompt to insert a CD or map
the path of the win XP CD (CD’s provided with the new Dell systems can be used)

_______________________________________________________________________________
Confirming if the issue is resolved or Not.

Post executing the Solution set 1, 2 & 3; you should check the registry entry as
below

HKEY_CLASSES_ROOT\CompressedFolder & the value of the key FriendlyTypeName


Should have the value -> @%SystemRoot%\system32\zipfldr.dll,-10195
If it has a different value, then restart the system & repeat soln 1 or 2.

____________________________________________________________________________________

Different DLL File dependencies for Compression /Decompression utility

The Compressed Folders feature uses the following system files:

Dunzip32.dll: Responsible for decompressing files stored in a compressed folder or file when they are
copied, extracted, or executed.

Dzip32.dll: Responsible for compressing files when they are put into a compressed folder or file.

Zipfldr.dll: Contains the shell extensions for Compressed Folders.

Compressed Folder.ZFSendToTarget: Adds the Compressed Folder option to the Send To menu. A
shortcut is placed in the Send To directory that points to Zipfldr.dll.

You might also like