Monday 24 November 2014

Eject Your CD-DVD Drives... Infinitely

Your Eject CD-DVD Drives ... infinitely


Enough of Computer Tricks here ...  
Hm ... lets try some  Pranks on the  Novice  and  Rookies .. what say?
So ... here comes my another Exclusive ...! 

Eject your drives in and out infinitely ...

A simle  VB Script  will serve the purpose ...... !!!

Do the following:
** Go to  Start  >> Run 
** Type Notepad and hit Enter   
** Now in Notepad type:  

Set oWMP = CreateObject ("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count> = 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item (i) .Eject
Next 'cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item (i) .Eject
Next 'cdrom
loop
End If

** Go to  File  >> Save As ... 
** Type Eject .vbs file and click Save   

How to use:
$ Just Double Click the saved file! ( Eject.vbs )   

How To Stop :
$ First Way:
Restart the  Com puter ...  and this will  sto p  the scri pt
$ Second Way:
O pen  Task Manager  and in  processes search for wscri   pt.exe  and click

No comments:

Post a Comment