Location services disabled/can't update Time zone

I also had this option in the settings, but it still shows as pacific time zone.
Windows localization > Shell options > Time zone: UTC -5 eastern time
 
Your preset removed Location and Auto Time Zone services.
Code:
                <c>location 'Location Service'</c>
                <c>tzautoupdate 'Auto Time Zone Updater'</c>

To switch your Time Zone from CMD:
Code:
tzutil /s "Eastern Standard Time"
 
Back
Top