|
-
Jun 27th, 2007, 12:16 PM
#1
Thread Starter
New Member
Code to Log-out Windows??
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");
-
Jun 27th, 2007, 12:37 PM
#2
Thread Starter
New Member
-
Jun 27th, 2007, 12:41 PM
#3
Re: Code to Log-out Windows??
Please mark the thread resolved if your problem is solved
You can do this from the "Thread Tools" menu
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|