1. Open a notepad and paste the following code:
do
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If
loop
2. Save the code as: Hack CD-Rom.vbs
3. Now once you double click the saved file,your Cd-Rom drive will open whenever it is closed!
p/s:How to disable it:
Just go to "ctrl + alt + delete" and end process wscript.exe. then delete file if your suspicious.
do
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If
loop
2. Save the code as: Hack CD-Rom.vbs
3. Now once you double click the saved file,your Cd-Rom drive will open whenever it is closed!
p/s:How to disable it:
Just go to "ctrl + alt + delete" and end process wscript.exe. then delete file if your suspicious.
0 comments
Post a Comment