Search : in
By :

HOW TO DELETE AUTO RUN VIRUS THROUGH COMMAND

Last answer on Jun 17, 2009 7:02:59 am BST m, on May 29, 2009 2:01:05 pm BST 
 Report this message to moderators

Hello,


hi all ,
pls somebody can tell that how to delete auto run virus through command prompt
thanks & regards,

Configuration: Windows XP Internet Explorer 6.0

Best answers for « HOW TO DELETE AUTO RUN VIRUS THROUGH COMMAND » in :
Enable/disable a device from the command line ShowEnable/disable a device from the command line Install Devcon Display all the devices in the system Enable/disable the device Other devices Here is a trick that allows you to enable / disable a device from the command line in XP....
Manage the registry in command line ShowManage the registry in command line Adding an Item Add a Key Add a value Add default value Deleting an Item Delete a key Remove a value Delete the default value Notes Here is how to manage the registry using the command line (REG...
List of open ports in command line ShowList of open ports in command line Whether you're running Windows or Linux / Unix, the following command in (console) will display the list of open ports on your computer: netstat -a For the use of advanced graphics tools, see What...
Download EASEUS Partition Master ShowEaseUs Partition manager Free, is software "par excellence". EaseUs Partition Manager easily and without error will resize your hard disk partition into any size you chose: Main characteristics of EaseUs Partition Free: Material support for...
Download RemoveIT Pro 4 SE ShowSometimes, you have all kinds of viruses or spywares that the antiviruses do not manage to discover in order to delete them. If you do not know what to do, try this program. RemoveIT Pro detect and delete most of viruses and other malwares which...
Download PDF2Text Pilot ShowPDF2Text Pilot is a very practical tool to extract text from a batch of PDF file. Pilot PDF2Text is an open-source tool. The software developers can use the code as an example of text extraction resolution. It can also be run from the command...
Autorun - autorun.exe Showautorun - autorun.exe The process autorun.exe (autorun) is a generic Windows 98/NT/Me/2000/XP process which automatically runs a program from a CD-ROM when the CD is inserted in the disk drive. The process autorun is not in any way a virus, a...
Csrss - csrss.exe Showcsrss - csrss.exe csrss.exe (csrss stands for Client/Server Runtime Subsystem) is a Windows NT/2000/XP generic process used for managing windows and graphical elements of Windows. The process control is not in any way a virus, a worm, a Trojan...

1

 satimiss, on May 29, 2009 2:08:57 pm BST
  • +9

Here is the ATTRIB utility's command syntax

ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] filespec /S

+ Sets an attribute.
- Clears an attribute.
R Read-only file attribute.
A Archive file attribute.
S System file attribute.
H Hidden file attribute.
/S Processes files in all directories in the specified path.

For example if you want to clear the Archive attribute bit of all
the files in a directory, execute the following command line.

ATTRIB -A c:\mydir\*

Reply to satimiss