Add or Remove OneDrive from Navigation Pane in Windows 10  

Page 8 of 11 FirstFirst ... 678910 ... LastLast

  1. Posts : 2
    Windows 10
       #70

    Hello Brink, thanks for the welcome and the quick reply.

    Your suggestion worked. I deleted and reinstalled OneDrive, and the icons appeared again at the navigation pane. However, I had to resync with the sharepoint sites, but that only took 10 minutes or so.

    Thanks!!
      My Computer


  2. Posts : 68,667
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #71

    You're most welcome. :)
      My Computers


  3. Posts : 841
    Windows 10 Pro 21H2
       #72

    I have tested this on my PC, but I don't give guarantees.
    This removes OneDrive from the File Explorer dropdown that shows when you click on the icon on the left of the "File Path" window:

    OneDrive
    Add or Remove OneDrive from Navigation Pane in Windows 10-added.png

    OneDrive Removed
    Add or Remove OneDrive from Navigation Pane in Windows 10-untitled.png

    Remove OneDrive:
    Code:
    Windows Registry Editor Version 5.00
    
    [-HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    
    [-HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    
    [-HKEY_CURRENT_USER\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    
    [-HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A52BBA46-E9E1-435f-B3D9-28DAA648C0F6}]
    "Name"=-
    "RelativePath"=-
    "ParsingName"=-
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A52BBA46-E9E1-435f-B3D9-28DAA648C0F6}]
    "Name"=-
    "RelativePath"=-
    "ParsingName"=-
    
    [-HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    
    [-HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    
    [-HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000_Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    
    [-HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000_Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    
    [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
    "{018D5C66-4533-4307-9B53-224DE2ED1FE6}"=-
    
    [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
    Add OneDrive:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    "System.IsPinnedToNameSpaceTree"=dword:00000000
    "SortOrderIndex"=dword:00000042
    @="OneDrive"
    
    [HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\DefaultIcon]
    @="E:\\Users\\rdwray\\AppData\\Local\\Microsoft\\OneDrive\\OneDrive.exe,0"
    
    [HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\InProcServer32]
    @=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,00,25,\
      00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
      65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
    
    [HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\Instance]
    "CLSID"="{0E5AAE11-A475-4c5b-AB00-C66DE400274E}"
    
    [HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\Instance\InitPropertyBag]
    "Attributes"=dword:00000011
    "TargetKnownFolder"="{a52bba46-e9e1-435f-b3d9-28daa648c0f6}"
    
    [HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\ShellFolder]
    "FolderValueFlags"=dword:00000028
    "Attributes"=dword:f080004d
    
    ;==================================
    
    [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    "System.IsPinnedToNameSpaceTree"=dword:00000000
    "SortOrderIndex"=dword:00000042
    @="OneDrive"
    
    [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\DefaultIcon]
    @="E:\\Users\\rdwray\\AppData\\Local\\Microsoft\\OneDrive\\OneDrive.exe,0"
    
    [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\InProcServer32]
    @=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,57,00,6f,00,77,00,36,00,34,00,5c,00,73,00,68,00,\
      65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
    
    [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\Instance]
    "CLSID"="{0E5AAE11-A475-4c5b-AB00-C66DE400274E}"
    
    [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\Instance\InitPropertyBag]
    "Attributes"=dword:00000011
    "TargetKnownFolder"="{a52bba46-e9e1-435f-b3d9-28daa648c0f6}"
    
    [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\ShellFolder]
    "FolderValueFlags"=dword:00000028
    "Attributes"=dword:f080004d
    
    ;==================================
    
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    "System.IsPinnedToNameSpaceTree"=dword:00000000
    "SortOrderIndex"=dword:00000042
    @="OneDrive"
    
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\DefaultIcon]
    @="E:\\Users\\rdwray\\AppData\\Local\\Microsoft\\OneDrive\\OneDrive.exe,0"
    
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\InProcServer32]
    @=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,00,25,\
      00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
      65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
    
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\Instance]
    "CLSID"="{0E5AAE11-A475-4c5b-AB00-C66DE400274E}"
    
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\Instance\InitPropertyBag]
    "Attributes"=dword:00000011
    "TargetKnownFolder"="{a52bba46-e9e1-435f-b3d9-28daa648c0f6}"
    
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\ShellFolder]
    "FolderValueFlags"=dword:00000028
    "Attributes"=dword:f080004d
    
    ;==================================
    
    [HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    "System.IsPinnedToNameSpaceTree"=dword:00000000
    "SortOrderIndex"=dword:00000042
    @="OneDrive"
    
    [HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\DefaultIcon]
    @="E:\\Users\\rdwray\\AppData\\Local\\Microsoft\\OneDrive\\OneDrive.exe,0"
    
    [HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\InProcServer32]
    @=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,57,00,6f,00,77,00,36,00,34,00,5c,00,73,00,68,00,\
      65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
    
    [HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\Instance]
    "CLSID"="{0E5AAE11-A475-4c5b-AB00-C66DE400274E}"
    
    [HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\Instance\InitPropertyBag]
    "Attributes"=dword:00000011
    "TargetKnownFolder"="{a52bba46-e9e1-435f-b3d9-28daa648c0f6}"
    
    [HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\ShellFolder]
    "FolderValueFlags"=dword:00000028
    "Attributes"=dword:f080004d
    
    ;==================================
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A52BBA46-E9E1-435f-B3D9-28DAA648C0F6}]
    "Attributes"=dword:00000001
    "Category"=dword:00000004
    "DefinitionFlags"=dword:00000040
    "Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
      00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
      6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
      00,31,00,30,00,34,00,30,00,00,00
    "LocalizedName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,\
      6f,00,6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,\
      00,5c,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,53,00,79,00,6e,00,63,00,\
      43,00,6f,00,72,00,65,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,30,00,32,\
      00,34,00,00,00
    "LocalRedirectOnly"=dword:00000001
    "ParentFolder"="{5E6C858F-0E22-4760-9AFE-EA3317B67173}"
    "Name"="OneDrive"
    "RelativePath"="OneDrive"
    "ParsingName"="shell:::{018D5C66-4533-4307-9B53-224DE2ED1FE6}"
    
    ;==================================
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A52BBA46-E9E1-435f-B3D9-28DAA648C0F6}]
    "Attributes"=dword:00000001
    "Category"=dword:00000004
    "DefinitionFlags"=dword:00000040
    "Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
      00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
      6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
      00,31,00,30,00,34,00,30,00,00,00
    "LocalizedName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,\
      6f,00,6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,\
      00,5c,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,53,00,79,00,6e,00,63,00,\
      43,00,6f,00,72,00,65,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,30,00,32,\
      00,34,00,00,00
    "LocalRedirectOnly"=dword:00000001
    "ParentFolder"="{5E6C858F-0E22-4760-9AFE-EA3317B67173}"
    "Name"="OneDrive"
    "RelativePath"="OneDrive"
    "ParsingName"="shell:::{018D5C66-4533-4307-9B53-224DE2ED1FE6}"
    
    ;==================================
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    "System.IsPinnedToNameSpaceTree"=dword:00000000
    "SortOrderIndex"=dword:00000042
    @="OneDrive"
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\DefaultIcon]
    @="E:\\Users\\rdwray\\AppData\\Local\\Microsoft\\OneDrive\\OneDrive.exe,0"
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\InProcServer32]
    @=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,00,25,\
      00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
      65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\Instance]
    "CLSID"="{0E5AAE11-A475-4c5b-AB00-C66DE400274E}"
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\Instance\InitPropertyBag]
    "Attributes"=dword:00000011
    "TargetKnownFolder"="{a52bba46-e9e1-435f-b3d9-28daa648c0f6}"
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\ShellFolder]
    "FolderValueFlags"=dword:00000028
    "Attributes"=dword:f080004d
    
    ;==================================
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    "System.IsPinnedToNameSpaceTree"=dword:00000000
    "SortOrderIndex"=dword:00000042
    @="OneDrive"
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\DefaultIcon]
    @="E:\\Users\\rdwray\\AppData\\Local\\Microsoft\\OneDrive\\OneDrive.exe,0"
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\InProcServer32]
    @=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,57,00,6f,00,77,00,36,00,34,00,5c,00,73,00,68,00,\
      65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\Instance]
    "CLSID"="{0E5AAE11-A475-4c5b-AB00-C66DE400274E}"
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\Instance\InitPropertyBag]
    "Attributes"=dword:00000011
    "TargetKnownFolder"="{a52bba46-e9e1-435f-b3d9-28daa648c0f6}"
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\ShellFolder]
    "FolderValueFlags"=dword:00000028
    "Attributes"=dword:f080004d
    
    ;==================================
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    "System.IsPinnedToNameSpaceTree"=dword:00000000
    "SortOrderIndex"=dword:00000042
    @="OneDrive"
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\DefaultIcon]
    @="E:\\Users\\rdwray\\AppData\\Local\\Microsoft\\OneDrive\\OneDrive.exe,0"
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\InProcServer32]
    @=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,57,00,6f,00,77,00,36,00,34,00,5c,00,73,00,68,00,\
      65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\Instance]
    "CLSID"="{0E5AAE11-A475-4c5b-AB00-C66DE400274E}"
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\Instance\InitPropertyBag]
    "Attributes"=dword:00000011
    "TargetKnownFolder"="{a52bba46-e9e1-435f-b3d9-28daa648c0f6}"
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\ShellFolder]
    "FolderValueFlags"=dword:00000028
    "Attributes"=dword:f080004d
    
    ;==================================
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    "System.IsPinnedToNameSpaceTree"=dword:00000000
    "SortOrderIndex"=dword:00000042
    @="OneDrive"
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\DefaultIcon]
    @="E:\\Users\\rdwray\\AppData\\Local\\Microsoft\\OneDrive\\OneDrive.exe,0"
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\InProcServer32]
    @=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,57,00,6f,00,77,00,36,00,34,00,5c,00,73,00,68,00,\
      65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\Instance]
    "CLSID"="{0E5AAE11-A475-4c5b-AB00-C66DE400274E}"
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\Instance\InitPropertyBag]
    "Attributes"=dword:00000011
    "TargetKnownFolder"="{a52bba46-e9e1-435f-b3d9-28daa648c0f6}"
    
    [HKEY_USERS\S-1-5-21-2840528155-2331882053-1912885801-1000\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}\ShellFolder]
    "FolderValueFlags"=dword:00000028
    "Attributes"=dword:f080004d
    
    ;==================================
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    @="OneDrive"
    "System.IsPinnedToNameSpaceTree"=dword:00000000
    
    ;==================================
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
    "{018D5C66-4533-4307-9B53-224DE2ED1FE6}"=dword:00000001
      My Computer


  4. Posts : 490
    Windows 10 Pro version 22H2
       #73

    Just another tip of the hat. Thanks! Among the many instructions found on the web, this registry modification finally worked to hide/remove One drive.

    I came to realize that many of the solutions offered have worked in previous releases, but not in Windows 10 Pro 1803. Aside from the frustration experienced from the time we spend of personalizing W10, I find it interesting that MS is still tinkering back and forth with Personalization issues. To me, this indicates the in-house struggle between the various divisions at the company,
      My Computers


  5. Posts : 3
    Windows 10
       #74

    Hello,

    My OneDrive icon disappeared from the navigation panel in Explorer. My files still sync normally, the OneDrive sync client operates normally from the system tray. Files are still accessible either trough C:\Users\***\OneDrive or by launching OneDrive from the start menu. I use only the basic, personal version of OneDrive.
    It would however be a lot more practical to have OneDrive show up as a tree file structure in the navigation panel, as it normally should.

    I tried the following, without success after rebooting:
    • Resetting Onedrive.exe (trough RUN)
    • Updated OneDrive to the latest 'Rolling out' build
    • Unlinking, relinking my account
    • Full reinstall of the OneDrive client, clearing it's registry entries under HKEY_CURRENT_USER\Software\Microsoft\OneDrive first after uninstalling
    • Checked the following registry values for the key 'System.IsPinnedToNameSpaceTree', made sure they were set to 1.
      • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{018**FE6}
      • HKEY_CURRENT_USER\Software\Classes\CLSID\{018**FE6}
      • HKEY_CLASSES_ROOT\CLSID\{018**FE6}


    OneDrive version: 18.131.0701.0004
    Windows version: 17134.191
      My Computer


  6. Posts : 56,806
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #75

    SamDW96 said:
    Hello,

    My OneDrive icon disappeared from the navigation panel in Explorer. My files still sync normally, the OneDrive sync client operates normally from the system tray. Files are still accessible either trough C:\Users\***\OneDrive or by launching OneDrive from the start menu. I use only the basic, personal version of OneDrive.
    It would however be a lot more practical to have OneDrive show up as a tree file structure in the navigation panel, as it normally should.

    I tried the following, without success after rebooting:
    • Resetting Onedrive.exe (trough RUN)
    • Updated OneDrive to the latest 'Rolling out' build
    • Unlinking, relinking my account
    • Full reinstall of the OneDrive client, clearing it's registry entries under HKEY_CURRENT_USER\Software\Microsoft\OneDrive first after uninstalling
    • Checked the following registry values for the key 'System.IsPinnedToNameSpaceTree', made sure they were set to 1.
      • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{018**FE6}
      • HKEY_CURRENT_USER\Software\Classes\CLSID\{018**FE6}
      • HKEY_CLASSES_ROOT\CLSID\{018**FE6}



    OneDrive version: 18.131.0701.0004
    Windows version: 17134.191
    I see you already checked the Reg keys, but try the steps again in the tutorial.....first removing (set to 0) all, signing off and back on. Set to 1, all, and sign off and back on.
      My Computers


  7. Posts : 3
    Windows 10
       #76

    f14tomcat said:
    I see you already checked the Reg keys, but try the steps again in the tutorial.....first removing (set to 0) all, signing off and back on. Set to 1, all, and sign off and back on.
    Thanks for getting back to me so quickly. I reset the values mentioned in the tutorial (setting the value of System.IsPinnedToNameSpaceTree to 0 and deleting the one under ...\Explorer\Desktop\NameSpace\). However, when I logout/reboot and then go back to turn them on again, I see the values have already been reset. OneDrive is still nowhere to be seen in my navigation panel though.

    Tried removing them manually and with the provided file, and the results are the same: after logging out or rebooting, they're reset to the default on state.

    Am I missing something? Could there be a reason the registry edits aren't saved somehow?

    Edit: Should also add that I took ownership of the keys and giving my account all permissions. This does not make a difference: the changed value is not saved upon reboot.
      My Computer


  8. Posts : 68,667
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #77

    Hello Sam, and welcome to Ten Forums.

    Did you do anything that may have affected OneDrive prior to this happening?

    If you like, you could try doing a system restore using a restore point dated before this happened to see if it may fix it for you.

    System Restore Windows 10 | Windows 10 Tutorials
      My Computers


  9. Posts : 3
    Windows 10
       #78

    Brink said:
    Hello Sam, and welcome to Ten Forums.

    Did you do anything that may have affected OneDrive prior to this happening?

    If you like, you could try doing a system restore using a restore point dated before this happened to see if it may fix it for you.

    System Restore Windows 10 | Windows 10 Tutorials
    This is on a secondary laptop that I basically only use in school, so I haven't really used it a lot for the last weeks. I think it might have started when I did the Windows 10 April update on it somewhere in May, but I wouldn't know for sure since I haven't really had the time to even bother.

    I'll see how far back I can do a system restore, and report back. Thanks for the tip, and thanks for the warm welcome!
      My Computer


  10. Posts : 2,450
    Windows 10 Pro x64
       #79

    Hey Shawn

    I was going through the reg file to "Remove_OneDrive_from_Navigation_Pane" and I found that there is an additional System.IsPinnedToNameSpaceTree value that may need to be changed, under the key:

    HKEY_CURRENT_USER\Software\Classes\WOW6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}

    I don't know if this an entry added from MS since you created the Removal reg file and if this needs to be done for consistency, but please check it out and if you deem it necessary, please make the change to the reg file as follows:

    Code:
    Windows Registry Editor Version 5.00
    
    ; Created by: Shawn Brink
    ; Created on: March 20th 2015
    ; Updated on: January 8th 2017
    ; Tutorial: https://www.tenforums.com/tutorials/4818-onedrive-add-remove-navigation-pane-windows-10-a.html
    
    
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    "System.IsPinnedToNameSpaceTree"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Classes\WOW6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
    "System.IsPinnedToNameSpaceTree"=dword:00000000
    
    [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]

    Take care mate!
      My Computer


 

Tutorial Categories

Add or Remove OneDrive from Navigation Pane in Windows 10 Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  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 17:13.
Find Us




Windows 10 Forums