Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Administration > UAC with a specific program problem

Reply
Thread Tools Display Modes

UAC with a specific program problem

 
 
alan
Guest
Posts: n/a

 
      08-24-2007
I installed an application as administrator.
When I launch the program, I always get an Allow or Deny prompt (ya know
like the commercial). Other programs don't have this prompt when I start them.

Then, I log in with a standard user account and the same program that had
the UAC prompt no longer prompts me.

Why is this? I would like it to be the same way when logged in as an
administrator.

I don't see any rhyme or reason to any of this.
 
Reply With Quote
 
 
 
 
brink
Guest
Posts: n/a

 
      08-25-2007

alan;432051 Wrote:
> I installed an application as administrator
> When I launch the program, I always get an Allow or Deny prompt (y
> kno
> like the commercial). Other programs don't have this prompt when
> start them
>
> Then, I log in with a standard user account and the same program tha
> ha
> the UAC prompt no longer prompts me
>
> Why is this? I would like it to be the same way when logged in as a
> administrator
>
> I don't see any rhyme or reason to any of this


Hi Alan

This is normal for UAC if you can believe it. You will need to righ
click the shortcut for the program in the Administrator account an
click Properties. Now click the compatibility tab and uncheck "Run a
Administrator" and click Ok. That should stop it from asking you if yo
want to "Allow" the program to run with administrator rights

Shaw

--
brin

*There are no dumb questions, just the people that do not ask them.
_http://www.Vistax64.com (\"http://www.Vistax64.com\")
*Please post feedback to help others.*
 
Reply With Quote
 
alan
Guest
Posts: n/a

 
      08-27-2007
Thanks for the reply but this does not fix the problem.
It still prompts after doing this.

Any other advice to avoid this time wasting, finger tiring, mouse
degenerating hurdle?

"brink" wrote:

>
> alan;432051 Wrote:
> > I installed an application as administrator.
> > When I launch the program, I always get an Allow or Deny prompt (ya
> > know
> > like the commercial). Other programs don't have this prompt when I
> > start them.
> >
> > Then, I log in with a standard user account and the same program that
> > had
> > the UAC prompt no longer prompts me.
> >
> > Why is this? I would like it to be the same way when logged in as an
> > administrator.
> >
> > I don't see any rhyme or reason to any of this.

>
> Hi Alan,
>
> This is normal for UAC if you can believe it. You will need to right
> click the shortcut for the program in the Administrator account and
> click Properties. Now click the compatibility tab and uncheck "Run as
> Administrator" and click Ok. That should stop it from asking you if you
> want to "Allow" the program to run with administrator rights.
>
> Shawn
>
>
> --
> brink
>
> *There are no dumb questions, just the people that do not ask them.*
> _http://www.Vistax64.com (\"http://www.Vistax64.com\")_
> *Please post feedback to help others.*
>

 
Reply With Quote
 
Ronnie Vernon MVP
Guest
Posts: n/a

 
      08-27-2007
Alan

What type of program is this? Any program that asks for access to the entire
system is going to need aministrator permissions.

If a program is completely compatible with Vista, it should not be prompting
for permissions. Here is some information, originally posted by MVP Jimmy
Brush that describes this process.

<quote>
Windows Vista does not control the UAC prompts - your application does.

It is up to your app to include a manifest file (either compiled into
the app or as a seperate file, yourapp.exe.manifest) that tells
Windows Vista how it needs to run.

Your app can tell vista one of three things:

- It never needs admin privileges, even if the user is logged in as an
admin (asInvoker)

- It needs admin privs if the user is an admin, but it can also run if
the user is not an admin (highestAvailable)

- It must have admin privs to run, and standard users cannot run it
(requiresAdministrator)

If your application has no manifest, then the first option (no admin
privs) is assumed, unless your app is determined to be an installer,
then the third option (requiresAdministrator) is assumed.

-JB
Microsoft MVP - Windows Shell
Windows Vista Support FAQ - http://www.jimmah.com/vista/
</quote>

Mark Russinovich: Inside Windows Vista User Account Control
http://www.microsoft.com/technet/tec...C/default.aspx

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"alan" <> wrote in message
news:9C60C23D-BC5A-433D-B57A-...
> Thanks for the reply but this does not fix the problem.
> It still prompts after doing this.
>
> Any other advice to avoid this time wasting, finger tiring, mouse
> degenerating hurdle?
>
> "brink" wrote:
>
>>
>> alan;432051 Wrote:
>> > I installed an application as administrator.
>> > When I launch the program, I always get an Allow or Deny prompt (ya
>> > know
>> > like the commercial). Other programs don't have this prompt when I
>> > start them.
>> >
>> > Then, I log in with a standard user account and the same program that
>> > had
>> > the UAC prompt no longer prompts me.
>> >
>> > Why is this? I would like it to be the same way when logged in as an
>> > administrator.
>> >
>> > I don't see any rhyme or reason to any of this.

