We have earlier talked about tweaking Visual Effects, disabling Show content while dragging objects and disabling Font Smoothing in order to enhance the performance of Windows 11/10. We came around an issue, where some users were facing problems trying to disable drop shadows for desktop icon labels.
In this screenshot, you can clearly see how Windows drops a shadow for icon labels:
Enabling and disabling drop shadows for icon labels is very easy. You need to open the Performance Options / Visual Effects settings and choose there. But it did not seem to be working for some. If you are facing this problem, then you can tweak the registry to achieve the results. We tried it, and it worked like a charm. This is how you can go about it:
Cannot remove Drop Shadows for Icon Labels
1. Press Windows Key + R combination, type put Regedt32.exe in Run dialog box and hit Enter to open the Registry Editor.
2. Navigate to the following location:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
3. In the right pane of this location, you’ll see the ListviewShadow named DWORD (REG_DWORD) having the Value data as 1.
Double-click on the same DWORD to modify its Value data, and you’ll get this:
NOTE: If you do not see ListviewShadow, you will have to create it.
4. In the shown box, put the Value data as 0 and click OK.
You may now close the Registry Editor and reboot the machine.
After reboot, you’ll find that there are no drop shadows for Desktop icon labels, as expected.
We hope this helps you resolve your problem.