Seite 1 von 1

How to run python scripts as an administrator in Windows?

Verfasst: Donnerstag 10. Oktober 2013, 15:45
von fox12345
I want to run python script with administrator privilege at any windows(xp/win7/win8) 32 and 64. :D
So how to do it? help me

Re: How to run python scripts as an administrator in Windows

Verfasst: Donnerstag 10. Oktober 2013, 18:23
von Hyperion
You could just open a shell (like the Powershell) with administrator privileges und start the script from within ;-)