This tag is used for questions concerning the User Account Control (UAC) security feature of Windows Vista, Windows 7, 8 and higher versions of Windows.
I have a simple PowerShell script to stop a process: $p = get-process $args if ( $p -ne $null ) { $p | stop-process $p | …
powershell uacI have a console application that was developed to be called by a erp software. They call my app inside …
c# console-application uac runas elevated-privilegesI install my app under "Program Files" directory. And I install data, under "ProgramData" directory: Environment.SpecialFolder.CommonApplicationData In programData …
.net uac windows-vista programdataI have some utility methods that use Microsoft.Web.Administration.ServerManager that I've been having some issues with. Use the …
c# iis-7 uac iis-express elevated-privilegesEverything I've been able to find about escalating to the appropriate privileges for my needs has agreed with my current …
c++ windows uac privileges openprocessHere is the question: Can TortoiseSvn work on Windows 2008 without turning off User Account Control? Here is the story: I …
tortoisesvn windows-server-2008 uacInno Setup installer has the PrivilegesRequired directive that can be used to control, if privileges elevation is required, when installer …
inno-setup uac privileges pascalscript elevated-privileges