Search Results

6
votes
6answers
3k views

Request vista UAC elevation if path is protected?

For my C# app, I don't want to always prompt for elevation on application start, but if they choose an output path that is UAC protected then I need to request elevation. So, how do I check …
0
votes

Request vista UAC elevation if path is protected?

@Brian Well UAC seems to protect random folders, I try to move things between folders on my secondary hard drive and it prompts me for permission. I really don't know what UAC is protecting …