window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-54090852-1', { 'optimize_id': 'GTM-M3QPGKQ'}); Punch B Tech: How To Make DVD/CD Drive Constant POP-UP

Saturday, November 30, 2013

How To Make DVD/CD Drive Constant POP-UP

DVD/CD Drive constant POP-Up trick


Here is another magic. 



Open Notepad and copy paste the program written below.

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 the code with .vbs extension. Open the file after closing it. Now you will see your DVD/CD-ROM or DVD/CD-ROMs (if you have multiple) popping out.

No comments: