Skip to main content

How to recover ur USB /Flash drive from virus infection


  • Ever had a bad virus that affected the drive sectors of ur USB flash drive to the point that it disconnect itself, report to be unrecognized yet connected or any other suspicious behavior, well i have had that problem and fixed it.this is how you would fix it.

       1.Start cmd.exe, if you are not sure how,read one of the previous tutorials that would tell you                more on the options of starting this file.

       2.Assuming your flash drive is drive E: type chldsk /f   E:  then press 'enter'. This command will        check will check your drive errors and recover all the bad sectors.



    

Comments

Popular posts from this blog

Zavigne

How to get your computer's information like the IP address,RAM,HDD MEMORY e.t.c

Ever been called by a technician and require your IP address or your system version 32bit,64bit etc and wondered how to get this type of information about your computer,well this is how you would get it.     1.Start cmd.exe and type systeminfo the press 'enter' and you will get all the info bout your     hardware,software etc

Simple loop in cmd

Ever wondered how to make a loop in cmd  1.start cmd.exe 2.Simple type for /l  %i in (1,1,10) do echo %i