Friday, 21 August 2015

MAKE CD DRIVE OPEN & CLOSE AGAIN AND AGAIN

This notepad prank will make your CD drive open and close again and again continually. To use this notepad trick, use these following steps: 1. Open Notepad 2. Enter following command: 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. Save your notepad file as cdopen.vbs 4. Now, open cdopen.vbs and it will start the process to continuously open and close CD drive. To stop the process, open Task Manager by pressing Alt+Ctrl+Del and stop cdopen.vbs process. By.Vikas

No comments:

Post a Comment