How to format corrupted SD card with command prompt
In most cases you could not format your infected SD card or USB flash drive this is due to viruses, Trojans, malwares, etc. For this purpose I'm here to tell you the solution of this problem. There are many solutions of this problems such as Third party software, Disk fragment tool,cmd, etc. Here I'm using
Command Prompt
Just follow these simple steps:
- Insert your pen drive or SD card to your PC
- If you are using Windows 8 or higher then type "command prompt" in search bar
- If your are using older version of Windows then no need to worry just click on Start Button click RUN and type "command prompt" .
- Right click on Command Prompt.
- Select Run as administrator.
- A new dialogue box appear here, type ''diskpart" hit Enter.
- Type "list disk" hit Enter.
- Type "select disk 1 "hit Enter 1 is the number of disk you want to format.
- Type "clean" hit Enter.
- Type "create" hit Enter.
- Then type "format fs=ntfs" quick hit Enter.
- Enter "active" then type "exit" and press Enter button.
Comments
Post a Comment