Onedrivesetup.exe 100% CPU


  1. Posts : 8
    Windows 10
       #1

    Onedrivesetup.exe 100% CPU


    Hello! I'm already aware of the problems with updating onedrive with non-English user names, I have a slightly different problem. My user name is completely in English, and onedrive updates normally (recently updated to version 17.3.7076.1026), but when the update happens it takes ~100% CPU usage while doing it (Onedrivesetup.exe process). The auto start is turned off and I do not use this cloud storage at all, althoug it keeps updating. There was no such a problem in the past - it appeared somewhere in summer. Recently i did clean installation of W10 and it didn't help. So what should i do?

    Windows 10 Home, 1709 Fall Creators Update, build 16299.19
      My Computer


  2. Posts : 1,471
    Win10 Home x64 - 1809
       #2

    Hey hesoyam,
    Check Task Scheduler .... OneDrive adds a task (OneDrive Stand Alone Update Task) for each user that runs periodically and possibly at startup. Since you're not using OneDrive, right click on the task and disable it for each user.
      My Computers


  3. Posts : 1,680
    X
       #3

    I tried One Drive. Terrible performance and poor reliability.
    So I deleted it. I converted it to No Drive.

    I use Google Drive instead. Works better. Much. Very reliable.
      My Computer


  4. Posts : 2,075
    Windows 10 Pro
       #4

    I used to love Onedrive and it's predecessors as it and MS would give you options/chances to increase the storage size. At one point I had 150 GB worth of storage and used it. Then MS started dorking around with it and over time left removed the extra storage. From that point on I refuse to use Onedrive.

    I just disable Onedrive. Just right click the icon, choose settings and turn off and exit. I'm never bothered with it.
      My Computer


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

    hesoyam said:
    I do not use this cloud storage at all, althoug it keeps updating.
    A bit late, but for the reference. Run CMD as admin and copy/paste:
    Code:
    rem Remove OneDrive
    taskkill /F /IM onedrive.exe
    "%SYSTEMROOT%\System32\OneDriveSetup.exe" /uninstall
    "%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
      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:28.
Find Us




Windows 10 Forums