-
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
-
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