Windows 7 Forums Search
Welcome to Windows 7 Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows 7. The Windows 7 forum also covers news and updates and has an extensive Windows 7 tutorial section that covers a wide range of tips and tricks.


Windows 7 - Time Zone - Allow or Prevent Users and Groups from Changing

 

Time Zone - Allow or Prevent Users and Groups from Changing

How to Allow or Prevent Specific Users and Groups from Changing the Time Zone
Published by Brink
12-18-2010
Default Time Zone - Allow or Prevent Users and Groups from Changing

How to Allow or Prevent Specific Users and Groups from Changing the Time Zone

information   Information
This will show you how to allow or prevent specific users and groups from being able to change the computer time zone in Windows 7 and Vista.

You will need to be logged in as an administrator to do this tutorial.

Note   Note
Default Users and Groups Allowed to Change the Time Zone
NOTE: This user right determines which users and groups can change the time zone used by the computer for displaying the local time, which is the computer's system time plus the time zone offset. System time itself is absolute and is not affected by a change in the time zone.

On All Computers: Administrators, LOCAL SERVICE, Users






OPTION ONE

Through Local Security Policy
1. Open the Local Security Policy window, expand Local Policies in the left pane, and select User Rights Assignment. (see screenshot below)
Time Zone - Allow or Prevent Users and Groups from Changing-step1.jpg
2. In the right pane of User Rights Assignment, double click on Change the time zone. (see screenshot above)

3. Prevent Users or Groups to be able to Change the Time Zone
WARNING: Do not remove LOCAL SERVICE.
A) Select (highlight) listed user(s) and/or group(s) that you do not want to be allowed to change the time zone anymore, then click on the Remove button. (see screenshot below)
NOTE: You can press and hold the CTRL key to select more than one listed user and group.
Time Zone - Allow or Prevent Users and Groups from Changing-step2.jpg


Tip   Tip
To Only Prevent Specific Users
  • To only prevent specific "standard users", you will also need to remove the Users group in addition to step 3A, then only add each standard user account name in step 4A that you want to be able to change the time zone.
  • To only prevent specific "administrators", you will also need to remove the Administrators group in addition to step 3A first, then only add each administrator user account name in step 4A that you want to be able to change the time zone.

B) Click on Apply. (see screenshot below)
Time Zone - Allow or Prevent Users and Groups from Changing-step3.jpg
4. Allow Users or Groups to be able to Change the Time Zone
A) Click on the Add User or Group button. (see screenshot below)
Time Zone - Allow or Prevent Users and Groups from Changing-step4.jpg
B) To Change the Location to Search for "Object Types"
NOTE: This is only if you wanted to search for object types to allow from a location other than your local computer. If you only want to search from your computer, then skip this step and go to step 4C.
  • Click on the Locations button. (see screenshot below step 4C)
  • Select a location, and click on OK. (see screenshot below)
Time Zone - Allow or Prevent Users and Groups from Changing-step5.jpg
C) Click on the Advanced button. (see screenshot below)
Time Zone - Allow or Prevent Users and Groups from Changing-step6.jpg
D) Click on the Object Types button. (see screenshot below)
Time Zone - Allow or Prevent Users and Groups from Changing-step7.jpg
E) Check all boxes or the "object types" (ex: Users or Groups) that you want to find and select from in step 4G, and click on OK. (see screenshot below)
Time Zone - Allow or Prevent Users and Groups from Changing-step8.jpg
F) Click on the Find Now button. (see screenshot below)
Time Zone - Allow or Prevent Users and Groups from Changing-step9.jpg
G) In the bottom pane under Search results, select the user account name(s) and/or groups that you want to be allowed to change the time zone, then click on OK. (see screenshot below)
NOTE: You can press and hold the CTRL key to select more than one listed users (user account names) or group.
Time Zone - Allow or Prevent Users and Groups from Changing-step10.jpg

