Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to access timedate with Windows Users privilege? 2

Status
Not open for further replies.

grofaty

IS-IT--Management
Jan 16, 2003
370
SI
Hi,
using Windows XP SP2 I have set Windows user to have only Users privilege (Control Panel | Administrative Tools | Compputer Management | Local users | Users | "Member of" tab).

When logged in with user Users privileges double click on left-bottom clock icon in taskbar produces error: "You don't have proper privilege level to change the System time."

So this error means I can't access time-date with Users privileges.

Work around:
1. Start | Run | cmd
2. enter command: runas /user:Administrator cmd
3. timedate.cpl

How to create shortcut icon to click on this icon to have access to timedate window?

Thanks,
Grofaty
 
Hi,
I have found out solution:
1. create bat file and save it with following command:
Code:
cmd /c timedate.cpl

2. download program Runasuser from web page: and install the program.

3. run Runasuser program wizard and pick a "batch file" option in creating the exe file.

Thanks,
Grofaty
 
Hi,
is there any setting I could set: double click on right-bottom date-time icon on taskbar to execute with Runasuser exe file?
Thanks,
Grofaty
 
Why don't you just add the Users group to the "Change the system time" user rights assignment?

Joey
A+, MCP
 
Hi,
can you please provide more info, how to grant "change the system time" rights?
Thanks,
Grofaty
 
You can use either of these methods...

- go to Control Panel, then Administrative Tools, and then Local Security Policy, click Local Policies and then User Rights Assignment, look for Change the system time, and then add the Users group

or

- click Start, then Run, type gpedit.msc, under Computer Configuration click Windows Settings, then Security Settings, then Local Policies....the rest is the same as above

Joey
A+, MCP
 
Hi,
thanks a lot. I have set this settings and it works.
Thanks,
Grofaty
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top