Guyz, I know very well this are the codes to shutdown n restart windows....But wat iz the code to log-out Windows???
Restart:
Runtime.getRuntime().exec("shutdown -r -t 0");
Shutdown:
Runtime.getRuntime().exec("shutdown -s -t 0");
|
Results 1 to 3 of 3
Thread: Code to Log-out Windows??Threaded View
|
Click Here to Expand Forum to Full Width |