HOW TO FIX USB DEVICE NOT RECOGNIZED IN WINDOWS ?
You might have encountered a situation where your computer system doesn't detect your USB, it might be after making USB bootable, or changing its partitions or trying to expand its size a little bit. Well no need to worry there is a very simple and easy solution to this problem. We will be using DISKPART for this.
Just follow the below steps :
1. Click on Start or windows icon at the bottom left of your screen.
2. Type cmd in your search box.
3. Select Command Prompt and open it as administrator.
4. Type diskpart and press enter.
( Now diskpart command is in the run )
5. Type list disk and press enter.
( A list of disks will appear under list disk command )
6. Type select disk N.
( N is the number assigned to the list you want to select )
7. Type clean and press enter.
( It will clean your USB drive completely )
8. Type create partition primary and press enter.
( Now partitions have been created on your USB )
9. Type active and press enter.
( Your USB is active now you just need to format it one using below command )
10. Type format fs=fat32 quick and press enter.
( Wait till it reaches 100% )
11. Type exit and press enter.
( Your USB is now is in fully working condition. )
To Know More About DISKPART Click here...
Amazing work☑️
ReplyDeleteWas facing same issue but your blog resolved this
ReplyDeletehappy to help
DeleteNicely explained. 🔥
ReplyDelete