Tip   Tip
To Only Allow Specific Users
  • To only allow specific "standard users", you will need to remove the Users group in step 3 first, then add each standard user account name that you want to be able to change the time zone.
  • To only allow specific "administrators", you will need to remove the Administrators group in step 3 first, then add each administrator user account name that you want to be able to change the time zone.

H) Click on OK. (see screenshot below)
Time Zone - Allow or Prevent Users and Groups from Changing-step11.jpg
I) Click on Apply. (see screenshot below)
Time Zone - Allow or Prevent Users and Groups from Changing-step12.jpg
5. When finished, click on OK. (see screenshots below steps 3B and 4I)

6. Close the Local Security Policy window. (see screenshot below step 1)




OPTION TWO

Using a Elevated Command Prompt

NOTE: Be sure to write down changes you make to the user rights assignment so that you will know what you changed later. Please see the NOTE box at the top of the tutorial for the default user rights assignments.
1. If you have not already, click on the Download button below to download the ntrights.exe file originally from within the Windows Server 2003 Resource Kit Tools.
download

A) Save the ntrights.exe file to your desktop.

B) Right click on the ntrights.exe file, click on Properties, General tab, and click on the Unblock button if available. (see screenshot below)
NOTE: If you do not have a Unblock button under the General tab, then the file is already unblocked and you can continue on to step 1C.
Time Zone - Allow or Prevent Users and Groups from Changing-unblock.jpg
C) Right click on the ntrights.exe file and click on Move.

D) Open Windows Explorer and navigate to and open the C:\Windows\System32 folder, then Paste the ntrights.exe file to move it here.

E) If prompted, click on Continue and Yes to approve moving the ntrights.exe file into the System32 folder, then close the Windows Explorer window.
2. Open a elevated command prompt (Run as administrator).

3. Prevent Users or Groups to be able to Change the Time Zone
WARNING: Do not remove LOCAL SERVICE.
A) In the elevated command prompt type in the command below and press enter. (see screenshot below step 5)
NOTE: Substitute User or Group in the command below with the actual user account name (ex: Users) or group name within quotes that you want to prevent.
ntrights -U "User or Group" -R SeTimeZonePrivilege


Tip   Tip
To Only Prevent Specific Users
  • To only prevent specific "standard users", you will also need to remove the Users group in addition to step 3A, then only add each standard user account name in step 4A that you want to be able to change the time zone.
  • To only prevent specific "administrators", you will also need to remove the Administrators group in addition to step 3A first, then only add each administrator user account name in step 4A that you want to be able to change the time zone.

4. Allow Users or Groups to be able to Change the Time Zone
A) In the elevated command prompt type in the command below and press enter. (see screenshot below step 5)
NOTE: Substitute User or Group in the command below with the actual user account name (ex: Users) or group name within quotes that you want to allow.
ntrights -U "User or Group" +R SeTimeZonePrivilege


Tip   Tip
To Only Allow Specific Users
  • To only allow specific "standard users", you will need to remove the Users group in step 3A first, then add each standard user account name that you want to be able to change the time zone.
  • To only allow specific "administrators", you will need to remove the Administrators group in step 3A first, then add each administrator user account name that you want to be able to change the time zone.

5. When finished, close the elevated command prompt. (see screenshot below)
Time Zone - Allow or Prevent Users and Groups from Changing-command.jpg
That's it,
Shawn




Published by
Brink's Avatar
Administrator

Join Date: Oct 2008
Location: Texas
Posts: 37,304

Tutorial Tools
Comment

 Time Zone - Allow or Prevent Users and Groups from Changing problems?



Tutorial Tools



Similar Threads for: Time Zone - Allow or Prevent Users and Groups from Changing
Windows 7 Tutorial Category
Permissions - Allow or Deny Users and Groups Tutorials
Date and Time - Allow or Prevent Users and Groups from Changing Tutorials
Shut Down Computer - Allow or Prevent Users and Groups Tutorials
Take Ownership - Allow or Prevent Users and Groups To Tutorials
Stop users changing time? General Discussion


All times are GMT -5. The time now is 12:29 AM.



Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30