Thursday, 6 February 2014

How to change time zone through Command Prompt.

Here are the few commands to change the Time Zone through command prompt:

1. tzutil /g - To get the current time zone.

C:\Windows\system32>tzutil /g
India Standard Time

2. tzutil /l - To get the time zone list.

C:\Windows\system32>tzutil /l

3. tzutil /s "India Standard Time" - to set the specific time zone.
Note: Give the desired zone in between "" to set.


No comments: