Drive letters remove ambiguity! As such, doesn’t it make since that the letters should be displayed first within a device listing? Windows references a specific registry key that controls this view, so if we are in agreement then here’s how to flip the names and drive letters.
Open the Windows Registry Editor.
Traverse to the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer.
Create a New->DWORD (32 bit) Value titled ShowDriveLettersFirst.
The value assigned to ShowDriveLettersFirst will determine the behavior of Explorer’s device view.
- 0 is the default view, as you see it now.
- 1 will show the local drive letters after their name (like now) but show network drive letters before their name.
- 2 will display no drive letters whatsoever.
- 4 will show drive letters of both local and network before their name – which is ultimately what we want here.
In order to see the results of our change you will need to restart Windows since Explorer is a critical process and shouldn’t simply be forcefully killed.



















