SOLVED

Windows server 2022 Time (can not change)

Copper Contributor

Hi

I have got  windows server 2022 standard - AD Domain controler and I cant change time.

when i want to change i see "some of these settings are hidden or managed by your organization"

I checked gpo i dint find anything.

Do You know where to find ?


I really want change time manuwally

 

 

 

5 Replies
best response confirmed by Dan_pbs (Copper Contributor)
Solution

Hi @Dan_pbs,
Preview

There are a few things you can check to try to resolve your issue.

  1. Group Policy

First, check to see if there is a Group Policy object (GPO) that is preventing you from changing the time. To do this, open the Group Policy Management Console (gpmc.msc) and navigate to Computer Configuration > Policies > Windows Settings > Scripts (Startup/Shutdown). If there are any scripts configured under Startup, review them to see if any of them are preventing you from changing the time.

  1. Registry

You can also check the registry to see if there is a setting that is preventing you from changing the time. To do this, open the Registry Editor (regedit.exe) and navigate to the following key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters

Look for a value called NoModifySystemTime. If it is set to 1, it will prevent you from changing the system time. To disable this setting, double-click on it and change the value to 0.

  1. Windows Time service

If you've checked the Group Policy and registry and you still can't change the time, it's possible that the Windows Time service is not configured correctly. To check this, open the Services console (services.msc) and locate the Windows Time service. Make sure that the service is started and that the startup type is set to Automatic.

 

Ensure that the Windows Time Service (w32time) is running. You can start it by running the following command in an elevated Command Prompt:

 

net start w32time

 

 

Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.


If the post was useful in other ways, please consider giving it Like.


Kindest regards,


Leon Pavesic
(LinkedIn)

How are you trying? Also try from Server Manager\Local Server\Time zone dialog.         

          

 

thank You

@Dan_pbs you're welcome, please don't forget to close up the thread here by marking best response.   

     

 

1 best response

Accepted Solutions
best response confirmed by Dan_pbs (Copper Contributor)
Solution

Hi @Dan_pbs,
Preview

There are a few things you can check to try to resolve your issue.

  1. Group Policy

First, check to see if there is a Group Policy object (GPO) that is preventing you from changing the time. To do this, open the Group Policy Management Console (gpmc.msc) and navigate to Computer Configuration > Policies > Windows Settings > Scripts (Startup/Shutdown). If there are any scripts configured under Startup, review them to see if any of them are preventing you from changing the time.

  1. Registry

You can also check the registry to see if there is a setting that is preventing you from changing the time. To do this, open the Registry Editor (regedit.exe) and navigate to the following key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters

Look for a value called NoModifySystemTime. If it is set to 1, it will prevent you from changing the system time. To disable this setting, double-click on it and change the value to 0.

  1. Windows Time service

If you've checked the Group Policy and registry and you still can't change the time, it's possible that the Windows Time service is not configured correctly. To check this, open the Services console (services.msc) and locate the Windows Time service. Make sure that the service is started and that the startup type is set to Automatic.

 

Ensure that the Windows Time Service (w32time) is running. You can start it by running the following command in an elevated Command Prompt:

 

net start w32time

 

 

Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.


If the post was useful in other ways, please consider giving it Like.


Kindest regards,


Leon Pavesic
(LinkedIn)

View solution in original post