Search This Blog

Tuesday, July 8, 2008

Remove virus manually which creates autorun.inf and does not opens drive on double click

When a drive is double clicked it checks for autorun.inf file which is executed for autorun. Many viruses create a file autorun.inf in each drive and try to execute their own codes on double click which prevents your drive to open on double click.

Here a tip to remove this error.

Goto your windows system32 directory generally it resides in

C:\WINDOWS\System32>

but the path may differ as you may opt for other name for your windows directory or drive.

now check following command:

.....\system32>dir/ah

It will show all hidden files in the system32 there will be three virus files namely

1. amvo.ex
2. amvo0.dll
3. amvo1.dll

delete all these files using following command.

del amvo.exe/f/ah

del amvo0.dll/f/ah

del amvo1.dll/f/ah

Two files will be deleted on of the dll file may not be deleted as it may be started now. When you will restart your system this file will be deleted automatically if antivirus is installed otherwise again apply same command and delete it.

Thanks.

1 comment:

  1. If you do get a computer virus, will you lose everything on your hard drive? It actually is rare for this type of virus to spread very fast or far. Annoying viruses that stop you from starting your computer or using windows or those that mail spoof emails to your entire email address book are much more common. The hard drive is usually recoverable when the computer has one of these viruses.

    ReplyDelete

Searching duplicate Record

Very often we have to look for duplicate records in the database, Below is the query which can give you the result. SELECT COL1, COL2 , ...