Wednesday, December 19

How to Enable USB Port in Windows(if it is blocked).

Hi All,

How to Enable USB Port in Windows(if it is blocked).
Follow the steps to open a USB port in Windows machine.

1. Click Start Button, and then click Run. 

2. In the Open box, type regedit, and then click OK. 


3. and then click the following registry key: for finding the location of  USB port.

HKEY_LOCAL_MACHINE -> SYSTEM->CurrentControlSet->Services->UsbStor 

4. In the right pane, double-click "Start" option. 


5. In the Value data box, type "4" (without quotes), click Hexadecimal (if it is not already selected),  and then click OK. Note :- if 4 is entered it will open the port


6. Quit Registry Editor.



No comments:

Post a Comment

Backup files to google drive using PHP coding

 Dear All, To backup files to Google Drive using PHP coding, you can use the Google Drive API and the Google Client Library for PHP. Here...