uac
windows 7-64bit - win32 api to sacrifice(relegate) administrative privileges for a program
I have a program that creates temporary files. If this program run as administrator with elevated privileges the resulting files cannot be deleted without \"elevated\" privileges, even if the user is[详细]
2023-02-05 10:00 分类:问答UAC thinks my Application is an installer Part 2
I have been trying to deal with the Windows UAC \'feature\' that looks for the word \'setup\' or \'install\' in an application and automatically believes it\'s an installer.[详细]
2023-02-05 08:45 分类:问答How to run another app as administrator on Windows XP
I used开发者_如何学Go the application manifest file as described here to have a part of my application running with elevated privileges (which it needs).[详细]
2023-02-05 07:10 分类:问答Windows UAC, Admin prompt, Run Application with current user rights
I want to use a Application on Windows 7 without Admin priviliges. (Sure for the install process i used Admin priviliges)[详细]
2023-02-05 05:52 分类:问答How do I run a task using schtask with privileges?
I开发者_如何转开发 am trying to do the UAC bypass bug with task scheduler, only instead of using the GUI tool, I am trying to do it with schtasks.exe (the equivalent command-line tool).I managed to do[详细]
2023-02-05 02:17 分类:问答Check if another process has admin privileges in .NET
I\'m looking for a way to check that a remote process has administrator privileges from my (fully managed) code. It\'s safe to assume that my code will run be run with administrator privileges, so I d[详细]
2023-02-04 23:30 分类:问答Python: How to start a process with Administrator Permissions?
I am starting the following script from a Windows 7 command line with administrator permissions: import win32com.client[详细]
2023-02-04 11:06 分类:问答How do I elevate my UAC permissions from Java?
I need to use the systemRoot feature of the Preferences API, but it fails due to lack of permissions on Windows if UAC is on.I\'m trying to fin开发者_如何学编程d the technical details of popping the U[详细]
2023-02-04 10:14 分类:问答UAC elevated, run some not-elevated code
I am running an elevated UAC app. At one point in code, I want to create a file that is available for not-elevated apps. However, I cannot achieve to do this while ele开发者_开发知识库vated.[详细]
2023-02-04 04:20 分类:问答NSIS installer opens up in the background
I have an NSIS installer that requires UAC elevation. When my setup.exe is executed through Chrome or IE, the UAC elevation dialog is displayed, but when the user confirms, Chrome comes back to the fr[详细]
2023-02-03 22:40 分类:问答