uac
Requesting administrator privileges at run time
Is it possible to get a C++ application running in Windows to request administrator privileges from the operating system at run time?[详细]
2023-03-14 11:27 分类:问答Installing service with command script fails in Windows 7
I need to automate the installation of a service so i wrote a simple command script. My command script copies two executables and runs an install command on the service executable. It works fine in XP[详细]
2023-03-14 04:17 分类:问答Giving application elevated UAC
I have an application which needs the UAC elevation. I have the code which lets me give that but the application opens twice and that\'s an issue.[详细]
2023-03-13 23:40 分类:问答Authenticate as administrator?
I\'m developing an installer, and I would like to write to a folder accessible only to administrators. So, I need to displa开发者_如何学Pythony the UAC dialog and authenticate as an administrator. I k[详细]
2023-03-13 20:55 分类:问答Inno Setup: How to get current user directory when running installer as admin?
I need t开发者_JAVA技巧o write a ini file to the current user\'s directory in Windows 7 (C:\\Users\\CurUser). CurUser is not an admin. My installer requires admin privileges. So my setup looks like th[详细]
2023-03-13 08:08 分类:问答Creating folders in UAC-protected areas
I have an application which needs to be able to create folders in UAC-protected directories semi-automatically (the user will be there to approve the UAC notice, but I don\'t want to ask them to go do[详细]
2023-03-13 04:25 分类:问答Powershell Start-job new window run as administrator
I have script which write some COMMAND to another script and start them in new window with Start-Job command (I really need that). $cred is credential of local administrator. Main script started from[详细]
2023-03-12 23:33 分类:问答Emacs on Window 7 saving files to VirtualStore directory
I\'ve recently installed ClojureBox on a Windows 7 machine after using it on a different, XP machine for a while.When I created and saved a file, it wasn\'t being saved where I expected, but to the \\[详细]
2023-03-12 06:28 分类:问答Looking for Delphi 7 code to detect if a program is started with administrator rights?
I am look开发者_StackOverflowing for working (obviously) Delphi 7 code so I can check whether my program is started with administrator rights.[详细]
2023-03-11 23:12 分类:问答How to run a program as elevated in Windows 7?
I created an application in Excel VBA that needs to run a batch file out of script and I was wondering how I can elevate all开发者_StackOverflow社区 the processes that the process creates. Please I ne[详细]
2023-03-11 02:46 分类:问答