Fixed setting timezone in Windows

This commit is contained in:
2Shirt 2019-06-04 18:29:32 -06:00
parent 7ccd4c6055
commit 35890d6bb3
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -75,7 +75,7 @@ def config_windows_updates():
def update_clock():
"""Set Timezone and sync clock."""
run_program(['tzutil' ,'/s', WINDOWS_TIME_ZONE], check=False)
run_program(['tzutil', '/s', WINDOWS_TIME_ZONE], check=False)
run_program(['net', 'stop', 'w32ime'], check=False)
run_program(
['w32tm', '/config', '/syncfromflags:manual',