Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

How to enable/disable USB ports

This is a discussion on How to enable/disable USB ports within the Windows forums, part of the Operating Systems category; Hi, I want to know how to enable/disable usb ports... For eg: Suppose i want to prevent the users to connect any usb devices in the system. How can i ...

Go Back   Geeks Talk > Operating Systems > Windows
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

Windows Windows related issues and problesm.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-15-2007
Expert Member
 
Join Date: Jan 2007
Location: Bangalore
Posts: 252
Thanks: 4
Thanked 8 Times in 7 Posts
Manojks is on a distinguished road
Smile How to enable/disable USB ports

Hi,

I want to know how to enable/disable usb ports...
For eg: Suppose i want to prevent the users to connect any usb devices in the system. How can i do that??

Thanks
Manoj
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-15-2007
Expert Member
 
Join Date: Sep 2006
Location: Bengalooru (Formerly called Bangalore), India
Posts: 486
Thanks: 2
Thanked 29 Times in 28 Posts
kalayama is on a distinguished road
Re: How to enable/disable USB ports

There is no direct way of doing it (Other than disabling the drivers) in windows. (As of I know). But there are third party softwares available for it.

Also, you should be able to block the ports in BIOS setting.

http://labmice.techtarget.com/articl...lashdrives.htm

-Kalayama
__________________
[COLOR="Blue"][SIZE="2"]"If you are not living on the edge of your life, you are wasting space"[/SIZE][/COLOR]

Someone says "Impossible is nothing". The man next him says "Let me see you licking your elbow tip!"
Reply With Quote
  #3 (permalink)  
Old 02-15-2007
Contributing Member
 
Join Date: Jan 2007
Location: Bangalore
Posts: 32
Thanks: 1
Thanked 6 Times in 5 Posts
raghav_sy is on a distinguished road
Re: How to enable/disable USB ports

hi friend,

try this:

ok, on the desktop, right click on MY COMPUTER, and then select MANAGE option. a new window will appear, in that select SYSTEM TOOLS, in that click on DEVICE MANAGER, on the right side of the window pane, a list wil appear,
that will show u the components attached to your system, in that select the USB port, right click and diable the port.

well, i do not have admin right to check this in office. but following this way, i used to diable various hard disk partitions, CD-ROM, floppy disk.

so try it, i think it will work.

regards,
RSY
Reply With Quote
  #4 (permalink)  
Old 02-15-2007
Junior Member
 
Join Date: Jan 2007
Location: kolkata
Posts: 12
Thanks: 0
Thanked 2 Times in 2 Posts
amarreddy79 is on a distinguished road
Re: How to enable/disable USB ports

start>>settings>>controlpannel>>system>>hardware>>devise manager>>look for the usb port in the list and select it then you can see an option disable or enable accordingly on the tool bar
Reply With Quote
  #5 (permalink)  
Old 02-17-2007
Expert Member
 
Join Date: Jan 2007
Location: Bangalore
Posts: 252
Thanks: 4
Thanked 8 Times in 7 Posts
Manojks is on a distinguished road
Re: How to enable/disable USB ports

Its difficult to go to each computer to disable the usb port... The way they have done in my company is they have diable the USB drives but my system is detecting the Usb keyboard and all...

Guys do you have any idea how they have done it... But i heard that USB drive permissions cannot be done through Group Policy in windows...

Thanks
Manoj
Reply With Quote
  #6 (permalink)  
Old 02-26-2007
Junior Member
 
Join Date: Jan 2007
Location: Bangalort
Posts: 13
Thanks: 1
Thanked 0 Times in 0 Posts
yogeesh R is on a distinguished road
Re: How to enable/disable USB ports

Go to run and type devmgmt.msc in that click universal serialbus controllers,right click on the sub menus and disable it....
Reply With Quote
  #7 (permalink)  
Old 02-26-2007
Expert Member
 
Join Date: Jan 2007
Location: Chennai
Posts: 139
Thanks: 1
Thanked 58 Times in 31 Posts
Sridevichitthu will become famous soon enough
Re: How to enable/disable USB ports

Hi Team,

