Windows 10: Add or Remove Folders from This PC in Windows 10

Discus and support Add or Remove Folders from This PC in Windows 10 in Windows 10 Tutorials to solve the problem; The registry add-on worked exactly as said for me. I too have no use for the "This PC" folders because I keep music and videos on a separate drive.... Discussion in 'Windows 10 Tutorials' started by quiberon, May 23, 2015.

  1. otisdog Win User

    Add or Remove Folders from This PC in Windows 10


    The registry add-on worked exactly as said for me. I too have no use for the "This PC" folders because I keep music and videos on a separate drive. Just added the "show libraries" to the navigation pane and that will work for me.
    Jim
     
    otisdog, Aug 5, 2015
    #61
  2. gorey Win User

    It's because this guide is only a half fix. To properly turn off stuff in the navigation pane, you need to turn off their System.IsPinnedToNameSpaceTree settings.

    [HKEY_CLASSES_ROOT\CLSID\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
    "System.IsPinnedToNameSpaceTree"=dword:00000000

    You need to do it to both the 32-bit and 64-bit locations for all of the folders, and you'll likely need to give yourself the necessary permissions to make the changes. You can also do just this fix (not the one from the original guide), to remove them from "This PC" in the navigation pane only, but keep them in the right pane when you click on "This PC".

    Doing just what is stated in this guide causes extremely glitchy behaviour. It's because the navigation pane still thinks those folders should be there and will randomly add them back if it needs to.
     
    gorey, Aug 5, 2015
    #62
  3. Brink
    Brink New Member
    Hello Gorey, and welcome to Ten Forums. *Smile

    That's correct, you would have to take ownership of all 6 keys in both the 32-bit and 64-bit locations.

    If one wanted to avoid all that work, you could unpin these same folder in Quick access to effectively do the same.

    https://www.tenforums.com/tutorials/2...dows-10-a.html
     
    Brink, Aug 5, 2015
    #63
  4. gorey Win User

    Add or Remove Folders from This PC in Windows 10

    It's not the same thing. I'm talking about unpinning them from "This PC". The original fix doesn't do that, and hence they will randomly reappear and disappear depending on what you do.
     
    gorey, Aug 5, 2015
    #64
  5. Brink
    Brink New Member
    I know what you are referring to, but give this a try and see. This is an easier workaround than taking ownership of all those registry keys and risking a mistake made in the registry.

    If you unpin these same folders in Quick access as well as do what's in the tutorial to remove them from This PC, they will no longer appear randomly in the navigation pane of This PC.

    When you open one of these pinned folders in Quick access, that's the action that causes the folder to appear in the navigation pane even when removed in This PC.
     
    Brink, Aug 5, 2015
    #65
  6. gorey Win User
    It's not just quick access that will trigger it. It's various places throughout the OS. Clicking on user folders that you can enable at the bottom of the start menu is another.

    I know it seems like a lot of work to do and is a pain in the butt, but it's the proper way of doing it. Once you give yourself the permissions, it's easy to create a .reg file to pin/unpin the folders easily.


    Add or Remove Folders from This PC in Windows 10 [​IMG]


    Code:
     Code: Windows Registry Editor Version 5.00 ; You will need to MANUALLY give yourself write permissions for the Registry Keys before this script will work. ;----------------------------------------------------------------------------------------------------------------------------- ; DESKTOP ;----------------------------------------------------------------------------------------------------------------------------- [HKEY_CLASSES_ROOT\CLSID\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}] "System.IsPinnedToNameSpaceTree"=dword:00000000 [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}] "System.IsPinnedToNameSpaceTree"=dword:00000000 ;----------------------------------------------------------------------------------------------------------------------------- ; DOCUMENTS ;----------------------------------------------------------------------------------------------------------------------------- [HKEY_CLASSES_ROOT\CLSID\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}] "System.IsPinnedToNameSpaceTree"=dword:00000000 [HKEY_CLASSES_ROOT\CLSID\{d3162b92-9365-467a-956b-92703aca08af}] "System.IsPinnedToNameSpaceTree"=dword:00000000 [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}] "System.IsPinnedToNameSpaceTree"=dword:00000000 [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{d3162b92-9365-467a-956b-92703aca08af}] "System.IsPinnedToNameSpaceTree"=dword:00000000 ;----------------------------------------------------------------------------------------------------------------------------- ; DOWNLOADS ;----------------------------------------------------------------------------------------------------------------------------- [HKEY_CLASSES_ROOT\CLSID\{374DE290-123F-4565-9164-39C4925E467B}] "System.IsPinnedToNameSpaceTree"=dword:00000000 [HKEY_CLASSES_ROOT\CLSID\{088e3905-0323-4b02-9826-5d99428e115f}] "System.IsPinnedToNameSpaceTree"=dword:00000000 [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{374DE290-123F-4565-9164-39C4925E467B}] "System.IsPinnedToNameSpaceTree"=dword:00000000 [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{088e3905-0323-4b02-9826-5d99428e115f}] "System.IsPinnedToNameSpaceTree"=dword:00000000 ;----------------------------------------------------------------------------------------------------------------------------- ; MUSIC ;----------------------------------------------------------------------------------------------------------------------------- [HKEY_CLASSES_ROOT\CLSID\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}] "System.IsPinnedToNameSpaceTree"=dword:00000000 [HKEY_CLASSES_ROOT\CLSID\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}] "System.IsPinnedToNameSpaceTree"=dword:00000000 [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}] "System.IsPinnedToNameSpaceTree"=dword:00000000 [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}] "System.IsPinnedToNameSpaceTree"=dword:00000000 ;----------------------------------------------------------------------------------------------------------------------------- ; PCITURES ;----------------------------------------------------------------------------------------------------------------------------- [HKEY_CLASSES_ROOT\CLSID\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}] "System.IsPinnedToNameSpaceTree"=dword:00000000 [HKEY_CLASSES_ROOT\CLSID\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}] "System.IsPinnedToNameSpaceTree"=dword:00000000 [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}] "System.IsPinnedToNameSpaceTree"=dword:00000000 [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}] "System.IsPinnedToNameSpaceTree"=dword:00000000 ;----------------------------------------------------------------------------------------------------------------------------- ; VIDEO ;----------------------------------------------------------------------------------------------------------------------------- [HKEY_CLASSES_ROOT\CLSID\{A0953C92-50DC-43bf-BE83-3742FED03C9C}] "System.IsPinnedToNameSpaceTree"=dword:00000000 [HKEY_CLASSES_ROOT\CLSID\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}] "System.IsPinnedToNameSpaceTree"=dword:00000000 [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{A0953C92-50DC-43bf-BE83-3742FED03C9C}] "System.IsPinnedToNameSpaceTree"=dword:00000000 [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}] "System.IsPinnedToNameSpaceTree"=dword:00000000[/quote]
     
    gorey, Aug 5, 2015
    #66
  7. Brink
    Brink New Member
    I agree with you. I was just trying to save people work if able.
     
    Brink, Aug 5, 2015
    #67
  8. gorey Win User

    Add or Remove Folders from This PC in Windows 10

    Yeah, i hear you. It would be nice if Microsoft could add this to the options in the Navigation Pane settings. It's a huge eye sore for those of us that have these folders moved to a separate hard drive or who actually use the Libraries feature. Annoying to see the same folders in 4 different locations on the same screen. It's a bit overkill.
     
    gorey, Aug 5, 2015
    #68
  9. Brink
    Brink New Member
    It would have been nice to at least not have these keys owned by TrustedInstaller so only a quick .reg or .bat file could take care of it.
     
    Brink, Aug 5, 2015
    #69
  10. gorey Win User
    yeah i hate that TrustedInstaller guy. *Smile
     
    gorey, Aug 5, 2015
    #70
  11. Brink
    Brink New Member
    Ok. Tutorial is now all updated. *Smile
     
    Brink, Aug 5, 2015
    #71
  12. n0mad Win User
    I tried it but I guess I missed some keys... Doesn't exist a PS script to take ownership of those keys?
     
    n0mad, Aug 5, 2015
    #72
  13. Brink
    Brink New Member

    Add or Remove Folders from This PC in Windows 10

    Hello n0mad,

    I'm afraid no script for that. If you like, double check to make sure that you got them all. *Sad
     
    Brink, Aug 5, 2015
    #73
  14. Scar Win User
    Thanks a lot!, I was hoping for an update and finally it's here and working great as always.
     
  15. cybersaga Win User
    I was just making a script! *Smile

    Here it is. Rename to .ps1

    setpermissions.txt

    You need to run PowerShell as an Administrator. You may need to run:
    manually first before it'll let you run this (or any) script.

    This only sets the permissions. You still need to run the .reg file after.

    Sorry if the attachment doesn't show up. It shows when I edit my post, but not in the thread. Maybe a mod needs to approve it?
     
    cybersaga, Aug 5, 2015
    #75
