4

Is there any way to add Libraries in "My Computer"/"This PC" like Drives or Documents etc. ?

EDIT: Something like this image enter image description here

LifeH2O
  • 1,253

2 Answers2

5

Add the Libraries folder

  1. Open an elevated command prompt.
  2. Type or paste the following command, and press Enter:

    reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{031E4825-7B94-4dc3-B131-E946B44C8DD5}" /f
    

Add all user libraries

  1. Open an elevated command prompt.
  2. Type or paste the following command, and press Enter:

    reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{896664F7-12E1-490f-8782-C0835AFD98FC}" /f
    

Note In both cases, changes are applied immediately after you refresh the explorer window. Works in Windows 7 and later.

and31415
  • 14,901
1

You can use the tool OldNewExplorer to restore the Libraries. The DLL restores all functions without hacking a file.

enter image description here