I read in one of the Article on Microsoft Website which tells you How to Disable Storage Devices.All you need to do is changes in Registry key would disable the device,but before changing any keys in registry read this note

"Warning : Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk. If a USB storage device is already installed on the computer"

set the Start value in the following registry key to 4:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor

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

steps:1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate, and then click the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor

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

Let me know How it worked for you.

Regards,
Sridevi
Reply With Quote
  #8 (permalink)  
Old 04-04-2007
Junior Member
 
Join Date: Apr 2007
Location: india
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
praveenmna is on a distinguished road
Re: How to enable/disable USB ports

USB ports can be disabled in BIOS.You can also disable USB ports Through device manager in Windows
Reply With Quote
The Following User Says Thank You to praveenmna For This Useful Post:
  #9 (permalink)  
Old 12-08-2008
Junior Member
 
Join Date: Jun 2008
Location: INDIA
Posts: 3
Thanks: 0
Thanked 1 Time in 1 Post
netsolver is on a distinguished road
Re: How to enable/disable USB ports

Quote:
Originally Posted by Sridevichitthu View Post
Hi Team,

I read in one of the Article on Microsoft Website which tells you How to Disable Storage Devices.All you need to do is changes in Registry key would disable the device,but before changing any keys in registry read this note

"Warning : Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk. If a USB storage device is already installed on the computer"

set the Start value in the following registry key to 4:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor

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

steps:1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate, and then click the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor

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

Let me know How it worked for you.

Regards,
Sridevi
Thanks for the input....have tried it in my pc and works well. have a vista and the USB is nt even recogonised it i have changed the Store vale from 3 to 4.

but can any one tell me how to do the same in group policy...
Reply With Quote
The Following User Says Thank You to netsolver For This Useful Post:
  #10 (permalink)  
Old 12-17-2008
Junior Member
 
Join Date: Dec 2008
Location: cuttack
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
toamirkhan is on a distinguished road
Re: How to enable/disable USB ports

thanks amir
Reply With Quote
  #11 (permalink)  
Old 12-29-2008
Junior Member
 
Join Date: Dec 2008
Location: iandia
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
babashaan is on a distinguished road
Smile Re: How to enable/disable USB ports

Quote:
Originally Posted by Manojks View Post
Hi,

I want to know how to enable/disable usb ports...
For eg: Suppose i want to prevent the users to connect any usb devices in the system. How can i do that??

Thanks
Manoj
hi here is the simply way to block USB port try this,..................

To disable the access to USB port, in windows XP and 2000:
1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate, and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
4. In the right pane, double-click Start.
5. In the Value data box, type 4, click Hexadecimal (if it is not already selected), and then click OK.
6. Quit Registry Editor.

To re-enable a disabled port:

1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate, and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
4. In the right pane, double-click Start.
5. In the Value data box, type 3, click Hexadecimal (if it is not already selected), and then click OK.
6. Quit Registry Editor.

Thank U
babashaan.
Reply With Quote
  #12 (permalink)  
Old 12-30-2008
Junior Member
 
Join Date: Dec 2008
Location: trivandrum
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
suragnambiar is on a distinguished road
Re: How to enable/disable USB ports

you can do this by two ways

1.from bios set up
go to advanced setting in the bios then disable usb

2.from device manager.
right click in Mycomputer
properties
hardware
device manager
right click to usb and disable

i think the first metod is more better than th second one.

for more and to know on security go to
SYSTEM SECURITY - HOME

Last edited by suragnambiar; 12-30-2008 at 08:00 AM. Reason: easier
Reply With Quote
  #13 (permalink)  
Old 01-01-2009
Junior Member
 
Join Date: Jan 2009
Location: Ahmedabad
Posts: 8
Thanks: 0
Thanked 3 Times in 2 Posts
tapan_kushwaha is on a distinguished road
Smile Re: How to enable/disable USB ports

right click on MY COMPUTER, and then select MANAGE option. a new window will appear, in that select SYSTEM TOOLS, in that click on DEVICE MANAGER, on the right side of the window pane, a list wil appear,
that will show u the components attached to your system, in that select the USB port, right click and diable the port.

