Viruses are one of the irritating headache of any computer users . There are lot of viruses based on their actions. One of the most popular and easy coming one is Autorun viruses . This type of virues start their behviour slowly. After starting their action , some time we can see that our folders are missing and creations of new short cuts . When you see firstly , these type of viruses are poor one but after starting their action, it is one of the irritiaing .
We all see lot of viruse infected pendrivs or USB . Here i would like to share a new method to remove all type of viruses from USB using command prompt ( No antiviruses are required ! ) . Let us look .
> Plug the USB/pendrive to the port .
> Some time we can't see any Files there but showing size . So first thing is to do is open the command prompt (CMD) .
> Click on start button and type cmd and open command prompt (A black window) .
> Type your pendrive drive letter like F, G, H, I etc (Here i use G) .
G:> Press enter and After that type the below code .
attrib -h -r -s /s /d G:\*.*> -h removes the hidden attribute , -r removes the read only attribute and -s removes the system attribute .
> After type this code , you can see all of hidden files .
> Manually delete the viruses like autorun.inf . Done !
0 comments:
Post a Comment