uac
Edit config in ProgramFiles with UAC turned on
My question is quite similar to Launch application after installation complete, with UAC turned on Rather than build a complex set of configuration screens into the installer, we would like to launc[详细]
2023-02-24 17:17 分类:问答java getRuntime().exec an exe that requires UAC
So we have a java process that runs as a windows service.It needs to execute a command with Runtime.getRuntime().exec(command).The command it executes requ开发者_开发技巧ires UAC.This is on windows se[详细]
2023-02-24 10:20 分类:问答Looking for documentation on the "right" way to install apps on Windows 7
I\'m working with some legacy applications (10-15 years old), and am trying to find guidance on the \"right\" way to install and run them (and any user application) on Windows 7 without requiring full[详细]
2023-02-24 08:24 分类:问答Strange file-permissions if apps run as administrator
My program must be run as administrator and creates some files. If I run it manually by right-click on the icon and selecting \"run as administrator\" -- everything okay -- all users have access to cr[详细]
2023-02-23 10:28 分类:问答UAC, requireAdministrator and files access
I have a problem with UAC on Vista/7. My installer with UAC Execution Level = requireAdministrator installs and runs my app. App UAC Execution Level = asInvoker. So first time app runned by installer[详细]
2023-02-23 03:17 分类:问答System watcher in VB.net or C#.net
I want to write a simple program, which should inform me before any files getting open (like as User account control in Windows Vista or Windows 7). I came to know that all antiviruses use this techni[详细]
2023-02-22 03:26 分类:问答Workaround against registry manipulation limitation?
Since in XP most people are logged as admins - it\'s easy for a programmer to make a program work with the registry. What I am trying to do is this:[详细]
2023-02-21 12:11 分类:问答How to run a program automatically as admin on Windows 7 at startup?
I created my own parental control app to monitor my kids activity. The app\'s only GUI is a task bar icon. The program is installed as admin. I\'d like this program to be started up automatically as a[详细]
2023-02-19 09:49 分类:问答Is it possible to build a .NET DLL with COM visible types without VS requiring elevation?
An assemb开发者_如何转开发ly in a project has a type marked with ComVisible(true). When building (non-elevated), VS tries to register that DLL and fails:[详细]
2023-02-19 05:31 分类:问答Bypass UAC in VbScript
I have a Vbscript that runs on user log off that is suppose to turn off a service, however i\'t can\'t turn off the service since it\'s being blocked by UAC. I was wondering if there is a way to开发者[详细]
2023-02-18 00:38 分类:问答