Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
2 votes
0 answers
109 views

I'm developing an accessibility application using Python and Tkinter where I need to use PyInstaller's --uac-uiaccess flag to ensure proper access to UI automation features. The Problem When I compile ...
1 vote
1 answer
177 views

I am working on a program for doing post-imaging tasks on Windows computers. Several of the things it needs to do require running subprocesses as admin. It seems like there are solutions for Linux and ...
0 votes
0 answers
144 views

I'm developing a process monitoring program that identifies processes requiring elevation. My current approach involves: GUI Thread to handle the user interface. Monitoring Thread utilises Event ...
Eviatar's user avatar
  • 363
1 vote
1 answer
173 views

An GUI application I wrote executes elevated diskpart /s some_script. This works fine except for the fact that a terminal window is popping open showing the execution of diskpart. I wonder if there ...
0 votes
1 answer
154 views

I've created a PowerShell script to clean endpoint devices joined to Entra, but I'm encountering issues with streamlining the UAC credential entry for admin processes like DISM. Running the script as ...
MrDarcy's user avatar
1 vote
0 answers
180 views

I have installed Visual Basic 6 on Windows 11 and want to use it from a script to compile several programs. The annoyance is that VB6.exe is treated as an app from an unknown publisher and every time ...
mordnis's user avatar
  • 11
3 votes
1 answer
380 views

I'm working on a C++ program to track newly launched processes using the Toolhelp32Snapshot API. Here's the relevant code snippet: std::optional<Process> getNewProcess() { static DWORD ...
Eviatar's user avatar
  • 363
0 votes
1 answer
88 views

I know this is super esoteric but here goes: I've just recently ported a vs2008 app to vs2022. As part of this process I'm cleaning up our various UAC issues so the application can be run properly by ...
KokoCa's user avatar
  • 241
-1 votes
1 answer
81 views

When I manually execute the Windows installer for Anaconda to install it for "All Users (required admin privileges)", the following parameters are specified by the manufacturer: /UAC:301B0 /...
Lenz's user avatar
  • 11
0 votes
1 answer
107 views

To make my Python code relaunch with admin privileges: import sys import os from win32comext.shell import shell asadmin = 'asadmin' if sys.argv[-1] != asadmin: script = os.path.abspath(sys.argv[0])...
1 vote
0 answers
143 views

I have the same problem as the following questions, i.e. wix created, and signed msi installer is displaying its random name while in UAC. BUT I am not using the SignTool to sign, rather the Set-...
-1 votes
1 answer
113 views

After many days of searching, I couldn't find the answer anywhere. I've created a Windows Forms app in Visual Studio 2022. I have an icon that scales correctly when I zoom in folder view. Now, my app ...
2 votes
0 answers
49 views

I'm creating a custom WPF .NET 8 installer for an app we're deploying. The app itself won't require admin rights to run, but the installer needs permission to write to Program Files. According to lots1...
Artur S.'s user avatar
  • 354
1 vote
0 answers
56 views

I'm trying to create app that needs files from local appdata and I edit it for app, so I copy it to temp folder. C# can't copy it because "Acces denied". I've already tried to create ...
0 votes
1 answer
116 views

I have a SFX zip with files and a batch inside that auto-starts after extraction. The batch starts by attempting to elevate priviliges to the batch using the get admin code below. Works fine, have ...
Tika9o9's user avatar
  • 435

15 30 50 per page
1
2 3 4 5
...
97

AltStyle によって変換されたページ (->オリジナル) /