0

Seemingly at random, deleting files from Windows Explorer in Windows 7 does not cause the deleted files to disappear unless the window is refreshed. This appears to be a well-known issue according to this Google search.

However, if you browse through the links, you will notice that they lead to discussions lasting up to 8 pages consisting of almost nothing but newbies chiming in with has anyone found the answer to this yet and none of these solutions worked for me? Honestly, I don't have it in me to spend a couple hours paging through discussion threads and trying every single solution that is suggested like edit the registry and reboot or turn off these Microsoft services and reboot, so I come to the experts of SE to see if someone can give the world the one solution to this problem.

2

1 Answer 1

0

Open up regedit and take a look at the hives:

HKEY_CLASSES_ROOT\CLSID{BDEADE7F-C265-11D0-BCED-00A0C90AB50F}\Instance

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID{BDEADE7F-C265-11D0-BCED-00A0C90AB50F}\Instance

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID{BDEADE7F-C265-11D0-BCED-00A0C90AB50F}\Instance

In there you should find a key for "DontRefresh". If the value is 1, then change it to 0. You also did not specify whether you're on a 32 or 64bit version of Windows. The given paths are for 64-bit Windows, but should you be on 32-bit, just omit the "Wow6432Node" portions of each path. That's the solution I had work for me the last time I had this issue, but sadly it doesn't seem to guarantee a resolve for everyone.

Not the answer you're looking for? Browse other questions tagged .