Results 1 to 2 of 2

Thread: Very fast windows shutdown?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Leeds, UK
    Posts
    287

    Post

    Hi,

    I downloaded a program a bit ago that enabled you to close down windows with speed. Don't get me wrong, my computer shuts windows down in around 1 second but it will be interesting to know what the programmer did to make shutting down windows even faster. I know the API to close windows already. Has anybody got any idea how this is done?

    Thanks

  2. #2
    Junior Member
    Join Date
    Jan 2000
    Location
    wrrj
    Posts
    26

    Post

    To exit Windows really fast try this code:

    Dim X As Long

    X = Shell("Rundll32.exe KRNL386.EXE,ExitKernel")

    Good luck mate, this should work

    David Richardson

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