skip to main |
skip to sidebar
HOW TO REMOVE VIRUS FROM USB WITHOUT USING ANTIVIRUS
STEP1:
- After connecting your usb,open command prompt from start-->cmd
- In the command prompt type the drive leter : and press enter [ex: d:]
- Now type dir and press enter
- List of files in your usb will be shown
STEP 2:
- Now open another cmd window
- Type the drive letter,but now instead of dir type dir /w /a and press enter
- Now files with all the attributes will be shown [even hidden files will be shown ,many virus files will be hidden]
- Now match the files with step 1
- Any suspicious file may be a virus
- Some examples are
- Autorun.inf
- Ravmon.exe
- New Folder.exe
- svchost.exe
HOW TO REMOVE THE VIRUS:
- In cmd after typing the usb drive letter [ex d:]
- Type attrib -r -a -s -h *.* and press enter.
- This will remove the Read Only, Archive, System and hidden file attribute from all the files.
- Now just delete the files using the command del filename.
- Example del Ravmon.exe.
- Delete all the files that are suspicious.
0 comments:
Post a Comment
If You like This Post Please Dont Forget to comment below