Time Zone Keeps Changing On Laptop

ValueDignity

Reputable
Feb 25, 2016
3
0
4,510
I am using Windows 10 and the clock keeps changing time zones on me. I am in the Eastern Time zone (USA), It keeps changing to the Amsterdam time zone.
 
Solution
There are a couple of things that you can try, most likely the Windows Time Service on your install is corrupt.

All fixes require that you be an administrator level user.

First insure that the time/date in your bios are correct.

Then check that the time service is enabled by opening services (on the desktop window depress the windows key + R, enter services.msc in run window, in services find Windows Time (w32time) and double click it. If service status shows stopped, click on it to start and press OK.

Run these commands in an elevated command prompt (right click command prompt and select run as admin):

net stop w32time
w32tm /unregister
w32tm /register
net start w32time

You can also make the changes directly in the registry --...
There are a couple of things that you can try, most likely the Windows Time Service on your install is corrupt.

All fixes require that you be an administrator level user.

First insure that the time/date in your bios are correct.

Then check that the time service is enabled by opening services (on the desktop window depress the windows key + R, enter services.msc in run window, in services find Windows Time (w32time) and double click it. If service status shows stopped, click on it to start and press OK.

Run these commands in an elevated command prompt (right click command prompt and select run as admin):

net stop w32time
w32tm /unregister
w32tm /register
net start w32time

You can also make the changes directly in the registry -- if you would rather do that please advise for instructions.
 
Solution