I want to open a ".exe" extention file in windows OS 8.1 . It requires User Account Control to open the file. Is it possible to always allow python script to open exe file without UAC.
In pywinauto, i am getting the following error:--
File "C:\Python27\lib\site-packages\pywinauto\application.py", line 997, in start
raise AppStartError(message)
pywinauto.application.AppStartError: Could not create the process "testfile.exe"
Error returned by CreateProcess: (740, 'CreateProcess', 'The requested operation requires elevation.')