When using the "Send to compressed (zipped) folder" context menu item nothing happens

I've recently had a problem when using the "Send to compressed (zipped) folder" context menu item nothing happens on Windows 8.1.

Looking further into this I found that it worked most folders just not the one I wanted to ZIP.

After a while I realised that I had a Visual Studio project source code in this folder that had that annoy deep obj folder problem and it seems that when you click "Send to compressed (zipped) folder" if there is an exceptionally deep directory structure in the folder you are zipping the compression may fail but show now error.

I use the following tried and tested RoboCopy method for removing these broken directories with exceptionally deep paths that you can't delete with Windows Explorer.

@echo off
cls
mkdir emptyfolder
robocopy emptyfolder "path\to\obj" /MIR
rmdir emptyfolder
rmdir "path\to\obj"
pause

Why not check out our User Provisioning Tool on our web site

Comments

  1. This comment has been removed by a blog administrator.

    ReplyDelete

Post a Comment

Popular posts from this blog

Windows Server 2016, 2019, 2022, Windows 10 and Windows 11: Date and time "Some settings are managed by your organization".

TFTPD32 or TFTPD64 reports Bind error 10013 An attempt was made to access a socket in a way forbidden by its access permissions.

Enable function lock for F1-F12 on HP ZBook mobile workstations