There is two of every System Folder in the side bar of File Explorer.


  1. Posts : 1
    Windows 10
       #1

    There is two of every System Folder in the side bar of File Explorer.


    There is two of every System Folder in the side bar of File Explorer.-capture.png I don't know what happened to it it just started today.
      My Computer


  2. Posts : 989
    Microsoft Windows 10 Home
       #2

    Don't know how it happened, but you can fix it by copying & pasting this bit of code into an Administrative PowerShell window (WinKey+X):
    Code:
    $key = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions'
    gci $key |
       ?{(gp "$($_.PSPath)\PropertyBag" -ErrorAction SilentlyContinue).ThisPCPOlicy} | 
         ?{(gp $_.PSPath).Name -match '^Downloads|my |Personal'} |
             %{($_.OpenSubKey('PropertyBag', $True)).SetValue('ThisPCPolicy', 'Hide')}
    Keith
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:18.
Find Us




Windows 10 Forums