uac
Updates made to application config are only being read correctly in Windows 7 when the application runs as Administrator
We have an application that was built for the Windows Mobile and Windows platforms, using Visual Studio 2005. We have both versions of this application developed using a single code base to try and re[详细]
2023-04-01 14:35 分类:问答Java CreateProcess Error in Windows 7 UAC
I\'m not able to programatically launch an Exe on a Windows 7 64-bit workstation. If UAC is off then the Exe will be launched from the bean. If UAC is on then the java console reports CreateProcess er[详细]
2023-04-01 07:06 分类:问答Can I determine if Matlab is running as with elevated privileges in Windows?
I would like to detect if the current Matlab session is running with elevated privileges (i.e. the user started it with \"Run as Administrator\") under Windows. Ideally the solution would work on XP a[详细]
2023-04-01 06:59 分类:问答Can I stop an executable from requesting UAC elevation?
I have an installer I\'d like to run from a script.The installer requests UAC elevation but it doesn\'t need elevation because I\'m installing to a user directory.Is there some way to run the installe[详细]
2023-03-29 02:23 分类:问答Using UAC elevation for executing several installers
I am trying to determine the correct way to use UAC elevation in the following situation: I have a c# app which runs in the systemtray and installs other programs. While my app itself only does stuff[详细]
2023-03-28 00:55 分类:问答Bypassing elevation when launching a new process
OK, here\'s my problem: I\'m trying to launch a third-party application.This application is apparently configured to require elevation, presumably via an embedded manifest.My program is running in the[详细]
2023-03-27 12:33 分类:问答Problem writing to users AppData directory
My application writes to the registry in HKEY_LOCAL_MACHINE, so I use a manifest file to utilize the UAC functionality. Though when I write data to the users AppData folder (after the UAC dialog promp[详细]
2023-03-27 07:47 分类:问答Delphi Administrator rights D7 W7 [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Delphi: Prompt for UAC elevation when needed[详细]
2023-03-26 07:13 分类:问答How can I read a HKEY_LOCAL_MACHINE\Software\MyApp key that have been created under a StdUser Level?
I have a C++ Win32 DLL, called by a application that is running 开发者_Go百科in requestedExecutionLevel of requireAdministrator in Windows7.[详细]
2023-03-26 06:04 分类:问答NSIS, run one action as administator
I have an installation that require only user privilegies, but this installation should remove previous files or call uninstaller if it exists[详细]
2023-03-24 01:16 分类:问答