Thema:

Add or Remove Folders from This PC in Windows 10

Loading...
  1. Add or Remove Folders from This PC in Windows 10 - Similar Threads - Add Remove Folders

  2. Add and Remove Folders in Photos app in Windows 10

    in Windows 10 Tutorials
    Add and Remove Folders in Photos app in Windows 10: How to: Add and Remove Folders in Photos app in Windows 10 How to Add and Remove Folders in Photos app in Windows 10 The 3D effects like butterflies, lasers, or explosions that magically appear in your video. The Photos app in Windows 10 gathers photos from your PC,...
  3. Add or Remove Folders for File History in Windows 10

    in Windows 10 Tutorials
    Add or Remove Folders for File History in Windows 10: How to: Add or Remove Folders for File History in Windows 10 How to Add or Remove Folders to be Backed Up by File History in Windows 10 File History was first introduced in Windows 8, and has been improved in Windows 10. You can use File History to automatically back...
  4. Add or Remove Frequent folders from Quick access in Windows 10

    in Windows 10 Tutorials
    Add or Remove Frequent folders from Quick access in Windows 10: How to: Add or Remove Frequent folders from Quick access in Windows 10 How to Add or Remove Frequent folders from Quick access in Windows 10 Windows 10 replaced Favorites from previous Windows with Quick access. The Quick access page is the shortest route to files...
  5. Add or Remove Control Panel from This PC in Windows 10

    in Windows 10 Tutorials
    Add or Remove Control Panel from This PC in Windows 10: How to: Add or Remove Control Panel from This PC in Windows 10 How to Add or Remove Control Panel from This PC in Windows 10 In Windows 10, there are a few different ways to find and change your settings: app settings, and search. Most of the settings that you'll want...
  6. Add or Remove User Folder from Navigation Pane in Windows 10

    in Windows 10 Tutorials
    Add or Remove User Folder from Navigation Pane in Windows 10: How to: Add or Remove User Folder from Navigation Pane in Windows 10 How to Add or Remove User Folder in Navigation Pane of File Explorer in Windows 10 A user profile is a collection of settings that make the computer look and work the way you want it to for a user...
  7. Add or Remove Devices and Printers from This PC in Windows 10

    in Windows 10 Tutorials
    Add or Remove Devices and Printers from This PC in Windows 10: How to: Add or Remove Devices and Printers from This PC in Windows 10 How to Add or Remove Devices and Printers from This PC in Windows 10 Devices and Printers (aka: Device Stage), gives you a quick view and access of all of your connected and wireless devices on your...
  8. Add or Remove Folders on Start List in Windows 10

    in Windows 10 Tutorials
    Add or Remove Folders on Start List in Windows 10: How to: Add or Remove Folders on Start List in Windows 10 How to Add or Remove Folders on Start List in Windows 10 The Start menu in Windows 10 has a Start list that you can customize which folders appear in the list. You can add or remove the File Explorer, Settings,...
  9. Add or Remove Shared Folders from OneDrive

    in Windows 10 Tutorials
    Add or Remove Shared Folders from OneDrive: How to: Add or Remove Shared Folders from OneDrive How to Add or Remove Shared Folders from Your OneDrive [img] Information You can easily save your files to OneDrive and get to them from any device, like your Windows 10 PC, Windows 10 tablet, or Windows 10 Mobile...
  10. Add or Remove Folders from Favorites in Windows 10 Mail app

    in Windows 10 Tutorials
    Add or Remove Folders from Favorites in Windows 10 Mail app: How to: Add or Remove Folders from Favorites in Windows 10 Mail app How to Add or Remove Folders from Favorites in Windows 10 Mail app The Mail and Calendar apps included with Windows 10 help you stay up to date on your email, manage your schedule and stay in touch with...