I have two users one a month old, and one brand new.
Both are standard users(belong to standard users group).
UAC Setting is set to Default.
Problem is while launching a C# App, old_user prompts for admin previlage, while the new user doesn't.
Why?
|
I have two users one a month old, and one brand new. Both are standard users(belong to standard users group). UAC Setting is set to Default. Problem is while launching a C# App, old_user prompts for admin previlage, while the new user doesn't. Why? | |||||||||||
feedback
|
|
An easy way to do this is, if you understand UAC well, to fire up Process Monitor from Sysinternals and attach it to the program at launch. Another way is to download Microsoft's Appcompat toolkit. It contains a tool called the Standard user analyzer. It essentially is test trial that breaks the program as soon as it hits a UAC prompt. Plus it tells you why!! http://msdn.microsoft.com/en-us/library/bb756983.aspx
| |||
|
feedback
|