PDA

Click to See Complete Forum and Search --> : Very fast windows shutdown?


rino_2
Jan 25th, 2000, 12:54 AM
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

David Richardson
Jan 25th, 2000, 01:21 AM
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