I am using python pywin32(win32gui), I got the application window running with administrator privileges , Want to close it or operate it with a program , But the report is wrong “ Access denied ”.
Only the window with administrator permission will report this error , No other ordinary windows can be operated .
I want to know how to use pywin32 Operate on the window run by the administrator .