UACbypass running command as Administrator and get output in Python

17 Views Asked by At

Is there any way to use uacbypass and run the command as Administrator also get the output in Python? Just run the command as Administrator without uac screen and get the output

What I expect:

run(CMD):
    # run the command as administrator
    return output
0

There are 0 best solutions below