This tag is used for questions concerning the User Account Control (UAC) security feature of Windows Vista and Windows 7.

learn more… | top users | synonyms

0
votes
1answer
8 views

how important is the timestamp property of a certificate

i posted a question yesterday, trying to resolve an issue while signing an EXE file. how to correctly sign an executable following the solution suggested was helpful, except that i didn't use any ...
0
votes
1answer
25 views

how to correctly sign an executable

So i made a little tool, a console application, that when running on Win7 brings the security box (UAC). i tried to sign this EXE file in VS 2010 using the following steps: 1- project properties 2- ...
0
votes
2answers
62 views

Impersonation against UAC setting password in code

Is it possible to impersonate an administrator in Vista/Windows 7 setting user name, login and password in the code? My scenario: A lot of users (without local admin rigths) will execute a C# ...
1
vote
2answers
20 views

What makes c:\Program Files UAC-protected?

I know that c:\Program Files is UAC-protected, and if I allow a user to install to d:\Program Files, this is not, by default, UAC protected. What makes c:\Program Files UAC protected other then the ...
0
votes
2answers
102 views

Run application bypassing UAC

I have to run exe file from my WPF application, but it still asking about that do I really want to open it. System.Diagnostics.Process.Start("fileToOpen.exe", "par1 par2"); Is there any way to ...
0
votes
1answer
18 views

Does Extended Validation Code Signing certificate helps avoid Windows UAC popup window

The questions relates to Windows 7 and up. So far I signed my code with a regular code signing certificate. My application requires admin privileges since it uses raw sockets. Upon application start ...
1
vote
1answer
28 views

ASP.NET Impersonation with Elevation

I have an ASP.NET application configured via web.config to use impersonation like this: <system.web> <identity impersonate="true" /> <authentication mode="Windows" /> ...
0
votes
0answers
18 views

QDesktopServices::storageLocation returns admin folder after elevating program

parts of my application suite (client + updater) needs administrator rights for correct behaviour. My client application uses QDesktopServices::storageLocation() in various places to get the correct ...
-1
votes
1answer
70 views

Why does Administrator rights not allow me to disable UAC programatically?

I am trying to make a program that does basic check to make a hack work. The hack injects code, and needs to make sure UAC is disabled. Is there a special way i have to do it with windows 8? ...
4
votes
1answer
76 views

Don't catch manifest file

