|
-
Jan 25th, 2000, 01:54 AM
#1
Thread Starter
Hyperactive Member
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
-
Jan 25th, 2000, 02:21 AM
#2
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|