Jump to content

Question

Posted

It would be great if there was an easy option to hide drives that have been enrolled in a pool from the explorer view.
It shouldn't be too complicated of a feature, as all it takes is a registry tweak.

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
ADD DWORD named NoDrives
SET Value to (A Decimal number comprised of the following, adding values together to get the desired effect)

A: 1
B: 2
C: 4
D: 8
E: 16
F: 32
G: 64
H: 128
I: 256
J: 512
K: 1024
L: 2048
M: 4096
N: 8192
O: 16384
P: 32768
Q: 65536
R: 131072
S: 262144
T: 524288
U: 1048576
V: 2097152
W: 4194304
X: 8388608
Y: 16777216
Z: 33554432
ALL: 67108863

For example, If you wanted to hide drives W, X, Y, Z. The value would be 62914560. It's basically a value consisting of seven bytes, with each bit acting as a toggle to whether that drive letter should show in explorer.

0011 1100 0000 0000 0000 0000 0000
0*ZY XWVU TSRQ PONM LKJI HGFE DCBA

When set, Explorer just needs restarting and the setting takes effect. The drive is still accessible by its path like normal by other applications, explorer will just not display the clutter of discs that make up your pool.

3 answers to this question

Recommended Posts

  • 0
Posted

You can use Windows' Disk Management to remove (or change) a drive's associated letter entirely: open WDM, right-click the drive, choose "Change Drive Letter and Paths".

Thanks for the registry tip though!

  • 0
Posted (edited)

There's an option under Manage Pool to turn off / on drive letters.

 

Sorry, I thought this did all disks in the pool but it's just the pools main letter.

I swore somewhere I came across this capability.  I will update if I find it.

Edited by CityguyUSA
Mistake in info

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...