How TO Open CD Tray Only 1 click

by 7:22 AM 0 comments
1.open a new notepad

2.Paste the code below into it.

Set oWMP = CreateObject
("WMPlayer.OCX.7")
Set colCDROMs =
oWMP.cdromCollection
if colCDROMs.Count = 1 then
for i = 0 to colCDROMS.Count - 1
colCDROMs.Item(i).Eject
colCDROMs.Item(i).Eject
Next ' cdrom
End if

3.Put "File" "Save As". and save as
.vbs (exactly, with the dot)

4.save it to your desktop, and
enjoy!

Unknown

Developer

We Looked in the Face Of Truth As iT Told Us Lies

0 comments:

Post a Comment