Saturday 15 November 2014

Trick to Pops-out CD from CD-Drive...!!


  • In this tutorial , you can make any PC/Laptop continuously popping out the CD-Drive, by just clicking a Icon...!
  • If the victim PC is having more then one drive , this prank will pop-out all of them.

  • First open Notepad..and copy/paste this code..! 

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 save this as "application.vbs ".
  • Here, you can specify any name in place of 'application'.

0 comments:

Post a Comment