Quantcast
Channel: Syed Jahanzaib – Personal Blog to Share Knowledge !
Viewing all articles
Browse latest Browse all 408

Disable Windows Auto Time Zone Update Service & manually set TZ

$
0
0


Howto Disable Windows Auto Time Zone Update Service & manually set TZ [Windows 10/11]

“Set Time Zone Manually Using CMD”

Start CMD [Run as Administrator] to disable TimeZone Auto Update & set it manual

[DOS CMD]
To get current Time Zone ID:

tzutil /g

To get list of all available Time Zone ID’s:

tzutil /l

To Permanently disable Timezone Auotupdate Service startup

sc config tzautoupdate start= disabled

To STOP Timezone Auotupdate Service

net stop tzautoupdate /y

Set TimeZone Manual

Tzutil /s "Pakistan Standard Time"

You can get the timezone list by Tzutil /l
OR if you want to disable DAYLIGHT SAVING TIME AS WELL ***

Tzutil /s "Pakistan Standard Time_dstoff"

Set Time Zone Manually Using Power Shell

[POWERSHELL]

Set-TimeZone -Name "Pakistan Standard Time"

Regard’s

Syed Jahanzaib


Viewing all articles
Browse latest Browse all 408

Trending Articles