Results 1 to 3 of 3

Thread: Code to Log-out Windows??

  1. #1

    Thread Starter
    New Member raggy_man's Avatar
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    12

    Post 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");

  2. #2

    Thread Starter
    New Member raggy_man's Avatar
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    12

    Re: Code to Log-out Windows??

    ok ok....got it....just replace -s or -r with -l.....

  3. #3
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    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
  •  



Click Here to Expand Forum to Full Width