Forum Discussion
Endabor
Dec 20, 2024Brass Contributor
why doesn't Win11 save desktop icon positions? How to make it save positions?
I'm experiencing an issue with Windows 11 where the positions of my desktop icons don't seem to be saved. Every time I restart my computer or refresh the desktop, the icons are rearranged, which disr...
Frederickk
Dec 24, 2024Iron Contributor
Corruption in the icon cache can lead to various icon-related issues. You can rebuild the icon cache:
- Press Windows + R to open the Run dialog.
- Type cmd and press Ctrl + Shift + Enter to run Command Prompt as an administrator.
- Type the following commands, pressing Enter after each command:
CopyReplit
taskkill /IM explorer.exe /F
del /A:H "%localappdata%\Microsoft\Windows\Explorer\iconcache*"
start explorer.exe