try{Runtime.getRuntime().exec("Shutdown.exe -s -t 30");}catch (Exception e){System.out.println(e.getMessage());}