Desktop Does Not Automatically Refresh When Moving/Renaming/Deleting Files & Folders in Windows 10

9

2

When I create a new folder on the desktop and give it a name, the new name does not take effect until I manually refresh the desktop. The same thing happens when I try to delete it.

This behavior also applies to new .txt files, Word documents, Excel spreadsheets, etc.

Here is a GIF of it happening to a folder:

super.challenged.user

Posted 2017-10-12T19:35:16.270

Reputation: 91

Tips:: Take ownership of C:\users\username\Desktop folder. Or delete desktop.ini file in Desktop folder. Or clean file history & file icon cache. – Biswapriyo – 2017-10-12T20:29:58.977

Took ownership and deleted the desktop.ini file but neither worked and file history is off: https://i.imgur.com/ZBAlacQ.png. Let me look at doing file icon cache and I'll let you know.

– super.challenged.user – 2017-10-13T16:38:33.273

add these comments in your answer to show what you've tried to solve. – Biswapriyo – 2017-10-13T17:44:11.047

Does this happen if you perform a Clean Boot of Windows?

– I say Reinstate Monica – 2017-10-31T03:13:33.700

Did you ever solve this? Been happening to me for six months, all folders not just desktop. None of the answers made a jot of difference. Clean install of Windows 10 running on a VM on MacOS. – Ben McIntyre – 2019-03-03T02:40:49.870

Answers

2

Try this:

Settings -> Personalization -> Themes-> Change desktop icons ->Restore default

If it cannot solve your issue, please also try to reset folder views:

enter image description here

Besides that, also try to go to

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

look out for a DWORD value called "DontRefresh" which is set to "1" (on). Change the value to "0" (off).

Waka

Posted 2017-10-12T19:35:16.270

Reputation: 929

So I tried both of your suggestions but it's still not working.

Reset Folders: https://i.imgur.com/BwUC2Rx.gif Registry Edits: https://i.imgur.com/toLTS2L.mp4

The key you posted does not exist on my system. I added it myself per the advice of this article here: https://i.imgur.com/241Wmr4.png

Also based on the article the key you posted is for 32-bit systems whereas 64-bit systems is stored under HKCR\Wow6432Node\CLSID. Not that it matters since neither one works.

In case you're wondering I made sure to reboot my system before taking the video after I made those changes. No dice.

– super.challenged.user – 2017-10-13T16:26:31.923

check your C drive policy: https://1drv.ms/i/s%21Avq27-O7I1GRgxHOqT_MXF92RR2A then run ShellExView software, in the pane sort the entries with manufacturers. Disable all non-Microsoft *.dll files, and check the result. If the issue does not occur, one of the files can be the culprit. We could narrow down it one by one.

– Waka – 2017-10-16T02:14:14.740

2

Haven't tried this solution for your specific problem, but I'd consider it worth trying if I came up against your set of symptoms:

Save the following as a .bat file:

ie4uinit.exe -show
taskkill /F /IM explorer.exe
cd /d %userprofile%\AppData\Local\Microsoft\Windows\Explorer
attrib -h iconcache_*.db
DEL /A /Q "%localappdata%\IconCache.db"
DEL /A /F /Q "%localappdata%\Microsoft\Windows\Explorer\iconcache*"
start explorer

Save and close all files and programs, then run (it doesn't require admin).

When it completes restart your computer.

This script is for resetting desktop icon issues in Windows 10. Any shortcuts on your desktop should return to a default position to the upper-left of the primary screen.

music2myear

Posted 2017-10-12T19:35:16.270

Reputation: 34 957

1

Settings -> Personalization -> Themes-> Change desktop icons -> Restore default. Then uncheck "allow themes to change desktop icons" and Apply and OK. If this does not work, Restore default > check "allow" again > Apply > OK. Then go back in and Restore default > uncheck "allow" again > Apply > OK. Dunno why I had to do this more than once, but works now.

Joan

Posted 2017-10-12T19:35:16.270

Reputation: 11

1

I had a samba share to a network printer scan folder pinned in the quick access folder. After trying all other solutions including resetting my Windows, this worked! Look to see if you have any shortcuts to poor performing network locations.

Ed Dablin

Posted 2017-10-12T19:35:16.270

Reputation: 11

0

the same problem happened with my laptops desktop I also run Windows 10, the only thing I had to do was powering my laptop off and then on again, and then it refreshed When Moving/Renaming/Deleting Files & Folders. I hope it helps you too.

Neji

Posted 2017-10-12T19:35:16.270

Reputation: 1

Sorry, for giving my answer so late, this happened to me recently and just wanted to share what happened with me, and hope it help anyone in the future if they have similar problems – Neji – 2018-07-02T18:56:14.430

0

It took me forever to find out the fix to this issue. I was tempted to just reset my whole PC. The only thing stopping me was a slow connection. Thank you Joan for your answer which give me an idea of how to fix it. Here's how I finally got it.

After I went into my Windows settings> Personalization> Themes> and went to click "Desktop icon settings" I got a message saying something like "You do not have the permission to access this file", and the file name ("rundll32.exe") was listed in the top bar.

So I went to C:\Windows\System32\, found the file "rundll32.exe" and followed this procedure:

  • Right click it and select "Properties".
  • Next, click the "Security" tab and click "Advanced".
  • From here click "Change" beside the "Owner" line of text. Change this to your user name.
  • After that click "Apply", accept everything, and push "OK" to close all the security and properties tabs.
  • Next, right click "rundll32.exe" and select "Properties" again, click "Security" then "Advanced". Now we will select "Enable inheritance".
  • Click "Apply", then accept everything and click "OK" until you're out of the security and properties tabs, then close the Explorer window as well.
  • Now restart your PC.

Upon restart your auto-update should be working again!

KiLL3Rw0lF

Posted 2017-10-12T19:35:16.270

Reputation: 49

0

My solution to this is to go to folder options -> untick the 2 quick access options under the General tab under Privacy.

Then also click Clear File Explorer History.

Hope this helps!

opcode

Posted 2017-10-12T19:35:16.270

Reputation: 101