Block USB Devices
To this what can be done is that the USB can be blocked and then stopping the use of USB drives. Here is a simple registry hack to do so, try it with care.
1. Go to Start –> Run, type Regedit.
2. Go to HKEY_LOCAL_MACHINE\System\CurrentControlset\Services\USBStor
3. In the right pane, look for value Start and have value as 0000000(3)
4. Double click on that and change that value to 4.
You might be required to restart the PC, and then you are done with it, USB is now blocked.
In case if you want to get the USB unblocked, just change the value again to 3.
See, its so easy. Isn’t it
Jai Shree Ganesh
Showing posts with label USB. Show all posts
Showing posts with label USB. Show all posts
Open new terminal and type the below commands:-
mkdir /mnt/usb
The above statement is for creating a directory named 'usb' in mnt directory.
mount /dev/sda1 /mnt/usb
The above command mounts ur pendrive in '/mnt/usb' folder.
Note:there is a space after mkdir,mount,sda1 commands..
Subscribe to:
Posts (Atom)