Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have an application that does, I'm guessing a windows authorization before allowing an operation to occur.
I am running the app (Atmel Studio 6.0) as administrator under a user account with admin privileges but the authorization fails.
If I switch to the Administrator account and rerun the authorization works and am allowed to install extensions.
The problem is that some extensions are only installed for the current user so when I switch back over to my account those extensions are not installed.

What do I need to do to get this to run correctly under my user account?

I have tried:
Disable UAC
Take ownership of App
Elevate app privileges for user

Thanks y'all
Posted
Comments
Mehdi Gholam 20-Dec-12 16:13pm    
Are you in a domain or standalone?
Mike Hankey 20-Dec-12 16:27pm    
Standalone, it's my home computer. I've never dealt much with security and UAC much so I'm kinda at a lose.
Mehdi Gholam 20-Dec-12 16:36pm    
Does the software work in XP for example?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900