04-10-2017 03:42 AM
Hello,
I want to open an exe file in labview. I want it to be opened in cmd which is used as an administrator. I have a program which can open a normal exe files with default cmd prompt but I want to open an exe as an administrator.
04-10-2017 08:35 AM
In Windows 10, when I right click on Labview 2016 and select run as administrator, and then I do a System Exec with ipconfig /registerdns which requires elevation, it works (if I don't run as admin, it asks for elevation). Is that what you are trying to do?