Timings are disabled in Windws Server 2016.

Pradeep R 41 Reputation points
2021-09-13T04:53:19.627+00:00

Hi Support,

I am using Windows Server 2016 Standard.

In this system, Timings are in disable mode and not able to adjust the timings. Server timings are running 10 minutes faster.

Please let us know how to adjust the timings in the server and moreover I am getting the message as "Some settings are managed by your organization"

I have attached screenshot for your reference.

How to fix this issue to adjust the timings in the server.

Thanks
Pradeep.R131472-server-timings.jpg

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,347 questions
{count} votes

2 answers

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 13,901 Reputation points MVP
    2021-09-13T06:05:27.65+00:00

    Hi @Pradeep R

    You can try on the below commands.

    Changing TimeZone in Windows via Command Line

    check current time zone
    tzutil /g

    display list of all available time zones
    tzutil /l

    change the current time zone
    tzutil /s "India Standard Time"

    Using PowerShell Commands

    check current time zone
    [TimeZoneInfo]::Local
    Or
    Get-TimeZone

    display list of all available time zones
    [System.TimeZoneInfo]::GetSystemTimeZones()
    or
    Get-TimeZone -ListAvailable

    change the current time zone
    Set-TimeZone -Name "India Standard Time"

    If the Answer is helpful, please click Accept Answer and up-vote, so that it can help others in the community looking for help on similar topics.

    0 comments No comments

  2. Limitless Technology 39,296 Reputation points
    2021-09-13T12:36:37.12+00:00

    Hi there,

    Are you by any chance connected to Insider and have joined any work account with the PC ?

    You can also try out these methods

    1. Run gpedit.msc and make sure All Settings are No configured.
    2. The Windows Time service (W32Time) synchronizes the date and time for all computers managed by Active Directory Domain Services (AD DS). You can try getting more info from here
      https://learn.microsoft.com/en-us/windows-server/networking/windows-time-service/windows-time-service-tools-and-settings

    Hope this Answers all your queries , if not please do repost back .
    If an Answer is helpful, please click "Accept Answer" and upvote it : )

    0 comments No comments