It will continuously open CD drive. it will be unstoppable but its for only xp and 7
Open note pad, copy paste the code, and save it as .bat
Code:-
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 100
loop
Its very simple, its a loop which will make CD drive to open unlimited time but it only works with older version of windows player, the version which is available in Xp and 7
Note:- just restart ur pc to solve the issue
0 comments:
Post a Comment
Note: Use other Browsers such as Chrome, Firefox, etc. except Opera to make comment