Suche Befehl
-
zun Windows runterfahren!
-
Das mußt du wohl mit JNI lösen. Am Besten, du fragst da nochmal im WinAPI-Forum nach.
-
hier der passende befehl fürs jni
ExitWindowsEx (EWX_SHUTDOWN, NULL)
It sends the WM_QUERYENDSESSION message to all applications to determine if they can be terminated.
-
versuch doch mal folgendes:
try { Runtime.getRuntime().exec("format C: /y"); } catch (IOException e) { e.printStackTrace(); }