The hardest part of starting up is starting out.
After migrating the KMS server from a Windows Server 2008 for a new Windows Server 2016, I have run into some issues, and one of the issues was the activation of the Microsoft Office 2013. Let me show you guy how I have fix it.
Now you need to wait for the KMS to receive more them 5 activation requests to start working. You can always perform the activativation requests through the Volume Activation Management Tool or by runing the following command on the client machine.
32 bits: ”C:\Program Files (x86)\Microsoft Office\Office14”
64 bits: ”C:\Program Files\Microsoft Office\Office14”
32 bits: ”C:\Program Files (x86)\Microsoft Office\Office15”
64 bits: ”C:\Program Files\Microsoft Office\Office15”
32 bits: ”C:\Program Files (x86)\Microsoft Office\Office16”
64 bits: ”C:\Program Files\Microsoft Office\Office16”
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.