How to remove the extra removal hardware in the lower right corner of the computer

  
        

Sometimes after installing the system, there will be an icon for inserting the u disk in the lower right corner. Click on the display to remove the extra hardware, delete the d, e, f, g disk. How to remove the hardware in the lower right corner of the computer. What is going on here? How to get rid of it?

This is generally because your hard drive should be a SATA hard drive.

Open the registry, start--run-regedit, and then expand HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\ vata or HKEY_LOCAL_MACHINE \\SYSTEM\\CurrentControlSet\\Services\ vatabus

Create a new DWORD value named "DisableRemovable" with a value of "1".

After rebooting, the SATA hard drive will not become removable, and of course the icon will not appear.

Using the modified U disk, mobile hard disk, etc. can be used normally.

The following is the registry file, save it as a *.reg file

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\ vata] "DisableRemovable"=dword:00000001

Copyright © Windows knowledge All Rights Reserved