Windows 2000 question

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Windows 2000 question

Post by CableDude »

Good evening.

I have a program that needs to run with "adminstrator rights" Currently, the user name that signs in is a "power user"

I know I can add that user to the "administrator" group, but this will allow them to do anything they want (providing they know how)

So the question is: can I still prevent the user from doing things while still allowing them to run that one program.

:)
User avatar
TonyT
SG VIP
Posts: 10356
Joined: Fri Jan 28, 2000 12:00 am
Location: Fairfax, VA

Post by TonyT »

Try rt click/properties on the folder of the installed application and then click securityy tab and change permissions.
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.

LRH
User avatar
Ahren
Senior Member
Posts: 2504
Joined: Sun May 26, 2002 1:28 am
Location: Toronto

Post by Ahren »

If its an .EXE or setup file of some sort, try pressing down the shift key while right clicking on it and select "run as".

Select administrator and pop in the password.

Doesn't always work and you would have to start it if you don't want the user to know the local admin password.

Is this just to install or every time its used needs admin to run?
Picture yourself
Set up for good in a whole other life
In the mystery zone
User avatar
Sid
SG Elite
Posts: 5174
Joined: Sun Sep 17, 2000 12:00 pm
Location: Hell's Kitchen

Post by Sid »

You could create a custom user template and then add the user to that template. Are you running a DC or stand alone server?
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

Sid,

DC = Domain controller? The user that is a "power user" signs into a domain.


Thanks guys. I look into this in the morning and report back. :)


Jarn,

Everytime it needs to be run it needs administrative rights.


TonyT,

Thank you as well.
User avatar
Mark
Posts: 13238
Joined: Wed Apr 11, 2001 12:00 am
Location: .

Post by Mark »

glad ya got this resolved :)
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

Mark wrote:glad ya got this resolved :)
I don't think I ever did. :p
User avatar
Mark
Posts: 13238
Joined: Wed Apr 11, 2001 12:00 am
Location: .

Post by Mark »

CableDude wrote:I don't think I ever did. :p
oh well then :)
User avatar
hoov
Advanced Member
Posts: 571
Joined: Fri Jan 19, 2001 12:00 am

Post by hoov »

How about doing a "run as" shortcut for the user. Here is a link to the Microsoft KB:

http://support.microsoft.com/kb/294676
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

Again, I do not remember what the problem was. 4 yeas ago.
Post Reply