How can I remove onedrive from navigation pane of file explorer?


  1. Posts : 2
    Windows 10
       #1

    How can I remove onedrive from navigation pane of file explorer?


    I have two one drives on my laptop (Windows Pro 10 64 bit). I deleted one account (one drive-Leverage Proactive Deliverable) from my laptop, but it still appears on navigation pane of file explorer.

    How can I remove it from navigation pane of file explorer?

    I follow on below link but my registry doesn't have "{018D5C66-4533-4307-9B53-224DE2ED1FE6}" under "CLSID". How can I fix it?

    How to Disable OneDrive and Remove It From File Explorer on Windows 10
    How can I remove onedrive from navigation pane of file explorer?-2019-04-13_134550.jpg How can I remove onedrive from navigation pane of file explorer?-2019-04-13_134636.jpg
      My Computer


  2. Posts : 42,987
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #2

    I suspect the tutorial here may be similar, but please check the details of the registry keys:
    Add or Remove OneDrive from Navigation Pane in Windows 10 | Tutorials
      My Computers


  3. Posts : 2
    Windows 10
    Thread Starter
       #3

    I checked the registry files from your tenforums tutorial links, it differs from How to geek. I tried to add it to registry, but it 's not worked Onedrive still shown in Navigation pane.
    How can I remove onedrive from navigation pane of file explorer?-2019-04-14_024529.jpgHow can I remove onedrive from navigation pane of file explorer?-2019-04-14_024430.jpg
      My Computer


  4. Posts : 5,452
    Windows 11 Home
       #4

    Try to run in CMD:
    Code:
    reg add "HKCR\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /v "System.IsPinnedToNameSpaceTree" /t REG_DWORD /d "0" /f
    reg add "HKCR\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /v "System.IsPinnedToNameSpaceTree" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /v "System.IsPinnedToNameSpaceTree" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Classes\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /v "System.IsPinnedToNameSpaceTree" /t REG_DWORD /d "0" /f
    taskkill /im explorer.exe /f & explorer.exe
    But if you have OneDrive still installed and in use, it might be restoring by itself as a remediation.
      My Computer


  5. Posts : 68,954
    64-bit Windows 11 Pro for Workstations
       #5

    Hello @gob2004,

    The tutorial here will only affect the current user, and the How To Geek version will affect all users.

    Your screenshot shows more than one OneDrive in the navigation pane with a customized label on them instead of just shown as "OneDrive".

    Do you have more than one type of OneDrive installed, or made customizations to it where it no longer uses the default GUID in the registry?
      My Computers


  6. Posts : 989
    Microsoft Windows 10 Home
       #6

    This should help narrow your search. Copy & paste the following PowerShell code into a PowerShell window to generate a list like the screenshot. Then take a screenshot of your results & post back.
    Code:
    New-PSDrive -Name HKCR -PSProvider Registry -Root HKEY_CLASSES_ROOT | out-null
    
    gci HKCR:\CLSID\* |
       ?{$_.GetValueNames() -contains 'System.ISPinnedToNamespaceTree'} |
          select PSChildName,
            @{N='Default';E={(gp "$($_.PSPath)").'(Default)'}},
            @{N='Target';E={(gp "$($_.PSPath)\Instance\InitPropertyBag").TargetKnownFolder}} |
          select PSChildName,
            Default,
            Target,
           @{N='Name';E={(gp "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\$($_.Target)").Name}} |
     out-gridview
    How can I remove onedrive from navigation pane of file explorer?-screenshot-346-.png

    Keith
    Last edited by KeithM; 13 Apr 2019 at 19:59.
      My Computer


  7. Posts : 2
    Windows 10
       #7

    just now stumbled across this thread while researching this very issue, here's my output:

    How can I remove onedrive from navigation pane of file explorer?-untitled.png
      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 05:48.
Find Us




Windows 10 Forums