Set the time zone in Windows 10 in the Command Prompt
To configure the time zone in Windows 10 in the command prompt, you need to use the console tool tzutil. It comes with Windows 10 out-of-the-box. Here is how.
- Open an elevated command prompt.
- Type or copy-paste the following command to see the list of available time zones:
tzutil /l
- To see the current time zone, type the command
tzutil /g
- To set a new time zone, execute the command
tzutil /s "Pacific Standard Time"
No comments:
Post a Comment