unplug all third party external peripherals, ie your USB devices and see if it still happens. Also unplug your keyboard, stuck keys can cause weird things
wow, i feel dumb. i found a "cd tray open.bat" file as a startup program. i have to admit, it was a good prank. now to think of something to do to my bro's pc, hmmmmmmm..
Sweeet, wish I had a brother like thatwhat was the script? I'm so doing it to my friend. Hope this is not counted as "hacking" or something against the forum rules
![]()
i wouldnt consider it hacking cause its not malicious or destroying anything. anyway heres the script(just save it as whatever.VBS)
do
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If
loop
^^ all you do is open notepad, paster that in, then save it as cdopen.VBS
best way would be to put it in some random folder and make the windows media player shortcut lead to it instead of the actual windows media player file
it was just in a folder inside my documents, im not sure how he got it to run at windows startup and he wont tell me, but im thinking of throwing a fork bomb on his pc once i find out how to get it to be a startup program
EDIT: he put it here
C:\Users\(User-Name)\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
also, the fork bomb batch file is ready, just gotta wait for him to leave his room for about 5 minutes.