Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I have a rather annoying issue with my Windows 7 computer whereby it seems to take ages to delete, move or copy folders, even when they are empty. The problem is intermittent, to make matters worse. It just says "Discovering items..." for anything up to a couple of minutes before eventually doing what its told.

Any suggestions on where to look to stop this happening?

I have tried disabling antivirus realtime scanning to rule that out as the root cause.

share|improve this question

3 Answers

up vote 2 down vote accepted

I found a huge post with LOT'S of suggestions. It could be related to many things...

First step would be to boot into Safe mode and see if the behavior is still happening. If it isn't you know it isn't Windows related but some kind of system driver (e.g. your antivirus even though you have it disabled).
Other suggestions include thumbnails, file permissions, too many files in a folder, etc... just read through the thread and try some things:

Extremely slow file copying / moving / deleting

share|improve this answer

I've worked around this by moving large folders from the command-line (cmd.exe) instead:

c:\> move c:\stuff\big-folder c:\other-stuff\some-other-folder

This works very quickly for me for dirs under the same drive letter. Also, any explorer window displaying the source or destination dirs updates within a second after the command-line prompt returns.

When selecting and moving multiple items, I use dired-mode (under emacs) which works with similar speed when moving files/dirs within the same drive letter.

share|improve this answer

I had that same extremely annoying problem, where deleting empty folder would block while "discovering items".

The moment when I killed TSVNCache.exe and/or TGitCache.exe discovering was done and I didn't have that problem anymore. So, not only all that Tortoise stuff asks you to reboot your PC with every update, it also screws explorer badly.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.