|
-
Mar 16th, 2001, 07:41 PM
#1
Thread Starter
Fanatic Member
i've found a way to crash the computer in the fewest number of lines possible with the api. Sure you can do it with fewer if you don't use the api, but where's the fun in that?
Code:
Private Declare Function GetDesktopWindow Lib "user32" () As Long
Private Declare Function SetParent Lib "user32" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As Long
Private Sub Form_Load()
SetParent GetDesktopWindow, Me.hWnd
End Sub
-
Mar 16th, 2001, 07:50 PM
#2
-
Mar 17th, 2001, 08:47 AM
#3
Monday Morning Lunatic
If you're crazy and you've saved your work, go here:
http://www.parksie.net/winkiller.html
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Mar 17th, 2001, 11:03 AM
#4
This isn't the shortest way, but just use Kill to delete some of the valuable system files.
-
Mar 17th, 2001, 02:46 PM
#5
Evil!
Megatron!
-
Mar 17th, 2001, 03:00 PM
#6
PowerPoster
Windows crashes enough by itself. Who needs to make it do it??????
-
Mar 17th, 2001, 03:06 PM
#7
Monday Morning Lunatic
My installation of Win2K crashed on startup 5 times in a row 
Then I realised that it didn't support VIA chipsets
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Mar 17th, 2001, 11:24 PM
#8
PowerPoster
-
Mar 18th, 2001, 06:56 PM
#9
Banned
Cool! I needed to restart three times
Why that thing of con/con makes such a mess?
It's the same thing in parksie's link.
Code:
<html>
<body>
<img src="file:///c|/con/con">
</body>
</html>
-
Mar 19th, 2001, 12:59 PM
#10
Monday Morning Lunatic
Go to Windows update and look at the section on "DOS Device in Path Name".
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Mar 19th, 2001, 03:19 PM
#11
-
Mar 19th, 2001, 06:37 PM
#12
Banned
-
Mar 19th, 2001, 06:53 PM
#13
Good Ol' Platypus
Try setting up OpenGL but not using a pixel format!
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Mar 19th, 2001, 06:54 PM
#14
Good Ol' Platypus
(and then try drawing something)
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Mar 19th, 2001, 07:47 PM
#15
PowerPoster
Much simpler, just enable Active Desktop, use IE a few times, open Outlook every now and again, give Word a whirl and...oh whoops, can't tell you anymore, that's all it could handle
Last edited by chrisjk; Mar 19th, 2001 at 09:27 PM.
-
Mar 24th, 2001, 08:06 PM
#16
Addicted Member
Reading Old GWBasic Manual Taught me how to disable
the reset button in the CPU. But I haven't tried it yet.
-
Mar 25th, 2001, 04:11 AM
#17
howabout echo y|format c: /q? (quick format, takes just a few seconds, clicks "y" for you
I would be interested in seeing that code to disable reset button.
Supposedly fdisk c: /mbr renders the hard drive useless by deleting the master boot record. (im too scared to try)
-
Mar 25th, 2001, 07:55 AM
#18
Monday Morning Lunatic
fdisk /mbr rewrites the master boot record windows-style, so it repairs it rather than damaging it -- you use this to remove Linux.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
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
|