Jump to content

Recommended Posts

Posted

Morning all,

 

Hopefully there's a quick solution to this but I'm short on time so am hoping someone can point me in the correct direction.

 

Is there a GPO setting I can set so that users can't see drive info (eg free space) of any drives they have mapped?

 

Thanks

Posted

You can modify what's displayed in Explorer reasonably easily by tweaking the TileInfo and PreviewDetails keys at HKLM\SOFTWARE\Classes\Drive:

 

TileInfo

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

 

PreviewDetails

prop:*System.PercentFull;System.FreeSpace;System.Capacity;System.Volume.FileSystem;*System.Volume.BitLockerProtection

 

We (for example) remove the Sytem.PercentFull part (leave the beginning *, you need it) so it doesn't make the bar go red on multi-terabyte volumes when it hits the 10% free mark.

 

However, it's all or nothing (local and network). So Bob is probably going to keep phoning you regarding his inability to add stuff to his already full usb drive.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...