Sunday 24 August 2014

// // Leave a Comment

Simple tricks to delete Autorun invisible folder using command prompt (cmd)

Guys , Today i like to share a new interesting topic . That is virus !! We know viruses are the one of the special guy because of it's action . Lot of different viruses are in our computer world with different behaviour . One of them is Autorun . When analyzing autorun viruses , they have a slow behavour but after some time they can be destroy our folders and make interesting folder short cuts.

delete auto-virus

Before one month ago , I can see a intersting phenomenon on my computer . My C drive contained a invisible autorun folder . Interesting thing is that after restarting my computer, C drive become almostly full with a red colour.
 
Read More : How to Remove invisble viruses from pendrive using command prompt

autovirus in c
 
c drive full
 
How is that ? I tried to delete this folder for saving my C drive . unfortunetly , i can't delete . I also tried shift + delete . At last, i found tricks using command prompt . Come on , Let us go 
 
> Open Command prompt ( After type cmd in search button using start ( In windows ) )
 
> Type below command.
cd\

C:\
 
> After that you can reach to C drive .

> Type this code after that.
attrib -s -h -r autorun.inf
 
>  -s for remove system atribute , -h for removing hidden attribute and -r for removing read only attribute .

> After that , Your invisible autorun folder become visible Now .

> After you can delete autorun folder by
del autorun.inf
 
> Thats it .You done ! your drive become free of autorun viruses
  

Like this article ? please share on your social network »»



0 comments:

Post a Comment