4

Anyone know how to remove the blue arrows displayed on compressed file/folder icons in Win 10 v 1803?

Apparently there was a simple registry tweak to remove them in older versions of Windows 10, but doesn't work newer versions.

2 Answers2

1

On a current Windows version, the following works:

  • add an empty.ico icon file to System32 folder
  • add the following changes to your registry

Changes:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"179"="empty.ico,0"
  • in task manager, right-click Explorer then Restart
  • the overlay is gone

(from https://nerdshack.co.uk/windows-10-an%E2%80%8Bd-double-arrow-icon-of-)death/


Instead if your icon is related to OneDrive, you will want to disable it with ShellExView:

(see Description columns for other possible entries you may have)

enter image description here

aybe
  • 313
0

This works for me on Win 10 Pro N 1804

Create blank .ico with Icon tool (I used IcoFX Portable) with all sizes (16x16, 24x24, 32x32, 48x48 and 256x256) filled with a transparent image (default new image in IcoFX), save under C:/ as blank.ico and run this reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons] "179"="C:/blank.ico,0"

Somehow it saves as "black" icon under C:/Windows/, which was a way previous fixes used.