This trick will make your CD drive open and close again and again. Your CD drive will open and close continually.
Read : How to uninstall programs using cmd
Follow the below steps to use this notepad trick.
Step 1. Open notepad.
Step 2. Paste the below code in the notepad.
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
Step 3. Save the file as name.vbs.
You can replace name with the name you like.
Step 4. Open the file, it will start the process to open and close the drive continually.
To stop the process, close the wscript.exe file from task manager.
No comments:
Post a Comment