I am writing a pyqt application which require to execute admin task. I would prefer to start my script with elevate privilege. I am aware that this question is asked many ti
I found a very easy solution to this problem.
python.exeC:\xxx\...\python.exe your_script.pyI'm not sure whether the spells of these options are right, since I'm using Chinese version of Windows.