Compressed (zipped)folders:

odiez

New member
Joined
Sep 23, 2024
Messages
2
Reaction score
0
Every time I open explorer or want to delete anything from my computer or usb it gives me this error.
"Compressed (zipped)folders: Please insert the last disk of the multi-Volume set and click ok to continue"
how can I fix this .

I did delete all my apps that i have for compresion
 
Solution
Some tips;

Try disabling Windows automatic handling of Zip-compressed files, if you use other applications, such as 7-Zip. Remove keys HKEY_CLASSES_ROOT\CompressedFolder\CLSID and HKEY_CLASSES_ROOT\SystemFileAssociations\.zip\CLSID, or create the following as a .reg script and run it to do so:
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\CompressedFolder\CLSID]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.zip\CLSID]

The following .reg script will restore Windows direct access to Zip files:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CompressedFolder\CLSID]
@="{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}"...

Xploit Machine

Well-known member
Joined
Nov 29, 2022
Messages
1,112
Reaction score
97
Some tips;

Try disabling Windows automatic handling of Zip-compressed files, if you use other applications, such as 7-Zip. Remove keys HKEY_CLASSES_ROOT\CompressedFolder\CLSID and HKEY_CLASSES_ROOT\SystemFileAssociations\.zip\CLSID, or create the following as a .reg script and run it to do so:
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\CompressedFolder\CLSID]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.zip\CLSID]

The following .reg script will restore Windows direct access to Zip files:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CompressedFolder\CLSID]
@="{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.zip\CLSID]
@="{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}"

Please feedback your result here :)
 

Vote:
Solution

odiez

New member
Joined
Sep 23, 2024
Messages
2
Reaction score
0
Some tips;

Try disabling Windows automatic handling of Zip-compressed files, if you use other applications, such as 7-Zip. Remove keys HKEY_CLASSES_ROOT\CompressedFolder\CLSID and HKEY_CLASSES_ROOT\SystemFileAssociations\.zip\CLSID, or create the following as a .reg script and run it to do so:



The following .reg script will restore Windows direct access to Zip files:


Please feedback your result here :)
Thank you, the scripts that you gave me, did fix the problem. Glad that you could help me
 

Vote:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top