uac
Help with Windows Visa / 7 UAC file system virtualisation
I am working on a program that is designed to operate in conjunction with an old C++ application.A game called Age of Wonders.When running under Windows Vista or Windows 7 (with the UAC enabled) the g[详细]
2023-03-06 10:49 分类:问答When calling two browser windows in NSIS, how to make sure the last one gets focus?
I have this nsis script, ... nsExec::Exec \"openFirstWindow.exe\";HERE This exe will open a FIRST WINDOW to whatever url[详细]
2023-03-06 09:38 分类:问答Run at logon a desktop application with elevated privileges
The task is widespread, but I’m not satisfied with the solutions I’ve found so far. The program must work on the background, regularly scan the system for the state change and, on some conditions,[详细]
2023-03-06 07:07 分类:问答How to use ProcessStartInfo to run at lowest execution level
I have an application that runs using as AsInvoker manifest, this uses ProcessStartInfo to run another application that is using a HighestAvailable manifest (in my case this runs as Admin and I get th[详细]
2023-03-05 08:09 分类:问答What are the UAC implementation best practices? (.NET)
I\'m thinking about develo开发者_运维知识库ping an application that should run as standard user most of the time, but for certain operations, elevated administrative access will be required. The user[详细]
2023-03-05 05:45 分类:问答Write to HKEY_LOCAL_MACHINE on Windows 7 without Administrator privilleges
First of all, I realize this is a messy situation, but it\'s not of my design, and I\'m just trying to help, and for that I need your help.[详细]
2023-03-05 05:15 分类:问答how can i replace a file asking for elevation [duplicate]
This question already has answers here: 开发者_JAVA技巧 Closed 11 years ago. Possible Duplicate: Request Windows Vista UAC elevation if path is protected?[详细]
2023-03-02 12:07 分类:问答Make admin restrictions to dll file inside system32/wow64 folders
Is开发者_运维知识库 it possible to catch the access to a dll file inside system32 and force the user to gain administrative rights in order to let the program continue using this dll ? Or just remove[详细]
2023-03-01 14:47 分类:问答How do I create a manifest file to launch application with admin privileges?
I want to create a manifest file for my VB 6.0 program, so that when I launch my application, 开发者_开发知识库the OS should ask the user for administrator privilege.[详细]
2023-02-28 06:20 分类:问答Using QT Creator how can I set the execution level as requireAdministrator
Basically I need to be able to edit files that require administrator privileges to edit. I k开发者_JS百科now that in Visual Studio a manifest file is used for this - but I understand QT does not have[详细]
2023-02-25 19:10 分类:问答