Пакетный файл для изменения системной даты при запуске?

944
Ben

Аккумулятор Cmos разряжен с неправильным временем / датой, не могу исправить это в данный момент

В настоящее время я хочу, чтобы командный файл изменил системную дату и время на текущую в качестве задачи запуска.

Но если дата / время неверны при запуске, я хочу, чтобы он получал правильное значение с другого компьютера в сети, если это возможно с IP-адреса.

1
Depending on your OS you should be able to force internet time synchronisation during boot-up, using an NTP client or by analysing the response from `cURL` on an internet site which displays the date and time, such as `timeanddate.com`, or even from your router. If any of the machines has a web server you can format your own page showing the date and time. But you may not be able to guarantee that this will run before the launch of other programs and services which require a correctly set clock. AFH 9 лет назад 0
It should be sufficient to install `ntpdate` (making sure that it points to servers you can see on your network). It gets invoked pretty early in the boot sequence, so you should see only a few lines of syslog with the wrong date-time. Toby Speight 9 лет назад 0

1 ответ на вопрос

0
Hardoman

Put this batch to startup or scheduler

@echo off net time \\pc_name_or_IP /set /y