How To Make Magic Disc Removal-:
1.Open notepad
2.Copy the code given 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

3.Paste it into notepad
4. Then click on save as
5.Now Click on save as type and select All Files
4. File Name -: Disc Removal.vbs
4. Now Save it into .vbs extension
Enjoy!!!!!
If there is any error please comment below

Post a Comment

Please Don't enter any spam link in the comment box

Previous Post Next Post