I want to disable time synchronization on Windows XP. To do so, I have disabled the Windows Time (w32time) service. However, one of my testers noticed that the "Automatically synchronize time..." checkbox on the Date/Time control panel was still checked.

The workstations in this case will be running an application in kiosk mode, so no users will ever see that control panel or be able to change the settings. It will also never be on a domain. Does that checkbox in control panel do anything if w32time is disabled, or is it just a visual oddity?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

If the service is disabled, time will not sync.

However, the proper way to configure Windows Time Service is using the w32tm command line utility

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.