Create A Funny Harmless Virus Code To Continue Eject CD ROM


This is a funny Harmless Virus code using Note pad to continue eject CD/DVD ROM. This is a simple tricks to use and remove. When you use this code this is continue eject your computer's CD/DVD ROM until you stop the virus process.

You can write the virus code following the process:

Process:
  • Go to Start > All Program > Accessories > Notepad
  • You can see a new Notepad on your computer screen.
  • Copy the following code and past in the Text Document.
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
  • And Save as Cdrom.vbs or *.vbs on desktop
  • Double click to open the file and you will see the tricks how it work.
How to Stop the virus process:
  • Open task manager or press Ctrl+Alt+Del
  • Click Process tab.
  • Select wscript.exe.
  • End process