Time and Language Allow or Prevent Users and Groups to Change Time Zone in Windows 11

  • Thread starter Thread starter Brink
  • Start date Published: Start date Updated Updated:

Time_Zone_banner.webp

This tutorial will show you how all or prevent specific users and groups to change the time zone in Windows 10 and Windows 11.

A time zone is a geographical region in which the same time is used. Typically, but not always, adjacent time zones are one hour apart. The time in any of the world's time zones can be expressed as an offset from Coordinated Universal Time (UTC).

All accounts in the Administrators and Users groups are able to change the time zone by default.

Changing the time zone is applied to all user accounts on the computer, so you may want to restrict which users and/or groups are able to change the time zone.

Reference:

You must be signed in as an administrator to change the time zone security policy setting.




Contents

  • Option One: Allow or Prevent Users and Groups to Change Time Zone in Local Security Policy
  • Option Two: Allow or Prevent Users and Groups to Change Time Zone using NTrights Command




Option One

Allow or Prevent Users and Groups to Change Time Zone in Local Security Policy


Local Security Policy (secpol.msc) is only available in the Pro, Enterprise, and Education editions of Windows 10 and Windows 11. Local Security Policy is not available in the Home edition.


1 Open Local Security Policy (secpol.msc).

2 Expand open Local Policies in the left pane of Local Security Policy, click/tap on User Rights Assignment, and double click/tap on the Change the time zone policy in the right pane. (see screenshot below)

Change_Time_Zone_rights-1.webp

3 Do step 4 (allow) or step 5 (prevent) below for what you want.

4 Allow User(s) or Groups to Change Time Zone

A) Click/tap on the Add User or Group button. (see screenshot below)​

Change_Time_Zone_rights-4.webp

B) Click/tap on the Object Types button. (see screenshot below)​

Change_Time_Zone_rights-5.webp

C) Check all boxes, and click/tap on OK. (see screenshot below)​

Change_Time_Zone_rights-6.webp

D) Click/tap on Advanced. (see screenshot below)​

Change_Time_Zone_rights-7.webp

E) Click/tap on Find Now. (see screenshot below)​

Change_Time_Zone_rights-8.webp

F) Select a user or group you want to allow, and click/tap on OK. (see screenshot below)​

Change_Time_Zone_rights-9.webp

G) Click/tap on OK. (see screenshot below)​

Change_Time_Zone_rights-10.webp

H) Click/tap on OK. (see screenshot below)​

Change_Time_Zone_rights-11.webp

I) When finished, go to step 6.​

5 Prevent User(s) or Groups to Change Time Zone

A) Select the allowed user or group you want to prevent, and click/tap on Remove. (see screenshot below)​

Do not remove LOCAL SERVICE since this is used by Windows.


Change_Time_Zone_rights-2.webp

B) Click/tap on OK. (see screenshot below)​

Change_Time_Zone_rights-3.webp

C) When finished, go to step 6.​

6 You can now close the Local Security Policy window if you like.




Option Two

Allow or Prevent Users and Groups to Change Time Zone using NTrights Command


All editions of Windows can use this option.


1 Download the ntrights.exe file in a ZIP below from the Windows Server 2003 Resource Kit.


2 Save the ntrights.zip file to your desktop.

3 Unblock the ntrights.zip file.

4 Extract the ntrights.exe file from the ntrights.zip file.

5 Open Terminal (Admin), and select Command Prompt.

6 Type the command you want below into in Terminal (Admin), and press Enter. (see screenshots below)

(Add user or group to allow)​
"full path of ntrights.exe file" +r SeTimeZonePrivilege -u "<User or Group>"

OR​

(Remove user or group to prevent)​
"full path of ntrights.exe file" -r SeTimeZonePrivilege -u "<User or Group>"

Do not remove LOCAL SERVICE since this is used by Windows.


Substitute full path of ntrights.exe file in the command above with the actual full path of the ntrights.exe file from step 4.

Substitute <User or Group> in the command above with the actual user or group (ex: "Users") you want to allow or prevent.

For example: "C:\Users\Brink\Desktop\ntrights.exe" -r SeTimeZonePrivilege -u "Users"


Add_users_command.webp

Remove_users_command.webp



That's it,
Shawn Brink


 

Attachments

Last edited:
Back
Top Bottom