Description: This vbs file will continually open your CD drive
1. Go into notepad
2. Type the text below
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
3. Save it as cdopen.vbs
---------------------------------------------TRY THIS AT YOUR OWN RISK-------------------------------
1. Go into notepad
2. Type the text below
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
3. Save it as cdopen.vbs
---------------------------------------------TRY THIS AT YOUR OWN RISK-------------------------------
No comments:
Post a Comment