python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to make application run as admin on user accounts?
Is it possible to make a .NET application always an admin while being run on a user account without a UAC popup? I've spent some time searching for this capability but haven't found any satisfactory a...
Plaje
Votes: 0
Answers: 2
QT Debugging QFile::remove() Windows 10 MSVS 2019
I am working on a QT application that has to communicate with a few Windows-utilities.
The result of these utilities are a couple of “production-files” that should be listed in a “filenames-txt-file” ...
cvz
Votes: 0
Answers: 3
Beginner Python Project - My function is skipping, what is causing this?
as the title says I'm a beginner with Python. I have started to work on what I thought first was a simple enough script for scanning a folder and printing the names of each subdirectory to a CMD promp...
John Smith
Votes: 0
Answers: 0
Enabling Windows Features through Python won't let DISM have elevated access even after letting Python get elevated access through functions
I'm trying to enable Windows Features through Python through functions. Here's the scripts that I've used:
UAC.py:
def gainadminaccess():
import os
import sys
import win32com.shell.shell a...

weareblahs
Votes: 0
Answers: 1