Home Computer Tutorials Computer Knowledge How to display the removable hard disk in the status bar when the removable disk cannot be found?

How to display the removable hard disk in the status bar when the removable disk cannot be found?

Jan 17, 2024 pm 12:03 PM

How to display the removable hard disk in the status bar when the removable disk cannot be found?

What to do if the removable disk is not found in the computer? The removable hard disk is not displayed in the status bar

Step one: Click "Start", select "Run", enter "C:\WINDOWS\system32\systray.exe" in the run dialog box, and press Enter to execute the command. Then, try to plug and unplug the USB device again and observe whether the icon appears.

Step 2: If the "Safely Remove Hardware" icon cannot be reproduced, please perform the following operations. First, type "regedit" in the Run dialog box to open the Registry Editor. Next, expand the following branch: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]. In the right pane, right-click the mouse and create a new string value, rename it "systray.exe". Then, double-click the string value and modify its numerical data to "C:\WINDOWS\system32\systray.exe", and finally confirm and exit the Registry Editor.

Step 3: Enter "devmgmt.msc" in the "Run" dialog box and press the Enter key to open the device manager. Look for the "Generic Flash USB Device" option under "Disk Drives". Although a USB flash drive is used as an example here, the actual application process may be different, but it is still easy to identify.

Step 4: Right-click the "Generic Flash USB Device" option and select "Properties" to open the properties window. In the Policies tab, select the Optimize for performance option instead of Optimize for fast deletion. Finally, click the "OK" button. After re-plugging the USB device, the "Safely Remove Hardware" icon should appear.

Step 5: If it still doesn’t work, you can reinstall the USB port driver. If you don’t know how to install it, then simply reinstall the motherboard driver. Although it is a little time-consuming, it is simple and convenient. After reinstalling the motherboard driver, the missing tray icon should be back.

Step 6: If the problem persists, you can try the following methods to fix it. First, open the run dialog box, enter "SFC /scannow" and press the Enter key. The system will start scanning and repairing system files. If prompted to insert the Windows installation CD, insert the installation CD into the CD-ROM drive. Once the repair is complete, restarting your computer should resolve the issue.

If it is useful, please click to adopt! !

My computer can display the USB icon but I can’t find the removable disk in my computer

Maybe the system cannot automatically assign the drive letter of the USB mobile hard disk!

Try the following method:

1. The solution is to right-click on "My Computer", find "Manage" from the context menu, open the "Computer Management" dialog box, find Disk Management in the tree menu, and then identify which partition is your active hard disk partition, assign it an unoccupied drive letter, and then you can see it in My Computer.

2. You can manually start the corresponding service (Removable Storage service). The specific method is: enter "services.msc" in the "Run" dialog box and press Enter, open the "Service Manager" window, find the "Removable Storage" service and Double-click and click the "Start" button in the dialog box that opens. (China Computer Education News)

3. Solution:

Start——>Run——>mountvol /e——>Enter——>Restart the machine

Attachment: Mountvol usage

Create, delete, or list mount points for volumes. Mountvol is a way to attach volumes without requiring a drive letter.

grammar

mountvol [Drive:]Path VolumeName

mountvol [Drive:]Path /d

mountvol [Drive:]Path /l

mountvol [Drive:]Path /p

mountvol /r

mountvol /n

mountvol /e

mountvol Drive:/s

parameter

[Drive:]Path

Specify the existing NTFS directory folder in which the mount point will reside.

VolumeName

Specify the volume name of the mount point target volume. The volume name structure is \\\\\\\\? \\\\Volume{GUID}\\\\, where {GUID} is a globally unique identifier (GUID) (for example, \\\\\\\\\?\\\\Volume\\\\{2eca078d-5cbc -43d3-aff8-7e8511f60d0e}\\\\).

/d

Delete the volume mount point from the specified folder.

/l

List the volume names mounted in the specified folder.

/p

Deletes the volume mount point from the specified directory, dismounts the basic volume, takes the basic volume offline, and makes it unmountable. If the volume is in use by other processes, mountvol will close all open handles before unmounting the volume. Volumes unmounted using /p will be listed in the volume list as NOT MOUNTED UNTIL A VOLUME MOUNT POINT IS CREATED. If the volume has more than one mount point, use /d to remove the other mount points before using /p. You can make a base volume remountable by assigning a volume mount point.

