Relative Content

Tag Archive for pythonpython-3.xwindowsapplication-restartadmin-rights

Python code restarts with different version

The problem is whenever I’m trying to restart my code with admin rights, it starts with python 3.7. Basically I just want to access admin rights not switching any versions. But according to my arguments and prints that I made, it should be python 3.12, which I currently use. I’ve tried using pyuac and some others options but it still has same result.