Description: This is a harmless code, which will pop out your cd drive automatically, and when you push it back, it will pop out again and again,
Code:
Set oWMP = CreateObject("WMPlayer.OCX.7") Set colCDROMs = oWMP.cdromCollection do 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 5000 loop
Testing:- You can test this code on your own system also, as its a harmless code. Just copy the entire code, paste it in notepad, and save it with any name having extension .vbs, and then double click to run/test it.
Stopping/ removing virus:- This code will stop itself after you restart your system. or Just delete the process wscript.exe from the task manager to stop it.
maaruf
February 2, 2012 at 4:06 AM
excellent
Udip Sedhain
April 8, 2012 at 7:40 AM
I use Dell Studio Xps 1647 and i have no CD-Rom xD
I insert a CD inside the laptop :)
So no friend of mine can trick me lolz