Admin User

ADO DOT NET

Centurion
Joined
Dec 20, 2006
Messages
160
Hi,
In VS.NET 2008, in project properties window, a new button added named "View UAC Settings".
If I set it to:

<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />

1. Then my application will run in Vista ONLY as admin mode with full privileges?

2. So I won't need to internally check in my application if user is admin and warn/close?

3. This only works for Vista? Or XP also?

Thanks
 
Back
Top