I just discovery this option to use ShellExecuteA in Python. Let’s see some example: import ctypes import sys def is_admin(): try: return ctypes.
Source link
I just discovery this option to use ShellExecuteA in Python. Let’s see some example: import ctypes import sys def is_admin(): try: return ctypes.
Source link