Try this OUT

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.
0 Responses

Post a Comment