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.
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.
On a current Windows version, the following works:
Changes:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"179"="empty.ico,0"
(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)
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.