the navigation panel on the left side of the Windows browser has more default items and is inconvenient to use, usually I want to open the window, the left navigation panel shows only "library" and "Computer", here is the way to hide (or close) the various items in the navigation panel: the source of this article: http://blog.csdn.net/bluishglc/article/details/42192061 prohibited any form of reprint, or will entrust CSDN official maintenance rights!
First, all of the following actions need to give the current user Full control of the ShellFolder, right-click, select "Permissions" to add "Full Control" to the current user:
1. Hide/Show "Network"
Open the registry:
Hkey_classes_root\clsid\{f02c1a0d-be21-4350-88b0-7367fc96ef3c}\shellfolder
After giving the current user Full control of the ShellFolder, double-click the
Attributes, if you want to hide it, set its value to:
b0940064, if you want to display it, set its value to:
b0040064
2. Hide/Show "Favorites" (Favorites)
Open the registry:
Hkey_classes_root\clsid\{323ca680-c24d-4099-b94d-446dd2d7249e}\shellfolder
After giving the current user Full control of the ShellFolder, double-click the
Attributes, if you want to hide it, set its value to:
a9400100, if you want to display it, set its value to:
a0900100
3. Hide/Show "library" (libaries)
Open the registry:
Hkey_classes_root\clsid\{031e4825-7b94-4dc3-b131-e946b44c8dd5}\shellfolder
After giving the current user Full control of the ShellFolder, double-click the
Attributes, if you want to hide it, set its value to:
b090010d, if you want to display it, set its value to:
b080010d
4. Hide/Show "homegroup" (Homegroup)
Open the registry:
Hkey_classes_root\clsid\{b4fb3f98-c1ea-428d-a78a-d1f5659cba93}\shellfolder
After giving the current user Full control of the ShellFolder, double-click the
Attributes, if you want to hide it, set its value to:
b094010c, if you want to display it, set its value to:
b084010c
Restart to take effect after the modification is complete, or open Task Manager to close the Explorer process and choose File, New task: Enter
Explorer, re-establishing the Explorer process, the registry modification takes effect.
Configure the Windows (WIN7) navigation panel (Navigation Pane) to hide/show favorites, libraries, networks, and more