1

I have a laptop which is running Windows 8.1 64bit. When opening Windows Explorer and enabling the option to show the libraries under the section "My PC", The screen looks like this:

enter image description here

Translation: Deze pc = my pc, Bibliotheken = libraries

On the most upper section of the Windows Explorer, you see all my libraries, such as my pictures, desktop items, documents, downloads, music and video's.

In the section from the libraries, you see those same folders again, my pictures, documents, music and video's.

Is it possible to delete those items from the "My PC" view? Because theyre showing double now.

6
  • Make sure system is virus free. so update the antivirus and do full scan.
    – BDRSuite
    Commented Jun 16, 2015 at 14:43
  • @vembutech What does that have to do with this tweak?....
    – Bas
    Commented Jun 16, 2015 at 14:44
  • If you already have antivirus then its very simple to update antivirus to latest version. If not just install antivirus and update to latest version. Do full scan after updated.
    – BDRSuite
    Commented Jun 16, 2015 at 14:48
  • @vembutech Yes, i've got a virus scanner on my computer, why should I scan my computer when there's nothing wrong with it?...
    – Bas
    Commented Jun 16, 2015 at 14:49
  • keep one backup on all the files inside libraries such as my pictures, documents, music and video's etc., on any free volumes. Restore the libraries by simple right click on libraries -> click 'Restore Default libraries' .
    – BDRSuite
    Commented Jun 16, 2015 at 14:57

1 Answer 1

1

You could remove it easily by modifying registry

1)Open notepad

2)Copy the following script and save it as sample.reg

[HKEY_CLASSES_ROOT\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]
"DescriptionID"=-

[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]
"DescriptionID"=-

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{031e4825-7b94-4dc3-b131-e946b44c8dd5}]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{031e4825-7b94-4dc3-b131-e946b44c8dd5}]

3)Execute the registry file

hope it will resolve your problem

5
  • Thanks man, but what does this actually do? Can i Edit the list myself when going to that registry folder?
    – Bas
    Commented Jun 16, 2015 at 14:11
  • @Bas yep u could manually add it ,but for safer side u could execute the registry which is an easy job Commented Jun 16, 2015 at 17:01
  • It might seem stupid, but where do I see the list of items then? When I open the following location which is in your answer in my registry, all i see is numbers.
    – Bas
    Commented Jun 17, 2015 at 6:13
  • @bas for safe stuff you could save it as reg file and execute it,since its internal stuff,altering the number was little tedious task Commented Jun 17, 2015 at 9:50
  • What do you mean?
    – Bas
    Commented Jun 17, 2015 at 10:03

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .