Hide Libraries and Network in Microsoft Office (x86) AND Windows Explorer (x64)
Problem:
We had hidden the Libraries and Network links in the explorer bar on our Citrix XenAPp 6.5 servers, but for some reason they continued to appear inside Office and some other applications.
Turns out the common element was 32bit apps were all still able to see libraries and Network locations etc particularly when saving files in Word or excel.
(screenshot shown above from windows 7 device, its exactly the same view we want to restrict however in terminal server / windows 2008 r2)
Solution:
There are two registry locations for libraries and network etc, 64bit and 32bit, edit them all as follows, be sure to assign permission to these keys as administrator first!
64bit Favorites key is:
HKEY_CLASSES_ROOTCLSID{323CA680-C24D-4099-B94D-446DD2D7249E}ShellFolder
Attributes: a9400100
64Bit Libraries key is:
HKEY_CLASSES_ROOTCLSID{031E4825-7B94-4dc3-B131-E946B44C8DD5}ShellFolder
Attributes:b090010d (hide)
Attributes:b080010d (default – show)
64bit Network key is:
HKEY_CLASSES_ROOTCLSID{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}ShellFolder
Attributes: B0940064
HIDE 32 bit verison of the same for 32bit apps
32bit Favorites key is:
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeClassesCLSID{323CA680-C24D-4099-B94D-446DD2D7249E}ShellFolder]
“Attributes”=dword:a9400100
32Bit Libraries key is:
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeClassesCLSID{031E4825-7B94-4dc3-B131-E946B44C8DD5}ShellFolder]
“Attributes”=dword:b090010d
32bit Network key is:
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeClassesCLSID{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}ShellFolder]
“Attributes”=dword:b0940064