Wednesday, June 13, 2012

Virus Which Will Open and Close Your DVD-Rom

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