<p>J’ai essayé de solve the problème by uninstalling OneDrive, removing all OneDrive Application and Data dossiers depuis le ordinateur using the following script.</p>
<pre><code class="lang-auto">:: Removing remaining OneDrive folders.
rd "%UserProfile%\OneDrive" /s /q
rd "%LocalAppData%\Microsoft\OneDrive" /s /q
rd "%LocalAppData%\OneDrive" /s /q
rd "%ProgramData%\Microsoft OneDrive" /s /q
rd "%systemdrive%\OneDriveTemp" /s /q
:: Removing remaining OneDrive registry keys.
REG DELETE "HKCR\CLSID{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f
REG DELETE "HKCR\Wow6432Node\CLSID{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f
REG DELETE "HKCR\Software\SyncEngines\Providers\OneDrive" /f
</code></pre>
<p>Did a reinstall of latest OneDrive version avec /allusers parameter.</p>
<p>Après configuration and syncing OneDrive I started adding également SharePoint dossiers that J’étais syncing. Initially it looked ok, but après a number of dossiers the problème is back again. Will continue to zoom in on what SharePoint location is causing the problème. Maybe removing them un par un is enough to solve the problème and track down the root cause…</p>