Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Security > Forcing programs to run with standard user privileges

Reply
Thread Tools Display Modes

Forcing programs to run with standard user privileges

 
 
ainkami
Guest
Posts: n/a

 
      12-21-2007

How do I prevent Vista from asking for privilege escalation, and just
force a program to run with standard user privileges? Are there any
ways within Vista that will allow this? If not, I have heard that
editing the RunAsInvoker value associated with the .exe file will
accomplish this. Are there any programs out there that can do so?


--
ainkami
 
Reply With Quote
 
 
 
 
Bruce Chambers
Guest
Posts: n/a

 
      12-21-2007
ainkami wrote:
> How do I prevent Vista from asking for privilege escalation, and just
> force a program to run with standard user privileges? Are there any
> ways within Vista that will allow this?



Not if you must use applications that have not been properly designed
for the OS. Fully compatible applications would not need elevated
privileges to run.




--

Bruce Chambers

Help us help you:
http://www.catb.org/~esr/faqs/smart-questions.html

They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. ~Benjamin Franklin

Many people would rather die than think; in fact, most do. ~Bertrand Russell

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot
 
Reply With Quote
 
brink
Guest
Posts: n/a

 
      12-21-2007

ainkami;550442 Wrote:
> How do I prevent Vista from asking for privilege escalation, and jus
> force a program to run with standard user privileges? Are there any way
> within Vista that will allow this? If not, I have heard that editing th
> RunAsInvoker value associated with the .exe file will accomplish this
> Are there any programs out there that can do so


Hi Ainkami

Welcome to the Vista x64 Forums. arty

If the program needs administrator privileges to run, it will not ru
properly without them. You can do one of these options to get rid of th
UAC prompt though

http://www.vistax64.com/tutorials/80...lege-level.htm

http://www.vistax64.com/tutorials/48...ontrol-uac.htm

http://www.vistax64.com/tutorials/67...or-account.htm

Hope this helps
Shaw

--
brin

*There are no dumb questions, just the people that do not ask them.*
VISTA FORUMS X64 (\"HTTP://WWW.VISTAX64.COM/\"
*Please post feedback to help others.*
 
Reply With Quote
 
Jimmy Brush
Guest
Posts: n/a

 
      12-22-2007
Like everyone else says, the chances of a program working as a standard user
when it is designed to run as an admin is slim.

I am not aware of a program that automates the "runasinvoker" process.

Registry key:
HKEY_CURRENT_USER\Software\Microsoft\Windows
NT\CurrentVersion\AppCompatFlags\Layers

Create a string value with a name equal to the path and filename of the
program (e.g. c:\program files\program\program.exe), and a value of
RUNASINVOKER.


--
- JB
Microsoft MVP Windows Shell/User

"ainkami" <> wrote in message
news:...
>
> How do I prevent Vista from asking for privilege escalation, and just
> force a program to run with standard user privileges? Are there any
> ways within Vista that will allow this? If not, I have heard that
> editing the RunAsInvoker value associated with the .exe file will
> accomplish this. Are there any programs out there that can do so?
>
>
> --
> ainkami


 
Reply With Quote
 
Chris Barnes
Guest
Posts: n/a

 
      02-13-2008
brink wrote:
> ainkami;550442 Wrote:
>> How do I prevent Vista from asking for privilege escalation, and just
>> force a program to run with standard user privileges? Are there any ways
>> within Vista that will allow this? If not, I have heard that editing the
>> RunAsInvoker value associated with the .exe file will accomplish this.
>> Are there any programs out there that can do so?

>
> Hi Ainkami,
>
> Welcome to the Vista x64 Forums. arty:
>
> If the program needs administrator privileges to run, it will not run
> properly without them. You can do one of these options to get rid of the
> UAC prompt though.
>
> http://www.vistax64.com/tutorials/80...ege-level.html
>
> http://www.vistax64.com/tutorials/48...ntrol-uac.html
>
> http://www.vistax64.com/tutorials/67...r-account.html




I know I'm replying to a 2 month old post....

These directions where only "sort of" helpful. Yes, it shows me how to
get Vista to run the program as Administrator.

But then it prompts for the Administrator password. This is bad.


I want to be able to allow my students to run a particular program (a
program that in my case controls an oscilloscope) that seems to need to
run as Administrator. Their accounts are all "normal" accounts (no
Admin privs). I do *not* want to give them the Administrator/root
password (for obvious reasons).


What I need is a way to run the program as Administrator, without having
Vista ask me for the Administrator password.


SURELY there has to be a way to do this, isn't there. After all, "chmod
4711" has been around in the unix world for 30+ years (meaning this
isn't exactly a new concept)....

--

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Chris Barnes AOL IM: CNBarnes
chris- Yahoo IM: chrisnbarnes
 
Reply With Quote
 
Barry Haertel
Guest
Posts: n/a

 
      02-16-2008
Would it maybe be possible to get the machines off the network and setup an
admin user for this purpose?


"Chris Barnes" <chris-> wrote in message
news:...
> brink wrote:
>> ainkami;550442 Wrote:
>>> How do I prevent Vista from asking for privilege escalation, and just
>>> force a program to run with standard user privileges? Are there any ways
>>> within Vista that will allow this? If not, I have heard that editing the
>>> RunAsInvoker value associated with the .exe file will accomplish this.
>>> Are there any programs out there that can do so?

>>
>> Hi Ainkami,
>>
>> Welcome to the Vista x64 Forums. arty:
>>
>> If the program needs administrator privileges to run, it will not run
>> properly without them. You can do one of these options to get rid of the
>> UAC prompt though.
>>
>> http://www.vistax64.com/tutorials/80...ege-level.html
>>
>> http://www.vistax64.com/tutorials/48...ntrol-uac.html
>>
>> http://www.vistax64.com/tutorials/67...r-account.html

>
>
>
> I know I'm replying to a 2 month old post....
>
> These directions where only "sort of" helpful. Yes, it shows me how to
> get Vista to run the program as Administrator.
>
> But then it prompts for the Administrator password. This is bad.
>
>
> I want to be able to allow my students to run a particular program (a
> program that in my case controls an oscilloscope) that seems to need to
> run as Administrator. Their accounts are all "normal" accounts (no Admin
> privs). I do *not* want to give them the Administrator/root password (for
> obvious reasons).
>
>
> What I need is a way to run the program as Administrator, without having
> Vista ask me for the Administrator password.
>
>
> SURELY there has to be a way to do this, isn't there. After all, "chmod
> 4711" has been around in the unix world for 30+ years (meaning this isn't
> exactly a new concept)....
>
> --
>
> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
> Chris Barnes AOL IM: CNBarnes
> chris- Yahoo IM: chrisnbarnes


 
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
Standard User account cannot see/access all programs Bethmurs Windows Vista Administration 2 03-17-2010 01:02 AM
Forcing my application to run with administrative privileges Sarah M. Weinberger Windows Vista Security 4 12-26-2007 06:40 PM
User does not have access privileges churin Windows Vista General Discussion 5 08-25-2007 11:48 PM
Standard Users Privileges Sam Windows Vista Administration 15 07-06-2007 07:22 PM
Problems Installing programs needing Administrator Privileges Tony M Windows Vista General Discussion 7 04-12-2007 11:21 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