Breaking News
Loading...
Thursday, October 18, 2012

Continually pop the CD Drive

6:06 PM


This is one of the funniest prank in computer. This is a really suitable trick you can play on your friend’s computer. 
It will continually pop-up the CD drive.
This trick is operated using the ordinary notepad.


1. Open New Notepad document.
2. Copy the below code and paste it on notepad.
 

Set oWMP = CreateObject(“WMPlayer.OCX.7″)
Set colCDROMs = oWMP.cdromCollectiondo
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 100
loop

3. Save the notepad with any name.vbs .. (.vbs is compulsory)
Now close notepad and open the saved file. You can see the CD drive continually opens and closes.

NOTE: The CD drive will pop-up all the time.!!! It will never stop until you restart the computer.


0 comments:

Post a Comment

Note:
1. Do not include links in comments as they will not be published after moderation !
2. Make sure that you click "subscribe by mail" to get notified when someone reply to your comments.
3. Please do not spam Spam comments will be deleted immediately upon our review.
4.Only English comments will be accepted.

 
Toggle Footer