Friday 8 April 2022

Set the time zone in Windows 10 in the Command Prompt

 

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.

  1. Open an elevated command prompt.
  2. Type or copy-paste the following command to see the list of available time zones:
    tzutil /l

    Windows 10 List Available Time Zones

  3. To see the current time zone, type the command
    tzutil /g

    Windows 10 Cmd See Timezone

  4. To set a new time zone, execute the command
    tzutil /s "Pacific Standard Time"

    Windows 10 Cmd Set Timezone


No comments:

Post a Comment