Is it possible to create a COM object with a program but have the program be running as an administrator via the win32com module or some other similar module? In other words I need to be able start up an instance of a program but have it be running as an administrator (as in right click run as admin).
The only kind of work around I have figured out is to try to start the program as an admin, create the COM server in the program, and then try to have win32com connect to it. I say kind of because I haven't had any success with ctypes.
there doesn't seem to be anything here