Stop sync windows 2008 r2 clock

和自甴很熟 提交于 2019-12-04 15:22:00
Luis

TO do it, i have to stop this two services

  • Hyper-V Time Synchronization Service
  • Windows Time

temporarely stopping the service: net stop w32time

unregistering the service: W32tm /unregister

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1318

If running a VM, disable time sync: Deselect Time synchronization between the virtual machine and the host operating system in the VMware Tools toolbox GUI of the guest operating system.

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