To disable the OneSyncSvc_xxxx service, you need to edit the regedit. Please perform a backup of the regedit before doing any change.
When you try to disable the OneSyncSvc through mmc, you will get the following error:
Services – The parameter is incorrect
If you try to disable through ”sc config OneSyncSvc_xxxx start=disabled”, it will also not work and you will get the following error:
[SC] ChangeServiceConfig2 (delayed autostart flag) FAILED 87:
The parameter is incorrect.
Workaround
- Open the regedit
- Locate the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OneSyncSvc
- Change the ”Start” REG_DWORD from 2 (Enable) to 4 (Disable)