>>
>> Hi Alan,
>>
>> This is normal for UAC if you can believe it. You will need to right
>> click the shortcut for the program in the Administrator account and
>> click Properties. Now click the compatibility tab and uncheck "Run as
>> Administrator" and click Ok. That should stop it from asking you if you
>> want to "Allow" the program to run with administrator rights.
>>
>> Shawn
>>
>>
>> --
>> brink
>>
>> *There are no dumb questions, just the people that do not ask them.*
>> _http://www.Vistax64.com (\"http://www.Vistax64.com\")_
>> *Please post feedback to help others.*
>>


 
Reply With Quote
 
alan
Guest
Posts: n/a

 
      08-27-2007
I appologize, I thought this would be a general issue instead of technical
but it turned out to be technical. The problem was on our companies software.

It didn't run or had errors so I thought I needed to create a manifest. Then
the manifest worked but we kept getting prompt. So I thought it was a general
user setting maybe.

Well I recompiled the program without the manifest (or let Visual Studio
generate its own and embed it) and it worked without prompt.

Vista does make it hard for companies to update their software compatibility
issues and the lines between general settings and technical settings are so
blurred that its hard to tell where the problems are coming from.

"Ronnie Vernon MVP" wrote:

> Alan
>
> What type of program is this? Any program that asks for access to the entire
> system is going to need aministrator permissions.
>
> If a program is completely compatible with Vista, it should not be prompting
> for permissions. Here is some information, originally posted by MVP Jimmy
> Brush that describes this process.
>
> <quote>
> Windows Vista does not control the UAC prompts - your application does.
>
> It is up to your app to include a manifest file (either compiled into
> the app or as a seperate file, yourapp.exe.manifest) that tells
> Windows Vista how it needs to run.
>
> Your app can tell vista one of three things:
>
> - It never needs admin privileges, even if the user is logged in as an
> admin (asInvoker)
>
> - It needs admin privs if the user is an admin, but it can also run if
> the user is not an admin (highestAvailable)
>
> - It must have admin privs to run, and standard users cannot run it
> (requiresAdministrator)
>
> If your application has no manifest, then the first option (no admin
> privs) is assumed, unless your app is determined to be an installer,
> then the third option (requiresAdministrator) is assumed.
>
> -JB
> Microsoft MVP - Windows Shell
> Windows Vista Support FAQ - http://www.jimmah.com/vista/
> </quote>
>
> Mark Russinovich: Inside Windows Vista User Account Control
> http://www.microsoft.com/technet/tec...C/default.aspx
>
> --
>
> Ronnie Vernon
> Microsoft MVP
> Windows Shell/User
>
>
> "alan" <> wrote in message
> news:9C60C23D-BC5A-433D-B57A-...
> > Thanks for the reply but this does not fix the problem.
> > It still prompts after doing this.
> >
> > Any other advice to avoid this time wasting, finger tiring, mouse
> > degenerating hurdle?
> >
> > "brink" wrote:
> >
> >>
> >> alan;432051 Wrote:
> >> > I installed an application as administrator.
> >> > When I launch the program, I always get an Allow or Deny prompt (ya
> >> > know
> >> > like the commercial). Other programs don't have this prompt when I
> >> > start them.
> >> >
> >> > Then, I log in with a standard user account and the same program that
> >> > had
> >> > the UAC prompt no longer prompts me.
> >> >
> >> > Why is this? I would like it to be the same way when logged in as an
> >> > administrator.
> >> >
> >> > I don't see any rhyme or reason to any of this.
> >>
> >> Hi Alan,
> >>
> >> This is normal for UAC if you can believe it. You will need to right
> >> click the shortcut for the program in the Administrator account and
> >> click Properties. Now click the compatibility tab and uncheck "Run as
> >> Administrator" and click Ok. That should stop it from asking you if you
> >> want to "Allow" the program to run with administrator rights.
> >>
> >> Shawn
> >>
> >>
> >> --
> >> brink
> >>
> >> *There are no dumb questions, just the people that do not ask them.*
> >> _http://www.Vistax64.com (\"http://www.Vistax64.com\")_
> >> *Please post feedback to help others.*
> >>

>

 
Reply With Quote
 
Ronnie Vernon MVP
Guest
Posts: n/a

 
      08-28-2007
