Try this out on anyone computer:
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
Copy the code in red and save it in a notepad file with anyname.vbs
Note:
This would open and close your CD- Rom(s) till you dont shutdown your computer or either restart it.
It is not a virus just a spyware a bug.
January 10, 2011
Subscribe to:
Post Comments (Atom)
nice man, thanks a lot
ReplyDelete