How to enable a USB storage device

Source: Internet
Author: User

USB storage devices and registries on some machines are disabled. To enable them, follow these steps:

Enable Registry
1. Press Win + R, enter the following command in the pop-up dialog box, and press Enter:
REG add HKCU \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System/v DisableRegistryTools/t REG_DWORD/d 0/f

Modify registry
1. Press Win + R, enter the following command in the pop-up dialog box, and press Enter:
Regeit
2. expand "HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ usbehci" in sequence, find the "Start" key, and change "value data" in the editing window to "2 ", select "hexadecimal" as the base number. After modification, log out and you will be able to see the effect. To prevent others from using the same method, we can delete or rename the Registry Editor Program.
Tip: the "Start" key is the work switch of the USB device. The default value "3" indicates manual, "2" indicates automatic, and "4" indicates disabled.
3. expand "HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ USBSTOR", find the "Start" Key, double-click it, change its value to "2", and click "OK, restart the system
Tip: the "Start" key is the work switch of the USB device. The default value "3" indicates manual, "2" indicates automatic, and "4" indicates disabled.

Enable access to drive files of USB storage devices
1. Press Win + R, enter the following command in the pop-up dialog box, and press Enter:
Cmd
2. Enter the following command and press Enter:
Cd c: \ windows \ inf
Cacls usbstor. inf/G everyone: F
Cacls usbstor. pnf/G everyone: F
Cd C: \ windows \ system32 \ drivers
Cacls usbstor. sys/G everyone: F

Success

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.