Location:
State:
Carrier
Country
Status

How to hide drive from explorer without removing drive letter.


Hi. I just installed a small ssd drive to be used by a program as a temp drive. Now that i've set the app to use G: as temp drive, i do not need to interact with the drive again. Set it and forget it.
So how do i hide the drive from explorer without breaking everything ?

In my search i found removing the drive letter which would not work in this case. Also found different apps. But not sure how these work with win10.

This registry value will hide the G: drive in Explorer.

Code:
Windows Registry Editor Version 5.00  [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesExplorer] "NoDrives"=dword:00000040
You'll need to restart for it to take effect. The drive will still be fully functional and accessible, just hidden in Explorer.

Typing G: in the Explorer address bar will show the drive.

Hide G Drive.reg

Right click Start, select "Disk Management", right click the drive you want, select "Change Drive Letter and Paths" and click "Remove".

This registry value will hide the G: drive in Explorer.

Code:
Windows Registry Editor Version 5.00  [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesExplorer] "NoDrives"=dword:00000040
You'll need to restart for it to take effect. The drive will still be fully functional and accessible, just hidden in Explorer.

Typing G: in the Explorer address bar will show the drive.

Hide G Drive.reg
Thanks, i'll give that a try.

Right click Start, select "Disk Management", right click the drive you want, select "Change Drive Letter and Paths" and click "Remove".
That would not work, as mentioned in the post. Most programs where you can assign a temp drive would not be able to access a drive with no drive letter as you wouldn't be able to select the drive in that programs settings.

Right click Start, select "Disk Management", right click the drive you want, select "Change Drive Letter and Paths" and click "Remove".
That will render his drive inaccessible and unusable.

That would not work, as mentioned in the post.
You mean after you just edited your post? "Would work" and "would not work" are two very different things.

You mean after you just edited your post? "Would work" and "would not work" are two very different things.
I know, i didn't notice it myself before after i had posted. But i think it was pretty clear even with the typo. If i had already found the solution i would've used that instead of asking for a different one. But you're right nonetheless.

How to hide drive from explorer without removing drive letter.