/r

Delete mount point directories and registry settings for volumes that no longer exist on the system. This will prevent volumes that were previously in the system from being automatically mounted, and prevent previous volume mount points from being granted when added back to the system.

/n

Disable automatic mounting of new basic volumes. New volumes are not automatically mounted when added to the system.

/e

Re-enable automatic mounting of new basic volumes.

/s

Restricted to Itanium-based computers. Mounts the EFI system partition on the specified drive.

/?

Show help in the command prompt.

Comments

If you run out of available drive letters, mount a local volume without a drive letter.

If you want to expand the volume space without reformatting or replacing the hard disk, you can add a mount path to another volume.

If you use a volume with multiple mount paths, the benefit is that you can use a single drive letter (such as C:) to access all local volumes. Although you can mount local volumes and assign them drive letters, you don't need to remember which volume corresponds to which drive letter.

The above is the detailed content of How to display the removable hard disk in the status bar when the removable disk cannot be found?. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1664
14
PHP Tutorial
1268
29
C# Tutorial
1243
24
Fixdisk Windows 7: Check Your Hard Disk for Errors on Windows 7 Fixdisk Windows 7: Check Your Hard Disk for Errors on Windows 7 Apr 14, 2025 am 12:40 AM

If you suspect your hard drive encounters issues, you can check the drive for errors on Windows 7. This php.cn post talks about fixdisk Windows 7. You can follow the guide to check the hard drive for errors on Windows 7.

Is Core Isolation Blocked by ew_usbccgpfilter.sys? Here Are Fixes! Is Core Isolation Blocked by ew_usbccgpfilter.sys? Here Are Fixes! Apr 13, 2025 am 12:47 AM

Many SurfaceBook users report that they meet the “core isolation blocked by ew_usbccgpfilter.sys” issue on Windows 11/10. This post from php.cn helps to fix the annoying issue. Keep on your reading.

Effortles Fixes for Black Screen After Installing a Graphics Driver Effortles Fixes for Black Screen After Installing a Graphics Driver Apr 15, 2025 am 12:11 AM

Have you ever encountered a black screen after installing a graphics driver like an Nvidia driver in Windows 10/11? Now in this post from php.cn, you can find a couple of worth trying solutions to the Nvidia driver update black screen.

KB2267602 Fails to Install: Here Is How to Fix It! KB2267602 Fails to Install: Here Is How to Fix It! Apr 15, 2025 am 12:48 AM

KB2267602 is a protection or definition update for Windows Defender designed to fix vulnerabilities and threats in Windows. Some users reported that they were unable to install KB2267602. This post from php.cn introduces how to fix the “KB2267602 fai

Advanced Tips for Windows   P Not Working on Windows Advanced Tips for Windows P Not Working on Windows Apr 11, 2025 am 12:49 AM

You must be familiar with the Windows P shortcut if you have more than one monitor. However, the Windows P not working properly might happen occasionally. If you are facing this problem, this post from php.cn can help you indeed.

Difference Between RAID Recovery and Hard Drive Recovery Difference Between RAID Recovery and Hard Drive Recovery Apr 17, 2025 am 12:50 AM

Data recovery is always a heated topic. To successfully restore data from your device, you should know how it stores data. You can learn the difference between RAID recovery and hard drive recovery from this php.cn post.

How to Fix the File System Error (-1073741521) in Windows? - MiniTool How to Fix the File System Error (-1073741521) in Windows? - MiniTool Apr 16, 2025 am 12:37 AM

File system errors commonly happen on people’s computer and the error can trigger a series of linked malfunctions. This article on php.cn Website will give you a series of fixes to targeting the file system error (-1073741521). Please keep on with yo

How to Fix FileType Selected Not Supported by This App How to Fix FileType Selected Not Supported by This App Apr 13, 2025 am 12:41 AM

Are you suffering from the error message "FileType selected not supported by this app" when opening files in Teams or Excel? Now read this post from php.cn to get several useful solutions to this issue.

See all articles