Reply With Quote
The Following User Says Thank You to tapan_kushwaha For This Useful Post:
  #14 (permalink)  
Old 01-02-2009
Junior Member
 
Join Date: Dec 2008
Location: chennai
Posts: 5
Thanks: 1
Thanked 3 Times in 2 Posts
mspaul is on a distinguished road
Smile Re: How to enable/disable USB ports

To disable the access to USB port, in windows XP and 2000, follow the steps below
1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate, and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
4. In the right pane, double-click Start.
5. In the Value data box, type 4, click Hexadecimal (if it is not already selected), and then click OK.
6. Quit Registry Editor.

To re-enable a disabled port, follow these steps below
1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate, and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
4. In the right pane, double-click Start.
5. In the Value data box, type 3, click Hexadecimal (if it is not already selected), and then click OK.
6. Quit Registry Editor
Reply With Quote
The Following 2 Users Say Thank You to mspaul For This Useful Post:
  #15 (permalink)  
Old 02-05-2009
Junior Member
 
Join Date: Feb 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
rajat_sin is on a distinguished road
Re: How to enable/disable USB ports

Follow the steps to enable USB ports:

1. Go to run in the start menu and type regedit and click ok.
2. Navigate to HKEY_LOCAL_MACHINE --> SYSTEM --> CurrentControlSet -->
Services --> USBSTOR
3. Now right click on USBSTOR and go to Permissions and give Full Control to yourself and click OK.
4. In the right panel, right click. A New prompt will come. Select DWORD Value and rename it to Start.
5. Now double click on Start and key in Value data as 3 and click OK.
6. Quit Registry Editor.
Reply With Quote
  #16 (permalink)  
Old 03-01-2009
Junior Member
 
Join Date: Mar 2009
Location: Bhubaneswar Orissa India
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Amir Kumar Pradhan is on a distinguished road
Re: How to enable/disable USB ports

when i plugged a pen driver then no symble show at the buttom bar.
Reply With Quote
  #17 (permalink)  
Old 03-02-2009
Junior Member
 
Join Date: Mar 2009
Location: India
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
naidu.swati is on a distinguished road
Thumbs up Re: How to enable/disable USB ports

FOR ENABLING
1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate and then click the following registry key:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesUsbStor
4. In the details pane, double-click Start.
5. In the Value data box, type 4, click Hexadecimal (if it is not already selected), and then click OK.
6. Exit Registry Editor.

FOR DISABLING

1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate, and then click the following registry key:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesUsbStor
4. In the right pane, double-click Start.
5. In the Value data box, type 3, click Hexadecimal (if it is not already selected), and then click OK.
6. Quit Registry Editor.
Reply With Quote
The Following User Says Thank You to naidu.swati For This Useful Post:
  #18 (permalink)  
Old 03-02-2009
Junior Member
 
Join Date: Mar 2009
Location: hydebraded
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
java4raja is on a distinguished road
Re: How to enable/disable USB ports

Well we can enable/disable usb ports when the system boots press f2 to go bios settings in that u can .
Reply With Quote
  #19 (permalink)  
Old 03-04-2009
Junior Member
 
Join Date: Mar 2009
Location: chennai
Posts: 3
Thanks: 0
Thanked 1 Time in 1 Post
jp_nvikash is on a distinguished road
Unhappy Re: How to enable/disable USB ports

Select my computer Icon right click and go to Manage Option, click device Manager and click Universal serial bus controllers and right click each USB port and disable it. same process for disable the USB.
Reply With Quote
The Following User Says Thank You to jp_nvikash For This Useful Post:
  #20 (permalink)  
Old 04-20-2009
Junior Member
 
Join Date: Apr 2009
Location: The Gambia
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
jaydatech is on a distinguished road
Re: How to enable/disable USB ports

hi
am not 2 sure but i think it can b done trought da bios stup....under da onboard diveses menu...jaydatech....
Reply With Quote
Reply

  Geeks Talk > Operating Systems > Windows

« Active Directory | - »
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Disable Error Reporting in XP Lokesh M Geeks Lounge 2 05-11-2007 09:46 AM


All times are GMT -4. The time now is 03:23 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved