Python Forum
Using python to execute app or cmd that requires admin credentials - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Using python to execute app or cmd that requires admin credentials (/thread-32787.html)



Using python to execute app or cmd that requires admin credentials - thewolf - Mar-05-2021

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?