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.
This question applies to Windows Vista! I have an application which normally works without administrative privileges. There is one activity …
c# .net windows-vista uac privilegesFrom an application that is not being run as administrator, I have the following code: ProcessStartInfo proc = new ProcessStartInfo(); proc.…
c# uac runas processstartinfoIs it possible to get a C++ application running in Windows to request administrator privileges from the operating system at …
c++ windows uacI have a batch file which is in a directory and must be run from there as well because it …
windows windows-vista batch-file directory uacI have a product setup executable that copies some files to the user's hard drive. It's not a typical installer …
windows-installer installation uac windows-appcompat-platformI have an application that needs to detect whether or not it is running with elevated privileges or not. I …
c# .net windows-vista uac user-accountsI recently updated my Visual Basic 6.0 application and now include an exe.manifest file to prevent UAC Virtualization. After applying …
windows-vista uacOK here is my issue: I am trying to run a script remotely on a server. I am an administrator …
powershell uac appcmd invoke-commandI've been stuck on this for a few hours until I've finally managed to do it. There are already links …
c++ winapi uac shellexecute createprocess