Thursday, June 23, 2011

How To Remove Autorun.inf Folder Containing Zhengbo?

Autorun.inf folder is created by a software known as "USB
Disk Security" which contains
a file named Zhengbo . It is not actually a virus but it is
just a read only folder created

by this software to save your
computer from viruses which
uses Autorun.inf to inject
themselves into your harddisk. You can not remove
Autorun.inf and Zhengbo
using any anti-virus because
these files are not actually
viruses. Here is a step by step
procedure to remove these files if you don't need them
anymore. Delete Autorun.inf
Folder And Zhengbo The only way to remove
these files from your hard-
disk is by again installing USB
Disk Security and configure it
to enable autorun on disk
drives. 1. If you haven't installed USB
Disk Security then you may
download the trial version
from HARE, else proceed to step 2. 2. Run USB Disk Security and you
will notice a small red icon in
your system-tray 3. Right click on this icon and
choose Enable AUTORUN of USB 4. This will remove those
Autorun.inf folder and its
contents automatically. 5. Now you may un-install USB
Disk Security again if you
don't need it anymore Ur done!

2 comments:

  1. To remove autorun.inf folder with zhengbo. or immunity. inside on it.

    run cmd.exe from start menu > Run > type cmd.exe
    in cmd.exe type this command.

    attrib -r -h -s driveletter:\autorun.inf ;hit enter
    ex: attrib -r -h -s c:\autorun.inf

    then type this

    rmdir /S driveletter:\autorun.inf ;hit enter this will prompt for YES or NO
    ex: rmdir /S C:\autorun.inf
    or
    rmdir /S driveletter:\autorun.inf /Q ;hit enter this is a quite mode don’t ask for YES or No. Ex: rmdir /S c:\autorun.inf /Q

    To remove autorun.inf folder with aux, con, lpt, lpt2, lpt3 etc.

    run cmd.exe from start menu > Run > type cmd.exe
    in cmd.exe type this command.

    attrib -r -h -s driveletter:\autorun.inf ;hit enter
    ex: attrib -r -h -s c:\autorun.inf

    then type this

    rmdir /S \\.\\driveletter:\autorun.inf ;Hit enter and ask for YES or NO.
    ex: rmdir /S \\.\\c:\autorun.inf
    or
    rmdir /S \\.\\driveletter\autorun.inf /Q ;Hit enter quite mode don’t ask for YES or NO. Ex: rmdir /S \\.\\c:\autorun.inf /Q

    Thats it! Some important options meaning. This might help you.

    Attribute or attrib options:
    -r = remove read only settings.
    -h = remove hide settings.
    -s = remove as system settings.

    Remove Directory or rmdir options:
    /S = Remove Directory with subfolder in it or it is called deltree.
    /Q = A quite mode options that won’t ask for YES or NO.

    ReplyDelete
  2. Thanks friendsterlogin ur method worked flawlessly than any one else...

    ReplyDelete