Windows 10 icons, remove, delete, compress blue arrows, link arrow

Blue arrows on Windows 10 icons, how to remove them

Read in: IT 🇮🇹   EN 🇺🇸

Le frecce blu sulle icone del desktop di Windows 10 indicano che i file a cui si riferiscono sono compressi. Un recente aggiornamento di Windows 10 le ha rese visibili e... ha completamente deturpato il mio desktop.

Subscribe my YouTube channel ValorosoIT. Retro technology, vintage audio, retro computers, experiments and tests. Retroprogramming, Basic. Commodore, IBM, Atari, Apple, Texas Instruments, Amstrad, MSX.

Informandosi in rete, c'è chi suggerisce di decomprimere i file, per evitare queste fastidiose frecce blu. A mio parere, questa non è una soluzione, in quanto la compressione dei file è utile per risparmiare spazio sull'hard disk.

So here is the definitive method to remove the annoying blue arrows from windows 10 icons, both those of compression, but also those that indicate links.

Supporting files, as well as one automatic script, are located in a file ZIP, described at the bottom of this article.

Windows 10 desktop icons, removal, erasing, compressing blue arrows, shortcut arrow

Arrows superimposed on desktop icons

The blue arrows on the Windows 10 desktop icons, in the upper right, as well as the arrow in the lower left indicating the shortcut, are nothing more than other icons, with a transparent background, which are superimposed on the file icon.

Da qui l'idea: se proprio Windows vuole sovraimprimere qualcosa, sarà un'icona trasparente!

The change I describe, removes the overlay of all the icons, both the large ones, those of the desktop and even the small ones of the file lists.

Per capire se un file è compresso, oppure se è un collegamento, sarà quindi necessario visualizzare l'elenco dei dettagli del file.

At any time, you can still restore the superimposed arrows.

Follow me on Instagram channel. Retro technology, Commodore, vintage audio, retro computers, experiments and tests. Retroprogramming, Basic. Commodore, IBM, Atari, Apple, Texas Instruments, Amstrad, MSX.

Small icons Windows 10, file list, removal, deletion, compression blue arrows, link arrow

Remove blue arrows from Windows 10 icons

The following procedure consists of three phases:

  • copia dell'icona trasparente nel percorso di Windows;
  • registry editing;
  • rebuilding the icon cache.

During the second step you can choose whether to remove only the blue arrows of the compressed files, in the upper right, or even the arrow in the lower left of the links.

Copia dell'icona trasparente nel percorso di Windows

Among the support files present in the file ZIP descritto in fondo all'articolo, è presente l'icona trasparente: Transparent.ico.

The first step is to copy this file to the Windows 10 folder (C:Windows), ensuring Administrator permissions.

Delete icon overlay, blue arrow compression, link, copy transparent icon in C:Windows

Editing the registry

The second step is to change some settings in the Windows registry.

E' possibile avviare il file Transparent.reg, present in the file ZIP described at the bottom of this article, to perform the registry steps automatically.

Alternatively, start regedit and add a Key in:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer

The key you will have to call:

Shell Icons
Clear icon overlay, collapse blue arrows, link arrow, registry, HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons, Shell Icons, strings 29 179

All'interno della chiave appena creata, si dovranno aggiungere due valori stringa:

29 = %SystemRoot%\Transparent.ico
179 = %SystemRoot%\Transparent.ico

The value 29 is used to clear the arrow in the lower left, the one that indicates the link. Instead, the value 179 serves to remove the blue arrows from the Windows 10 icons, those that indicate compression.

Removing icon overlay, collapsing blue arrows, link arrow, registry, HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons, Shell Icons, strings 29 179

At this point the change is already operational, but in order to appreciate its benefits, we must clear and rebuild the Windows 10 icon cache.

Rebuilding the Windows 10 icon cache

Finally, here's how to rebuild the Windows 10 icon database.

Follow me on Instagram channel. Retro technology, Commodore, vintage audio, retro computers, experiments and tests. Retroprogramming, Basic. Commodore, IBM, Atari, Apple, Texas Instruments, Amstrad, MSX.

First of all, close all active applications.

Look for the command prompt (type cmd in the search text) and run it as an administrator (right click, run as administrator).

Enter the folder that contains the icon database:

cd %homepath%\AppData\Local\Microsoft\Windows\Explorer

To be sure, you can verify that the databases exist in the folder:

dir iconcache*

The list of files should look like this:

    iconcache_1280.db
    iconcache_16.db
    iconcache_1920.db
    iconcache_256.db
    …
    iconcache_wide.db
    iconcache_wide_alternate.db

Close the Windows shell (temporarily disappears the desktop and the start menu, no need to be frightened):

taskkill /f /im explorer.exe

Now delete the files containing the icon database:

del iconcache*

If you receive errors, you may see that cmd (the command prompt) has not been started as an administrator, or that there are apps open, which are accessing the databases.

Follow me on Instagram channel. Retro technology, Commodore, vintage audio, retro computers, experiments and tests. Retroprogramming, Basic. Commodore, IBM, Atari, Apple, Texas Instruments, Amstrad, MSX.

At this point, you can restart the Windows shell with the following command:

explorer.exe
Rebuild iconcache cache, clear database icons, refresh icons, cd %homepath%AppDataLocalMicrosoftWindowsExplorer, iconcache db

Reset blue arrows on Windows 10 icons

For those who want to do the reverse procedure, i.e. restore the blue darts of the compression and the arrow of the link, it can simply:

  • load the Windows registry, with regedit;
  • delete the key Shell Icons that we created in the previous step (in HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer);
  • Rebuild the icon database again.

Support file to remove blue arrows on Windows 10 icons

here is the file ZIP which contains all the supporting files:

  • transparent icon (Transparent.ico);
  • registry keys (Transparent.reg);
  • file Remove darts.bat to automate the process (removes both the compression darts and the arrow at the bottom left of the link).

Automatic script to remove blue arrows on Windows 10 icons

For those who do not want to manually perform all the operations described above, I have prepared an automatic script. Download and unzip the file ZIP in una cartella sull'hard disk locale (non su un percorso di rete).

To boot as an administrator the file Remove darts.bat.

Seguire quindi le richieste dello script. La prima riguarda l'autorizzazione a modificare il registro di sistema: confermare di voler continuare.

Automatic script, program to remove blue arrows, link compression, from Windows 10 icons, BAT, batch

Next press a key (preferably ENTER) to close the Windows shell. When the Windows shell is closed and the desktop is gone, press a key again to clear the old icon database and rebuild it.

Program, batch, automatic script to remove blue arrows (compression), shortcut arrow from Windows 10 desktop icons

Al termine dell'esecuzione dello script, tutte le icone (quelle del desktop ed anche quelle del file explorer) non avranno più freccette in sovraimpressione.

Button icons without blue arrows (compressed files) on the Windows 10 desktop

Subscribe my YouTube channel ValorosoIT. Retro technology, vintage audio, retro computers, experiments and tests. Retroprogramming, Basic. Commodore, IBM, Atari, Apple, Texas Instruments, Amstrad, MSX.

Posted in Computers and Technology, All articles.

Leave a Reply

Your email address will not be published. Required fields are marked *