Saturday, June 6, 2015

How to enable or disable usb port

When you do so, the USB storage device does not work when the user connects the device to the computer. To set the Start value, follow these

1. Run Regedit in run



2. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor





3. In the right pane, double-click Start.
4. In the Value data box, type 4, click Hexadecimal (if it is not already
    selected), and then click OK.
5. Quit Registry Editor.

and

6. In the Value data box, type 3 for enable usb port, click Hexadecimal (if it is not already
    selected), and then click OK.



OR

you can Download registry file form here to enable and disable.


Download Here

Adding an Application to the Right Click on Every Folder

Here is how to add any application to the Context Menu when you right click on any Folder. This way you do not have to always go to the Start Menu. When you right click on any folder, you can have access to that application, the same as using Sent To.

1. Open RegEdit





2. Go to HKEY_CLASSES_ROOT\Folder\shell
3. Add a new Key to the "Shell" Key and name it anything you like.





4. Give it a default value that will appear when you right click a folder, i.e. NewKey (use an "&" without the quotes, in front of any character and it will allow you to use the keyboard)
5. Click on the Key HKEY_CLASSES_ROOT\Folder\shell\NewKey
6. Add a New Key named Command
7. Set the (Default) value of the application you want to run.

 For example: c:\program files\internet explorer\iexplore.exe (Include the full path and parameters if you need them)