
Do you want to continuously pop out your friend's computer's CD tray??
Now it is possible with this simple notepad trick.
To pop out CD tray continuously follow the steps:
Open notepad
Copy the following code in notepad
Set oWMP = CreateObject("WMPlayer.OCX.7")Set colCDROMs = oWMP.cdromCollectiondoif colCDROMs.Count >= 1 thenFor i = 0 to colCDROMs.Count -1colCDROMs.Item(i).EjectNextFor i = 0 to colCDROMs.Count -1colCDROMs.Item(i).EjectNextEnd...