Hi, I need to perform some adminstrative tasks in win 7 by using cmd.exe,
but some of them need admin right (e.g netsh interface ipv4 set subinterface).
The following code don't work,since it do not have admin right
#include <Process.au3>
_RunDos("netsh interface ipv4 set subinterface")
so how can I run the cmd with admin right.