HOW TO DELETE AUTO RUN VIRUS THROUGH COMMAND
Solved/Closed
Related:
- HOW TO DELETE AUTO RUN VIRUS THROUGH COMMAND
- How to stop facebook auto refresh - Guide
- Grand theft auto v free download no verification for pc - Download - Action and adventure
- Goose virus - Download - Other
- Cs 1.6 money command - Guide
- How to delete whatsapp account without login - Guide
4 responses
satimiss
Posts
9
Registration date
Thursday May 15, 2008
Status
Member
Last seen
May 29, 2009
Updated on Apr 18, 2018 at 04:31 AM
Updated on Apr 18, 2018 at 04:31 AM
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\*
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\*
Example for USB Flash drive F:
Type the following in the command prompt:
F:
(Press Enter)
DIR
(Press Enter)
DEL autorun.inf
(Press Enter)
Exit
(Press Enter)
You can also delete any files by changing file extensions like:
.inf
.txt
.exe
Make sure you read it from the directory (DIR)
Type the following in the command prompt:
F:
(Press Enter)
DIR
(Press Enter)
DEL autorun.inf
(Press Enter)
Exit
(Press Enter)
You can also delete any files by changing file extensions like:
.inf
.txt
.exe
Make sure you read it from the directory (DIR)