Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / UAC

UAC

UAC

Great Reads

by Tom Chantler
UPDATE: 2015-07-30 - Works correctly in Windows 10 RTM (10.0.10240) with VS2013 and VS2015 - If you're running Windows 7, 8, 8.1 or 10 and you don't want to disable User Account Control (UAC) - which you shouldn't and quite possibly can't in a corporate environment - then you get an annoying prompt
by Adam Zuckerman
Sometimes you need to run your application with elevated privileges to get past issues with UAC.
by Michael Haephrati
How can an application elevate itself to gain "Admin" rights during runtime
by Dennis Wu CA
A command line program that resets user access permission in windows

Latest Articles

by Tom Chantler
UPDATE: 2015-07-30 - Works correctly in Windows 10 RTM (10.0.10240) with VS2013 and VS2015 - If you're running Windows 7, 8, 8.1 or 10 and you don't want to disable User Account Control (UAC) - which you shouldn't and quite possibly can't in a corporate environment - then you get an annoying prompt
by Adam Zuckerman
Sometimes you need to run your application with elevated privileges to get past issues with UAC.
by Michael Haephrati
How can an application elevate itself to gain "Admin" rights during runtime
by Dennis Wu CA
A command line program that resets user access permission in windows

All Articles

Sort by Score

UAC 

by Tom Chantler
UPDATE: 2015-07-30 - Works correctly in Windows 10 RTM (10.0.10240) with VS2013 and VS2015 - If you're running Windows 7, 8, 8.1 or 10 and you don't want to disable User Account Control (UAC) - which you shouldn't and quite possibly can't in a corporate environment - then you get an annoying prompt
by Michael Haephrati
How can an application elevate itself to gain "Admin" rights during runtime