Windows Server time synchronization failure handling method

Source: Internet
Author: User

The server's time synchronization failed and was processed in the form of a command line.

1. Write Time command line code

W32tm/config/manualpeerlist:time.windows.com/syncfromflags:manual

W32tm/config/update

W32tm/resync

(Note: The space after the command line is not removed, my batch name is "Windowstimesync.bat")

2. Write Synchronization Tasks

@echo on
Set curpath=%cd%
C:
CD%systemroot%
Schtasks/create/tn windowstimesync_task/sc hourly/mo 1/st 00:00:00/ru "System"/tr%curpath%\windowstimesync.bat
Schtasks/run/tn Windowstimesync_task
Start%systemroot%\tasks
Pause

Once you have executed the above command, you can see that it will be synchronized every hour in the schedule.

After I am in win2008 R2 system test can pass.

Http://www.cnblogs.com/peak-weng/p/3238188.html

Windows Server time synchronization failure handling method

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.