Intune - allow users to change time

Matthew P 346 Reputation points
2021-03-29T16:18:34.743+00:00

Edited the question

We've already enabled location services by configuration to let time automatically sync

But we're unable to let users manually change time zones if needed (unusual request by some of our users). At first we thought this was related to location services, although it looks like it's because standard users are unable to change those settings at all normally.

We're looking for an Intune configuration to let standard users modify their time zone / settings.

Microsoft Security | Windows Autopilot
Microsoft Security | Intune | Other
0 comments No comments
{count} vote

Accepted answer
  1. Lu Dai-MSFT 28,501 Reputation points
    2021-04-01T06:59:48.737+00:00

    @Matthew P Thanks for your explain.

    For this issue, I have checked on unenrolled windows devices. If we are not an admin account, we can't see this setting "Set Time zone automatically". So, it seems related to windows itself, not intune.

    At the same time, I have done a lot of research. I find this setting "Set Time zone automatically" is controlled by the following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\tzautoupdate\Start
    To turn off "Set Time zone automatically" The DWORD value should be 4.

    So, it is suggested to try to write a PowerShell script to change the registry key and deploy it to the device via intune.

    Thanks for understanding and have a nice day.

    4 people found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Jason Sandys 31,411 Reputation points Microsoft Employee Moderator
    2021-03-30T01:08:23.017+00:00

    Why would users need to change the time on a system? Also, what does setting the time have to do with location services?


  2. Lu Dai-MSFT 28,501 Reputation points
    2021-03-31T03:12:45.583+00:00

    @Matthew P Thanks for posting in our Q&A. From your description, I know that you want to use the same time even the users are in different timezones. If there is anything misunderstanding, feel free to let us know.

    For this issue, I have done some research. I find that the following link provides a method to configure TimeZone via intune:
    https://deploywindows.com/2019/08/12/timezone-config-with-intune/
    Note: Non-Microsoft link, just for the reference.

    Hope it will help.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.