My program should run as administrator. Two years ago, I create a manifest file and it works fine. But now, I transfer from Delphi 2010 to Delphi XE3 and it doesn’t work – program start as usual (not ...
0
votes
0answers
19 views

VB.net ClickOnce permissions still blocking drag and drop between applications

I've developed an app and was about to release it when I discovered that it works perfectly when run from within Visual Studio but it doesn't behave when I copy the executable to another folder. When ...
0
votes
1answer
18 views

UAC impersonation and unit tests

I have some setup functions that require admin privileges the results of which are consumed by another application that does not run elevated. So for my unit tests to really reflect reality I need to ...
0
votes
1answer
45 views

Does a standard user has write-access to create folder in c:\ drive so that user can create or write file inside it?

In Windows 7, Windows Vista and Windows XP, Does a standard user has write-access to create folder in c:\ drive so that user can create or write file inside it?
0
votes
1answer
30 views

How to avoid UAC in second run of program?

I've written a C# application which adds to autorun on first launch. But I have a problem: when autorun starts the program, UAC displays a warning like this: How can I prevent this?
0
votes
1answer
40 views

Get all files on UAC protected directory [duplicate]

I'm a beginner in C# and I want to get all files and directory in Documents and Setting or Desktop folder etc. I've been trying to disable my UAC on my computer but it doesn't work, I also tried to ...
0
votes
1answer
45 views

cannot use class QProcess in qt on windows 7

I just used QProcess to execute a exe file in qt on windows XP. It works normally, while not on windows 7. I think it's obviously because of the UAC issue on windows 7(or windows VISTA). Does anyone ...
0
votes
1answer
70 views

|ProgramFilesFolder| evaluates to AppData\Local\Programs\

I am implementing a single package that support both Per-User & Per-Machine installation in WiX using WixUI_Advanced. When I select Install for all users on this machine - [ProgamFilesFolder] ...
2
votes
1answer
159 views

Unable to read 64 bit registry key on Windows 7

I'm having an issue with the following bit of code that attempts to read a registry key but fails. The specific error is: "System.NullReferenceException: Object reference not set to an instance of an ...
1
vote
1answer
42 views

Removing Administrator Privilages from Process

With the help of this great MSDN article, my first idea was to simply check if the process is using an elevated Administrator group, and using AdjustTokenGroups() I would set the Administrator group ...
0
votes
1answer
31 views

Cant access remote share in explorer if software is elevated uac (c++)

I have a problem to access network share drives mapped in explorer from my software if it runs with administrator rights. If I disable UAC it runs well, so I can enumerate all network drives mapped ...
0
votes
1answer
28 views

SetVolumeLabel function getting failed due to access denied error on Windows 7

SetVolumeLabel function getting failed due to access denied error on Windows 7. Same function works fine on Windows XP. Any idea why this problem is coming on Windows 7 and not on XP. Any help ...
0
votes
1answer
123 views

How do I install a program to users' desktops?

I am trying to create an installer for an app I have built. I am having trouble when trying to copy the program to users' desktops: When copying the program, I get an error: System Error. Code: 5. ...
1
vote
2answers
49 views

How-To install a service on Windows to be managed by any user

I am looking forward to install a service on Windows (Windows 7 / Windows 8). Though the service would be initially installed by "administrator", but it should be installed in such a fashion that any ...
2
votes
2answers
85 views

System-wide setting in Windows 7 and 8 - Registry is no longer useful?

I want to track a setting system-wide on the target machine- it is a run time counter that keeps track of how many times my client runs my software. I decided to put this value in the registry, but I ...
0
votes
1answer
161 views

Inno Setup silent install UAC

I am trying to construct a silent install using Inno Setup. I am using the /SILENT and /VERYSILENT command parameters, and everything works fine, except for the UAC window popping up at the start. ...
2
votes
1answer
85 views

Launching an application from Window service in C#

I am trying to launch an application from a Windows service running on LocalSystem account. I am able to launch the application but it asks for UAC to run. Is it possible to launch an application ...
0
votes
1answer
44 views

.net powerpoint application cant save

I wasn't sure how to formulate my title so sorry if it wasn't clear enough :) The purpose of my application (price offers) is quite simple: You write all client coordinates in a textbox The mail ...
0
votes
0answers
28 views

Syslog4j client and UAC on Windows 2008 server

I want to read file from Windows 2008 server and send it to the syslog server. The problem is that the code is denied access to the file even though the user can access the file directly. As per the ...
0
votes
1answer
138 views

VB.NET Programmatically login as Administrator

I'm facing a problem kinda hard to solve, I already read a lot of questions about the Administrators Rights .NET app but is almost all about the UAC popup message to login as Admin. What I want is: ...
1
vote
3answers
189 views

App is unable to write to the registry, even though the user has administrative privileges

I am using Visual Studio 2010, and I'm writing a program that needs to set (and read) new registry values under HKLM\Software\myapp The program is .NET 2.0-based and as for now it runs on Windows 7 ...
0
votes
1answer
233 views

Displaying animated GIF in VB6 Form requires Admin privileges with UAC

I added an activeX control that allows me to display an animated gif on a visual basic 6 form to show an ajax style progress spinner. When I run this application on Windows 8 Pro x64, the spinner ...
1
vote
0answers
26 views

svn+ssh, pageant and AUC administrator privilidges

I'm facing a strange problem using svn+ssh and pageant. My system (W7 x64) is configured using maximum UAC protection. Case 1 - Starting pageant and adding my keys. - Accessing svn archives using ...
0
votes
2answers
234 views

Windows batch script - requesting UAC admin rights in a log-friendly way

I'm requesting admin with the following in a batch script: : BatchGotAdmin REM --> Check for permissions >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" ...
0
votes
0answers
93 views

