Python Forum

Full Version: Using python to execute app or cmd that requires admin credentials
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey everyone I want to make a small python app that a user can run and it would run the windows 10 network reset function and automatically enter the local admin credentials in the UAC prompt for them. Our users do not have local admin access.

First is this possible? Second what packages can I use to accomplish this possibly?