OneSyncSvc
Synchronisierungshost_xxxx (OneSyncSvc) läuft nicht auf Windows Server 2016
Für die viele Server ist der OneSyncSvc nicht von Bedeutung und kann abgeschaltet werden. Das kann man leider nicht im Dienste Panel. Dort kommt eine Fehlermeldung. Man kann es aber mit regedit machen oder mit dem cmd.cmd als Admininistrator öffenen (im Beispiel gleich auch noch für diesen Karten Download dienst „MapsBrocker“
sc stop “MapsBroker”
sc stop "OneSyncSvc"
sc config “MapsBroker” start= disabled
sc config "OneSyncSvc" start= disabled
oder
Now, here is the tutorial.
- Press Windows and R keys together to open the Run dialog.
- Type regedit in the box and click OK to continue.
- the Registry Editor window, navigate to the following path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OneSyncSvc
- In the right pane, select the Start key and double-click it.
- Then change its value data from 2 to 4.
- Then restart your computer to make the changes effect.
Restore Startup Configuration for Sync Host
In this section, we will show you how to restore the startup configuration for Sync Host.
Now, here is the tutorial.
1. Open Command Prompt as administrator.
2. In the command line window, type the following commands and hit Enter after each command to continue.
sc config OneSyncSvc start= auto
sc start OneSyncSvc
3. Then close the command line window.
No Comments