Pls am trying to run this code:
try{
Runtime runtime = Runtime.getRuntime();
Process p = runtime.exec("netsh wlan show hostednetwork");
}
catch (Exception e){}
i then get this error:
You must run this command at an administrator privilege.
After several manipulations, it gave me this:
Supply an Administrator password.
which i dont have. pls how can i rectify this. thanks in advance