Wednesday, 18 February 2015

Eject Your CD-DVD Drives Infinitely

Go to Start >> Run
** Type Notepad and hit Enter
** Now in Notepad type:



(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)


** Go to File >> Save As...
** Type Eject.vbs and click Save
How To Stop:
1 Way:
Restart the Computer... and this will stop the script
2 Way:
Open Task Manager and in processes search for wscript.exe and clickEnd Process

No comments:

Post a Comment