Re: Date/Time Properties



On Mon, 19 Sep 2005 18:11:54 +0500, "Murtaza" <NoEmail@NoEmail> wrote:

>How can I prevent user from changing Date & Time of system within windows
>2000 enviornment?
>

Revoke the users SeSystemtimePrivilege right.

Use Group Policy
Computer Configuration / Windows Settings / Security Serttings / Local Policy / User Rights Assignment
to remove their Change the system time right

or


Use NTRights.exe from tip 6705 » What are the free Windows Server 2003 Resource Kit tools?
in the 'Tips & Tricks' at http://www.jsifaq.com

ntrights -r SeSystemtimePrivilege -u Users

or

ntrights -r SeSystemtimePrivilege -u DomainName\UserName

and use group policy to run it in a startup script for each client.








Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
.