| Author |
Windows : Running netsh command as an administrator
|
akash mahakode
Greenhorn
Joined: Apr 30, 2007
Posts: 1
|
|
Hi Experts,
I want to run "netsh" command on windows 7 with some parameters. It requires administrator privileges. This can be achieved either by launching "cmd"as an administrator.
But I want run "netsh" command as Runtime.getRuntime.exec("cmd /c netsh"); with administrator privileges.
Please guide me to achieve this.
Thanks,
Akki
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Instead of using cmd, use runas. Run runas /? to see the options.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: Windows : Running netsh command as an administrator
|
|
|