Jump to content

Time

goatedpenguin
Go to solution Solved by da na,

Try running command prompt as admin

 

tzutil /s "central standard time" 

 

(or whatever your timezone may be) 

Hi all so I have been having a problem where I can't enable location for my settings app on windows to sync the time nor can I use the "sync time feature". After doing a bit of research I made a bat file with the commands appended down below. This solution worked for a while and now its back to square 1. Help would appreciated, thanks in advance 🙂 

Tried going to Advanced system settings > computer name > Network ID > change for home use but did not work

 

NOTE THAT I AM DUAL BOOTING WITH LINUX HOWEVER MY HARDWARE CLOCK FOR WINDOWS IS ON UTC AND THIS WAS HAPPENING BEFORE THE DUALBOOT WAS EVEN INSTALLED.

 

THIS PC IS FOR HOME USE IT IS NOT A ENTERPRISE ONE FYI

 

batch file commands ran as admin:

 

SC config trustedinstaller start=auto
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies" /f
reg delete "HKCU\Software\Microsoft\WindowsSelfHost" /f
reg delete "HKCU\Software\Policies" /f
reg delete "HKLM\Software\Microsoft\Policies" /f
reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies" /f
reg delete "HKLM\Software\Microsoft\WindowsSelfHost" /f
reg delete "HKLM\Software\Policies" /f
reg delete "HKLM\Software\WOW6432Node\Microsoft\Policies" /f
reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies" /f

 

The problem:

image.thumb.png.320324eac37b1ae9f78c3fc6e90b6030.png

Organization error

 

image.thumb.png.7785f9c7b7fc86be245a8b039c083296.png

 

Link to comment
Share on other sites

Link to post
Share on other sites

2 hours ago, da na said:

Try running command prompt as admin

 

tzutil /s "central standard time" 

 

(or whatever your timezone may be) 

Alright i will try as soon as I comeback home.

Link to comment
Share on other sites

Link to post
Share on other sites

25 minutes ago, goatedpenguin said:

I tried your fix and it works now, thanks for the help!

Glad that worked.

I still find it a little funny that some programmer at Microsoft was, A) told to make a .exe file in System32 that literally just sets the timezone, and B) that it didn't happen until Windows 8

Link to comment
Share on other sites

Link to post
Share on other sites

I will never get why every command in windows has to be so "individualized" 🤣

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×