0

I recently noticed that when I toggled the taskbar visibility in Windows 10 that all my desktop icons are rearranged.

enter image description here

When restoring the visibility of the taskbar (unhiding it), the desktop icons are returned to their normal positions.

Is there anyway to prevent this odd behavior? Why is this happening?

Running Windows 10 Pro version 21H1, OS build 19043.1586

2 Answers2

1

Ensure your screen is not changing scale - that will cause this. Ensure your screen resolution supports hiding the taskbar without changing size. That is a normal way to set desktop size and scale.

Then run DISM and SFC:

(1) Open cmd.exe with Run as Administrator.

(2) DISM.exe /Online /Cleanup-image /StartComponentCleanup

(3) DISM.exe /Online /Cleanup-Image /Restorehealth

(4) SFC /SCANNOW

(5) Restart when all the above is complete and test.

Test a new Windows User Account / Profile.

Them if there are still issues, try a new user account and see if the strange behaviour occurs in the new User Account.

The easiest (not only) fix for a damaged user Profile is to back up and reinstall Windows.

1

Hold CTRL and scroll mouse wheel, desktop icons will change in size and rearrange back.

dvv
  • 11
  • 1