I have a client/server application for which it is beneficial to have the PC clocks on the client and server synchronized. I want my setup program to offer an option to configure the W32Time service automatically.
I have found sufficient documentation to configure the service's registry entries (principally here), and I have confirmed that after restarting the service, the clock on my test client PC is corrected to match the clock on my test server PC. However, if I look at the Date and Time control panel on the client PC, it still indicates that the clock is set to be synchronized to time.windows.com (the default) instead of the test server PC.
How can I trigger the Date and Time control panel to update itself to match the time service configuration? Or failing that, where can I find the control panel's configuration stash and update it myself?