Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Security > A non-Administrative User to run program with Administrative previlidges

Reply
Thread Tools Display Modes

A non-Administrative User to run program with Administrative previlidges

 
 
Alex Ferenstein
Guest
Posts: n/a

 
      11-16-2007
In Unix, I can set a CHMOD bit to allow an executable to be run with Owner's
(even Root's) permissions by another user.
I am using a Vista program SIW (http://www.gtopala.com/) that requires
Administrative privileges (to monitor some system parameters, like
temperature). I would like non-Administrative users to be able to run this
program with these privileges. I've looked at NTFS permissions but cannot
recognize anything that'll help. How can I do same in NTFS/Vista?

 
Reply With Quote
 
 
 
 
Alex Ferenstein
Guest
Posts: n/a

 
      11-16-2007
Forgot to mention, Run as Administrator doesn't help...

"Alex Ferenstein" <> wrote in message
news:...
> In Unix, I can set a CHMOD bit to allow an executable to be run with
> Owner's (even Root's) permissions by another user.
> I am using a Vista program SIW (http://www.gtopala.com/) that requires
> Administrative privileges (to monitor some system parameters, like
> temperature). I would like non-Administrative users to be able to run this
> program with these privileges. I've looked at NTFS permissions but cannot
> recognize anything that'll help. How can I do same in NTFS/Vista?


 
Reply With Quote
 
Jimmy Brush
Guest
Posts: n/a

 
      11-17-2007
Hello,

There is no built-in administrative way to do this in Windows.

The "correct" way for this to be done in the Windows world is for the
user-facing application to run with the privileges of the user, and then
access the information through a privileged windows service that supposedly
enforces whatever security policy you have set as an administrator.

In addition, are you certain that the information that you want to be
displayed to the standard user is actually restricted to admins only?
Generally, a lot of OS information can be seen by non-admins in read-only
form.

--
- JB
Microsoft MVP Windows Shell/User

"Alex Ferenstein" <> wrote in message
news:...
> Forgot to mention, Run as Administrator doesn't help...
>
> "Alex Ferenstein" <> wrote in message
> news:...
>> In Unix, I can set a CHMOD bit to allow an executable to be run with
>> Owner's (even Root's) permissions by another user.
>> I am using a Vista program SIW (http://www.gtopala.com/) that requires
>> Administrative privileges (to monitor some system parameters, like
>> temperature). I would like non-Administrative users to be able to run
>> this program with these privileges. I've looked at NTFS permissions but
>> cannot recognize anything that'll help. How can I do same in NTFS/Vista?

>


 
Reply With Quote
 
Alex Ferenstein
Guest
Posts: n/a

 
      11-20-2007
Thanks for reply, Jimmy.


"Jimmy Brush" <> wrote in message
news:515627A2-0C08-4A18-9634-...
> Hello,
>
> There is no built-in administrative way to do this in Windows.
>
> The "correct" way for this to be done in the Windows world is for the
> user-facing application to run with the privileges of the user, and then
> access the information through a privileged windows service that
> supposedly enforces whatever security policy you have set as an
> administrator.
>
> In addition, are you certain that the information that you want to be
> displayed to the standard user is actually restricted to admins only?
> Generally, a lot of OS information can be seen by non-admins in read-only
> form.
>
> --
> - JB
> Microsoft MVP Windows Shell/User
>
> "Alex Ferenstein" <> wrote in message
> news:...
>> Forgot to mention, Run as Administrator doesn't help...
>>
>> "Alex Ferenstein" <> wrote in message
>> news:...
>>> In Unix, I can set a CHMOD bit to allow an executable to be run with
>>> Owner's (even Root's) permissions by another user.
>>> I am using a Vista program SIW (http://www.gtopala.com/) that requires
>>> Administrative privileges (to monitor some system parameters, like
>>> temperature). I would like non-Administrative users to be able to run
>>> this program with these privileges. I've looked at NTFS permissions but
>>> cannot recognize anything that'll help. How can I do same in NTFS/Vista?

>>

>


 
Reply With Quote
 
rvc
Guest
Posts: n/a

 
      01-16-2008

I have a similar problem. I have a Delphi program that makes a call to
Set8087CW to disable the FPU exception. I now have a user that has
moved the software over to Vista and he is able to run it by setting the
run as adminstrator to true. The problem is when the program is moved
to a network where the user doesn't have administrative privileges the
program won't run as the Set8087CW call requires the privilege. Is the
only way to get around this problem to take the code requiring the
privilege and creating a service? If so are there any good references
for this (Visual C++).

Thanks.


--
rvc
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Administrative Tools...gone! Matt Robinson Windows Vista General Discussion 10 02-10-2009 03:48 PM
administrative events hitmanout2007 Windows Vista Performance 2 01-27-2008 08:07 PM
Running Administrative Processes at Boot w/o User Intervention e@mail.com Windows Vista General Discussion 1 10-09-2007 12:26 AM
Deleting Administrative User? Uniquity Windows Vista Administration 0 08-11-2007 06:18 AM
Allowing program to load without administrative password amstern Windows Vista Security 2 07-15-2007 11:15 PM



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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59