Wix Installer that autostarts exe as admin on winstartup without showing the admin prompt

I am making an auto font installer, and got some issues making the setup, first some info about the app. The app is scan a dir (her download dir) every 1 sec. If there are new font files, then I copy ...
0
votes
0answers
108 views

Getting permission denied: GetObject error when running the .bat file as an Administrator in Windows 2008 R2

I am logging in to Windows 2008 R2 DC using built-in Administrator account. In this Windows 2008 R2 machine the UAC level is Always notify. I have folder named 'IIS7_Script' in which one .bat file, ...
1
vote
2answers
131 views

Start process as limited user from elevated script

I have an elevated console running some bat files. Having this console running in elevated mode is mandatory for it to be able to perform some tasks like managing network shares, etc without asking ...
0
votes
0answers
30 views

Run two instances of installer, one as admin the other as user

This question is close to my own: How to Launch an Exe at User Level from a Higher Level My installer runs elevated ( manifest file- "requireAdministrator" ). I want to launch another instance ...
0
votes
1answer
162 views

Why is SetWindowPos failing to bring windows to the front of the z-order when I have UIAccess rights? (Windows 7)

I am having trouble with SetWindowPos failing to bring windows of external processes to the top of the z-order reliably. I am able to bring windows to the front like: ...
0
votes
3answers
130 views

runing console app as always as administrator

i have a console application that was developed to be called by a erp software. They call my app inside the erp and when they do it, i always get errors related to the insufficient permission to do ...
1
vote
0answers
148 views

“Win32Exception: The directory name is invalid” Impersonation & UAC

I have written a program that needs to be run elevated to invoke two methods of a WMI object. Works like a charm if run by an user from the administrators group in "elevated mode". But now the problem ...
0
votes
0answers
18 views

What directories are there other than the temp folder(in appdata)?

Are there directories other than appdata that I can drop files to without UAC privileges?Or is the AppData place the only location?
0
votes
1answer
209 views

Batch file - Run as administrator, if not delete batch file?

Hi I have made a batch file which I need to run as administrator. For that purpose I use this script, which I took from here (StackOverflow). But what I want, is if the user choose not to run as ...
0
votes
2answers
274 views

Inno Setup Creating a shortcut to a HTA with administrative rights

I'm using Inno Setup to create a desktop shortcut that opens an HTA file saved in Program Files on Windows 7. This HTA file calls an external exe file that needs to run as administrator. So, to do ...
0
votes
0answers
35 views

Win7 UAC Keep Poping up after adding manifest

VS2008 C# winforms with deployment project. I need to access registry to store settings. but to do that I need to add an external manifest to the project. Without the manifest included the application ...
0
votes
1answer
186 views

How to bypass UAC check in an MFC app without modifying system registry ?

http://msdn.microsoft.com/en-us/library/bb384691.aspx is not really helping. Visual Studio enviroment settings isn't making any difference.
2
votes
0answers
371 views

Cannot read a registry value in Windows 8

I have following C# code, which reads the UAC state from registry in Windows 7 object obj = ...
1
vote
1answer
140 views

How to click Yes on UAC on CMD Admin?

How can I click the Yes button on the cmd-admin mode using Java code? I just used the code below to automatically opens the cmd admin using the shortcut button (admin enabled): Runtime rt = ...
2
votes
2answers
202 views

Install a Apache/MySQL/PHP web application locally

We have a web application that is based on Apache, MySQL and PHP. I want to make that available as a desktop application for windows also, installed via MSI. A small .NET application starts a modified ...
-4
votes
2answers
446 views

Selectively disabling UAC for specific programs on Windows Programatically

There are dozens of posts questions/answers on stack and other forums about disabling/bypassing/suppressing UAC. There are solutions as well. But progmatically perhaps not. I could see only one ...
0
votes
1answer
151 views

run as admin from command line

To help my computer boot faster, I created a simple batch file that will open the programs I want, rather than do it all on startup, when I sometimes don't want them to. @ECHO OFF cd ...

1 2 3 4 5 17