Eliminate One Drive

Page 1 of 3 123 LastLast

  1. Posts : 2,585
    Win 11
       #1

    Eliminate One Drive


    I don't want, don't need, don't use one drive. How do I eliminate it? I've tried and have setup preferences in MS Word but it still wants to "Browse" to one drive and save if I'm not careful. Same with some other apps.
      My Computers


  2. Posts : 186
    Windows 10 Home
       #2

    "Right-click/Quit OneDrive" in taskbar icon . Doesn't that stop any posting to OneDrive?
      My Computer


  3. Posts : 68,894
    64-bit Windows 11 Pro for Workstations
       #3

    Hello fireberd,

    You could use the method in the tutorial below to disable OneDrive integration and remove it in Windows 10.

    Enable or Disable OneDrive Integration | Windows 10 Tutorials
      My Computers


  4. Posts : 2,585
    Win 11
    Thread Starter
       #4

    I've previously used the tutorial and option 1, but it hasn't completely stopped it.
      My Computers


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

    Odd. What is OneDrive still doing?

    Did you also do step 7 in Option One to remove OneDrive from the navigation pane in File Explorer?
      My Computers


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

    Have you uninstalled onedrive? I recall doing so - as a conventional program. You can additionally do that via Revo or Geek uninstaller. It's also available as an app from store though.
    Last edited by dalchina; 29 May 2018 at 12:47.
      My Computers


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

    Try to run this in CMD as admin:
    Code:
    rem Hide One Drive Icon on Desktop
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" /v "{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /t REG_DWORD /d "1" /f
    rem Remove OneDrive
    taskkill /F /IM onedrive.exe
    rem "%SYSTEMROOT%\System32\OneDriveSetup.exe" /uninstall
    rem "%SYSTEMROOT%\SysWOW64\OneDriveSetup.exe" /uninstall
    rd "%LOCALAPPDATA%\Microsoft\OneDrive" /Q /S
    rd "%PROGRAMDATA%\Microsoft OneDrive" /Q /S
    rd "%USERPROFILE%\OneDrive" /Q /S
    rem 0 - Remove from Windows Explorer
    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
    rem 1 - Disable sync files to One Drive
    reg add "HKCU\Software\Microsoft\OneDrive" /v "DisablePersonalSync" /t REG_DWORD /d "1" /f
    reg add "HKLM\Software\Policies\Microsoft\Windows\OneDrive" /v "DisableFileSync" /t REG_DWORD /d "1" /f
    reg add "HKLM\Software\Policies\Microsoft\Windows\OneDrive" /v "DisableFileSyncNGSC" /t REG_DWORD /d "1" /f
    reg add "HKLM\Software\Wow6432Node\Policies\Microsoft\Windows\Onedrive" /v "DisableFileSyncNGSC" /t REG_DWORD /d "1" /f
    rem 1 - Disable saving Libraries to OneDrive
    reg add "HKLM\Software\Policies\Microsoft\Windows\OneDrive" /v "DisableLibrariesDefaultSaveToOneDrive" /t REG_DWORD /d "1" /f
    reg add "HKLM\Software\Wow6432Node\Policies\Microsoft\Windows\Onedrive" /v "DisableLibrariesDefaultSaveToOneDrive" /t REG_DWORD /d "1" /f
    rem 1 - Disable Sync over metered network
    reg add "HKLM\Software\Policies\Microsoft\Windows\OneDrive" /v "DisableMeteredNetworkFileSync" /t REG_DWORD /d "1" /f
    reg add "HKLM\Software\Wow6432Node\Policies\Microsoft\Windows\Onedrive" /v "DisableMeteredNetworkFileSync" /t REG_DWORD /d "1" /f
    rem Remove Startup entry
    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v "OneDrive" /f
    rem Disable Service
    sc config OneSyncSvc start= disabled
    sc config OneSyncSvc_Session1 start= disabled
    rem Disable Task
    schtasks /Change /TN "OneDrive Standalone Update Task v2" /Disable
    Last edited by TairikuOkami; 29 May 2018 at 16:03.
      My Computer


  8. Posts : 2,585
    Win 11
    Thread Starter
       #8

    I tried step 7 but it didn't remove it from mine.

    I uninstalled one drive with Revo Uninstaller Pro but still around.

    I disabled what I could find with Win Patrol but apparently not enough.

    I'll run the Utility and see what that does.

    Thanks
    Jack
      My Computers


  9. Posts : 2,585
    Win 11
    Thread Starter
       #9

    Ran the CMD file (As Administrator). Restarted Win 10. Still listed in File Explorer.

    Eliminate One Drive-capture.jpg
      My Computers


  10. Posts : 1,345
    Windows 10 Pro 64-bit
       #10

    @fireberd Is it possible that there is saved data in OneDrive and the data needs to be deleted before you can accomplish what you want to do? I don't really know but I suspect the tutorial works from here on out: but if there is still data that hasn't been deleted OneDrive is still visible? I know I'm speculating but I'm just thinking "out loud" of what's happening.

    I should mention that when I wanted to disable OneDrive (I don't want to remove it, I just don't want to use it at the present time) on one of my computers, I was notified that I had to go to OneDrive's "location or wherever" some data was sent to. I wish I could remember accurately but unfortunately I didn't take notes of what I had to do.

    I followed that tutorial afterward and now documents do not go to OneDrive anymore.
    --- However pictures will go to OneDrive unless I ensure they go to my C:\Users\pictures directory.
    --- I don't know why yet but I'll see what I can do as time goes on.
      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 17:42.
Find Us




Windows 10 Forums