Tuesday, 14 August 2012

Continuously pop up dvd drive


continuously pop up dvd drive

open the notepad and copy this code and save it as Anyfile name.vbs



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

now open the file and see your dvd drive will open continously until u mange to  end process .


0 comments:

Post a Comment