Taming Windows 10 File Explorer

Here, now you can have the benefit of a day’s research and tweaking.

Windows 10 File Explorer provides vast quantities of information that can, at times, be overwhelming.

My goal here was to simplify the interface and provide only what I needed. There was lots of good help on the Web and many options. This is what I decided to do, at least for my five machines. Fortunately, much of this is the same from Windows 7 and Windows 8.1, so there is lots of documentation out there, but it’s not all in one place. Here’s my attempt. I WILL BE USING REGISTRY MODIFICATIONS. IF YOU ARE NOT COMFORTABLE DOING THIS, THEN DO NOT DO IT. Make a backup. There are other ways of making things work if you wish to take a different approach, but I will leave that exercise to you. YOU ARE ON YOUR OWN. I cannot help you if things go awry. I have tested this on two desktops.

File_Explorer_as_modified

Part of the strategy here is I will be using Quick Access in two ways: (1) Only pinning folders (not using “Frequent folders” auto-add). Use View/Options to control this within File manager. Quick Access is quick and is easily modified on the fly. The limit of 8 auto-add folders+pinned folders does not apply if one pins more. I don’t know what the limit is, I think it might be 18-20.

Then I wanted to move Libraries up next and those are more formally configured Documents and other “main” file areas on each PC. For example, my cloud folders (Dropbox, Creative Cloud, One Drive, Google Drive) are all under my main Documents folder (which is actually on the NAS at home, but may be moving to Dropbox).

Since I control my documents within Libraries, I only wanted the hard drive(s) of the machine (default Dell naming, sorry) to show. In addition, any USB or optical drives will show up there when loaded. I did not want the removable drives showing up in the main tree.

Finally, I wanted my Network…four main items in the main tree, and my two most-used NAS units are already in Quick Access.

If you wish to start File Explorer with a different focus at various times, check out this article:
http://www.eightforums.com/tutorials/34450-file-explorer-taskbar-icon-change-open-target.html
The three downloads are shortcut files using CLSID shortcuts. At the bottom, there are links to a list of these and Shell Commands.

Now, let’s get to work:

(1) Remove auto-add folders to “Frequent folders.” View>Options> On the bottom of the General tab is “Privacy” I unclicked “Show frequently used folders in Quick access. Apply OK

(2) I had Cloud services pinned in QUick Access. No thanks. Right Click > Unpin from Quick access.

(3) Next I had Creative Cloud Files as a MAIN item. This took the most sleuthing.
HKEY_CLASSES_ROOT\CLSID\{0E270DAA-1BE6-48F2-AC49-6D8AB041C3AC}
Change System.IsPinnedToNameSpaceTree from 1 to 0
While here (this pattern will repeat in other areas) notice that there is another variable:
SortOrderIndex I have not figured out how these are numbered, but the lower the number, the higher it is in the list.

(4) Next, I removed Dropbox
https://www.dropboxforum.com/hc/en-us/community/posts/203354419-How-does-one-remove-the-Dropbox-link-from-the-Navigation-Pane-om-Windows-10-
Provided this key:
HKEY_CLASSES_ROOT\CLSID\{E31EA727-12ED-4702-820C-4B6445F28E1A}
HKEY_CLASSES_ROOT\CLSID\{E31EA727-12ED-4702-820C-4B6445F28E1B}
HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{E31EA727-12ED-4702-820C-4B6445F28E1A}
HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{E31EA727-12ED-4702-820C-4B6445F28E1B}
Change System.IsPinnedToNameSpaceTree from 1 to 0 in all four
The first two are the 64 bit menu system
The second two (Wow6432) will control how things show up in dialogs in 32-bit applications (many office apps).

(5) Now it’s OneDrive’s turn
http://www.askvg.com/windows-10-tip-remove-onedrive-quick-access-homegroup-and-network-icons-from-navigation-pane-of-this-pc/
is a wealth of information. It tells you how to remove

PART 1: Remove OneDrive Icon from Navigation Pane of This PC
PART 2: Remove Quick Access Icon from Navigation Pane of This PC
PART 3: Remove Homegroup Icon from Navigation Pane of This PC
PART 4: Remove Network Icon from Navigation Pane of This PC
PART 5: Remove Removable Drive Icon from Navigation Pane of This PC

HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}
HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}
Change System.IsPinnedToNameSpaceTree from 1 to 0 in both

(6) Now let’s remove Homegroup
In this section, you will need to take ownership of the registry key to change it
http://www.askvg.com/guide-how-to-take-ownership-permission-of-a-registry-key-in-windows/
HKEY_CLASSES_ROOT\CLSID\{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}
HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}
ADD System.IsPinnedToNameSpaceTree as a DWORD (32 bit) with a value of 0 in both

I also disabled the services for HOMEGROUP which has to be done from the properties dialog.
Run services.msc gets you there, highlight the two Homegroup services in turn and adjust properties.
The defaults are: HomeGroup Listener: Manual; HomeGroup Provider: Manual (Trigger Start).

(7) Now to remove the removable drive icons from the Navigation Pane, go in turn to each of these
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders
In each of these, there will be a key {F5FB2C77-0E2F-4A16-A381-3E560C68BC83}
which needs to be deleted. However, I found renaming it to {F5FB2C77-0E2F-4A16-A381-3E560C68BC83xxxxx}
provided the same results and made it easier to restore in the future.

(8) Moving Libraries ABOVE “This PC”
This is a good resource for finding unique CLSID Identifiers (this version is from Windows 8)
http://www.eightforums.com/tutorials/13591-clsid-key-guid-shortcuts-list-windows-8-a.html
And we find that Library is:
HKEY_CLASSES_ROOT\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}
HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}
Modify SortOrderIndex to a value of 22 decimal (it starts out at 84 decimal).
You may have to take ownership as above.

(9) Now we need to clean up the mess of “This PC”. I just like the HDDs and hide all the other default folders from the Navigation Pane but leave a few in the Detail Pane.
Download This PC Tweaker http://winaero.com/comment.php?comment.news.213
You will be able to adjust what shows up where, easily. Just highlight one at a time and check/uncheck the boxes.

There, that does it.