Home >System Tutorial >Windows Series >How to solve the problem when ejecting usb mass storage device in win11
Many Windows 11 users are encountering a “something went wrong” message when plugging in a USB mass storage device. For this common problem, PHP editor Banana brings you detailed solutions. This article will guide you to quickly restart Windows Explorer through Task Manager and easily solve this problem. Read on for a step-by-step guide to fixing this annoying problem.
Solution to the problem of ejecting usb mass storage device in win11
Method 1:
1. If your mobile hard disk can be used normally, but it cannot be ejected.
2. Then you can try right-clicking the start menu and opening "Task Manager".
3. Find and right-click "Windows Explorer" and select "Restart".
Method 2:
1. Search cmd in the search box and run it as administrator.
2. Execute the following commands in sequence
diskpart
list disk to find the number X of the mobile hard disk, usually the last one
select disk X
offline disk
online disk
Eject the mobile hard disk again
Method three:
1. If restarting the resource manager does not work, you can right-click to start Menu, open "Run".
2. After opening, enter "MSConfig" and press Enter to run.
3. After opening the system configuration, enter the "Service" tab.
4. Then check "Hide all Microsoft services" and click "Disable all".
5. After disabling it, restart the computer and you should be able to safely eject the mobile hard drive. (After popping up, you can go back to the previous step and re-enable the required services)
The above is the detailed content of How to solve the problem when ejecting usb mass storage device in win11. For more information, please follow other related articles on the PHP Chinese website!