I am working on a project which creates a custom drive and is accessible under "This PC". The request is to hide the drive on a per-user basis using registry keys if possible.
The client machines are Citrix based on Windows Server 2008R2 but are being upgraded to 2016 shortly.
I know the GUID for the app which can be found in
HKLM\SOFTWARE\Classes\CLSID\{GUID}
I don't see anything obvious there which can hide the icon. I've also created the GUID at:
HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideMyComputerIcons\{GUID}
Which seems to only half work. It will hide the icon on the right pane however the navigation pane on the left still shows it. Restarting the pc didn't help to hide it.