Stop sync windows 2008 r2 clock

不羁岁月 提交于 2020-01-13 06:22:08

问题


I need to stop the sync from a windows server 2008 r2 from sync. Already stop the windows time service, but it sync in 2 seconds. how can i delay 1 day in the clock and dont sync ?


回答1:


TO do it, i have to stop this two services

  • Hyper-V Time Synchronization Service
  • Windows Time



回答2:


temporarely stopping the service: net stop w32time

unregistering the service: W32tm /unregister




回答3:


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.



来源:https://stackoverflow.com/questions/13178704/stop-sync-windows-2008-r2-clock

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