Copy the following code into a Command Prompt window - when run it will change the timezone of the computer:
TZUTIL /s "GMT Standard Time"
Naturally, you can change this to any timezone, not just GMT. To see a list of all available timezones, use:
TZUTIL /l
This will print out a list of them all.
Top comments (0)