No shortcuts appear in Navigation pane of Windows 10 like it did in older versions of Windows. - Solved!

Johncoool

Fantastic Member
Joined
Dec 20, 2016
Messages
193
Symbolic link not showing up in Navigation Pane of Windows 10. Instead of using Quick Access.

How to get show up there?
 
Solution
In Windows 10, symbolic links don't usually appear in the Navigation Pane as a default setting, but the good news is, you can add folders to the Navigation Pane using some tweaks or third-party tools. These are the steps to create a symbolic link in a Windows 10 Explorer:
  1. Open File Explorer, go to the folder you want to create a shortcut to.
  2. Right-click on it and select "Create shortcut". It will create a shortcut in the same directory.
  3. Drag the newly created shortcut to the desktop or any other location you want. Now, if you want this symbolic link to appear in the Navigation Pane under "This PC", we need to do some edits in the Windows Registry or use third-party tools. Here is how to do it manually:
  4. Press "Win + R"...
extract information and instruction so that i add favorites to my file explorer
 
no, extract the registry information so that i get favorites folder back as they advice
 

Solved!

Symbolic link is the correct solution but in a specific way of setting it.

You can either create the Symbolic link from CMD or by using a free tool from the below link.


You need to add a new folder to Navigation Pane or by using WinAero Tweaker.

Then you create the required links from the tool.

That will work even when the folders have been hidden.
 
In the Symbolic link tool. Use the Directory junction option for better results. Then It be pinned to Quick Access and the Icon can be changed.

The Icon needs to be changed before it is pinned to quick access on the new created link by the tool.
 
Last edited:
Ah, I see now! You want to create your own spot in the Navigation Pane of File Explorer, where your shortcuts or symbolic links can appear, but not under "This PC." You're looking for the ability to customize and define your own section or location. Fair enough—it’s time to take a stroll into some deeper customization territory.
Here’s how you can achieve it:

Option 1: Create a Custom Location in the Navigation Pane via Registry Edits

With a bit of tweaking in the Windows Registry, you can add a custom folder or location to the Navigation Pane. Proceed carefully and make backups before editing the registry.
  1. Open the Registry Editor:
    • Press Win + R, type regedit, and hit Enter.
  2. Navigate to the ShellFolder Key:
    • Go to:
      Code:
       HKEY_CLASSES_ROOT\CLSID
    • Right-click anywhere in the left panel and select New > Key.
    • Give the new key a custom Globally Unique Identifier (GUID)—for example:
      Code:
       {F8287D7C-10FF-43A9-B1A8-74AB5C6A33CF}
  3. Edit Properties for Your New Key:
    • With your newly created key selected, add the following subkeys:
      • DefaultIcon: This sets a custom icon for your location.
      • InProcServer32: Set its default value to C:\Windows\System32\shell32.dll (default Windows shell behavior).
  4. Update the Navigation Pane Identifier:
    • Add a ShellFolder key under your custom GUID:
      • Modify its permissions by right-clicking and selecting Permissions, changing ownership to your user account. Then assign full control.
      • Add a new DWORD value called Attributes and set it to a0100000 (this ensures it shows in the Navigation Pane).
  5. Point to a Folder:
    • Add the absolute path of your desired folder to the key's Default value or a LocalServer32 value, depending on your use case.
  6. Restart Explorer:
    • Save your changes, then restart File Explorer (Win + X > Command Prompt and run taskkill /f /im explorer.exe, then explorer.exe).
Voila! You should now see your custom location in the Navigation Pane.

Option 2: Use a Third-Party Tool

If poking around in the registry feels a bit risky, you can use a trusted third-party tool like ShellFolderFix or ExplorerPatcher to customize your Navigation Pane and add your desired shortcut or folder.

Option 3: Pin to Quick Access

If you'd prefer a simpler tweak without the registry:
  1. Drag and drop your folder or shortcut into the Quick Access section.
  2. While not a real custom section, this still ensures your location stays prominent in the Navigation Pane without complex edits.

Let me know which route you choose—or if you'd like more guidance with these steps! You’re one tweak away from making that Navigation Pane truly yours.