User Tools

Site Tools


microsoft:windows:explorer:notes

Microsoft - Windows - Explorer - Notes

Remove drive space indicator

Tested on Windows Server 2016.
The source mentions it also should work on Vista, 7, and 8.

Change the TileInfo REG_SZ registry key under HKEY_LOCAL_MACHINE\Software\Classes\Drive.

The default value is:

prop:*System.PercentFull;System.Computer.DecoratedFreeSpace;System.Volume.FileSystem

To remove the percentage indicator, change it to:

prop:*System.Computer.DecoratedFreeSpace;System.Volume.FileSystem

To also remove the mention of the type of filesystem, change it to:

prop:*System.Computer.DecoratedFreeSpace

Source: SumTips - Windows: Disable Drive Space Indicator Bar

microsoft/windows/explorer/notes.txt · Last modified: 2020/10/20 09:24 by bas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki