How to detect WHICH folders OneDrive for Business are syncing

こ雲淡風輕ζ 提交于 2019-12-12 04:34:22

问题


I am trying to figure out exactly which folders are being synced when using OneDrive for Business.

When trying to solve sync issues I used the below fix and now it seems that the folders I used to sync are no longer synced - is that correct?

Before I tried to fix the sync issue I stopped the following services:

GROOVE.EXE
integratedoffice.exe
MSOIDSVC.EXE
MSOIDSVCM.EXE 
MSOSYNC.EXE

Then I deleted cachefiles:

%userprofile%\AppData\Local\Microsoft\Office\Spw
%userprofile%\AppData\Local\Microsoft\Office\15.0\OfficeFileCache

Thanks


回答1:


You can look up

HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Internet\LocalSyncClientDiskLocation

in the registry. This should show you all of the local folders that are syncing to SharePont / OneDriveForBusiness.

e.g.

reg query HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Internet /v LocalSyncClientDiskLocation`


来源:https://stackoverflow.com/questions/26803924/how-to-detect-which-folders-onedrive-for-business-are-syncing

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!