Chosen Solution
I am running an application that needs the exact internet time to work properly. But my laptop consistently runs too fast, gaining about a second every minute. I’ve tried the usual fix (changing the time zone) without success. Unfortunately, I am not the pc’s administrator, but the machine is so old that the administrator password has been lost, so I can’t re-register the clock. Is there any way around this? The machine works just fine for my application otherwise, and I would hate to replace it if there’s a simple fix. Thanks for any help you can offer. Joe A.
Hi , Have you tried synchronizing the laptop time with “internet time”? Not quite sure if you meant this when you said (“… changing the time zone)…” Go to Control Panel > Date and Time > Internet Time. Here’s an image to show you
(click on image to enlarge for better viewing) If you have Win 10 installed, click on the Windows Start button on the left side of the Taskbar and type Control Panel in the search box, then click on the Control Panel app option that appears. If that didn’t work try to open an Administrator’s account and then try the following from the account; Click Start then type ‘cmd’ in the search bar. Right click Command Prompt in the list and choose “Run as Administrator” In the Command prompt type the following commands one at a time and press Enter after each command (Yes there is a space after the letter and before the / symbol but not after the symbol) net stop w32time w32tm /unregister w32tm /register net start w32time w32tm /resync Then restart the computer to test the issue again.