Alan

I agree with your "blurry" statement.

I'm glad you were able to make the software work properly.

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"alan" <> wrote in message
news:31D2FC0F-7368-43D1-9B5B-...
>I appologize, I thought this would be a general issue instead of technical
> but it turned out to be technical. The problem was on our companies
> software.
>
> It didn't run or had errors so I thought I needed to create a manifest.
> Then
> the manifest worked but we kept getting prompt. So I thought it was a
> general
> user setting maybe.
>
> Well I recompiled the program without the manifest (or let Visual Studio
> generate its own and embed it) and it worked without prompt.
>
> Vista does make it hard for companies to update their software
> compatibility
> issues and the lines between general settings and technical settings are
> so
> blurred that its hard to tell where the problems are coming from.
>
> "Ronnie Vernon MVP" wrote:
>
>> Alan
>>
>> What type of program is this? Any program that asks for access to the
>> entire
>> system is going to need aministrator permissions.
>>
>> If a program is completely compatible with Vista, it should not be
>> prompting
>> for permissions. Here is some information, originally posted by MVP Jimmy
>> Brush that describes this process.
>>
>> <quote>
>> Windows Vista does not control the UAC prompts - your application does.
>>
>> It is up to your app to include a manifest file (either compiled into
>> the app or as a seperate file, yourapp.exe.manifest) that tells
>> Windows Vista how it needs to run.
>>
>> Your app can tell vista one of three things:
>>
>> - It never needs admin privileges, even if the user is logged in as an
>> admin (asInvoker)
>>
>> - It needs admin privs if the user is an admin, but it can also run if
>> the user is not an admin (highestAvailable)
>>
>> - It must have admin privs to run, and standard users cannot run it
>> (requiresAdministrator)
>>
>> If your application has no manifest, then the first option (no admin
>> privs) is assumed, unless your app is determined to be an installer,
>> then the third option (requiresAdministrator) is assumed.
>>
>> -JB
>> Microsoft MVP - Windows Shell
>> Windows Vista Support FAQ - http://www.jimmah.com/vista/
>> </quote>
>>
>> Mark Russinovich: Inside Windows Vista User Account Control
>> http://www.microsoft.com/technet/tec...C/default.aspx
>>
>> --
>>
>> Ronnie Vernon
>> Microsoft MVP
>> Windows Shell/User
>>
>>
>> "alan" <> wrote in message
>> news:9C60C23D-BC5A-433D-B57A-...
>> > Thanks for the reply but this does not fix the problem.
>> > It still prompts after doing this.
>> >
>> > Any other advice to avoid this time wasting, finger tiring, mouse
>> > degenerating hurdle?
>> >
>> > "brink" wrote:
>> >
>> >>
>> >> alan;432051 Wrote:
>> >> > I installed an application as administrator.
>> >> > When I launch the program, I always get an Allow or Deny prompt (ya
>> >> > know
>> >> > like the commercial). Other programs don't have this prompt when I
>> >> > start them.
>> >> >
>> >> > Then, I log in with a standard user account and the same program
>> >> > that
>> >> > had
>> >> > the UAC prompt no longer prompts me.
>> >> >
>> >> > Why is this? I would like it to be the same way when logged in as an
>> >> > administrator.
>> >> >
>> >> > I don't see any rhyme or reason to any of this.
>> >>
>> >> Hi Alan,
>> >>
>> >> This is normal for UAC if you can believe it. You will need to right
>> >> click the shortcut for the program in the Administrator account and
>> >> click Properties. Now click the compatibility tab and uncheck "Run as
>> >> Administrator" and click Ok. That should stop it from asking you if
>> >> you
>> >> want to "Allow" the program to run with administrator rights.
>> >>
>> >> Shawn
>> >>
>> >>
>> >> --
>> >> brink
>> >>
>> >> *There are no dumb questions, just the people that do not ask them.*
>> >> _http://www.Vistax64.com (\"http://www.Vistax64.com\")_
>> >> *Please post feedback to help others.*
>> >>

>>


 
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
How to reset a default program for a specific file Corinna Windows Vista Hardware 3 08-26-2007 10:26 PM
permanently block specific program with User Account Control Bob Windows Vista General Discussion 6 05-10-2007 07:24 PM
i can't associate a file type with a specific program gerol Windows Vista File Management 1 04-14-2007 10:31 PM
UAC for a specific Program, how to turn off? Frenchy Windows Vista General Discussion 26 03-25-2007 03:50 PM
How to setup an specific sound card to work with specific programs Stuserver Windows Vista Installation 4 01-07-2007 12:01 AM



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