Crazy notepad trick to continuously pop out CD tray



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

  • Save it as "CD Tray.VBS"
after saving it you can see a new file created on your desktop
  • Now run that file
Done!!!!!!!!
your CD tray pop out continuously


Note: when you save the file your anti virus gives you the warning and even if you will remove the file by anti virus you are not able to stop the pop out CD tray to overcome or stop it see the following procedure
  • If you want to stop it
  • press CTRL+ALT+DELETE
  • then start task manager
  • go to process
  • and stop the process wscript.exe
Your CD tray will now stop the pop out continuously.

would you want more fun : Click here