Hi !
I need an example source code or documentation about…
How can I block USB exit ?
I need this feature in Windows 98, ME, 2000 and XP…
Thank you
Hi !
I need an example source code or documentation about…
How can I block USB exit ?
I need this feature in Windows 98, ME, 2000 and XP…
Thank you
Marcos Velasco wrote:
I need an example source code or documentation about…
How can I block USB exit ?
I need this feature in Windows 98, ME, 2000 and XP…
What do you mean by “USB exit”? It’s not a term in common use.
–
Walter Oney, Consulting and Training
Basic and Advanced Driver Programming Seminars
Now teaming with John Hyde for USB Device Engineering Seminars
Check out our schedule at http://www.oneysoft.com
Hi !
Sorry for my bad english…
I need block the USB hardware… in others words… for the system dont
allow install USB devices…
Thank you
----- Original Message -----
From: “Walter Oney”
Newsgroups: ntdev
To: “NT Developers Interest List”
Sent: Tuesday, February 18, 2003 7:10 PM
Subject: [ntdev] Re: USB Blocker…
> Marcos Velasco wrote:
> > I need an example source code or documentation about…
> > How can I block USB exit ?
> > I need this feature in Windows 98, ME, 2000 and XP…
>
> What do you mean by “USB exit”? It’s not a term in common use.
>
> –
> Walter Oney, Consulting and Training
> Basic and Advanced Driver Programming Seminars
> Now teaming with John Hyde for USB Device Engineering Seminars
> Check out our schedule at http://www.oneysoft.com
>
> —
> You are currently subscribed to ntdev as: xxxxx@uol.com.br
> To unsubscribe send a blank email to xxxxx@lists.osr.com
Why? Write a upper filter to the Microsoft USB driver and block any new
arrivals. This is a fairly simple project for an advanced driver writer,
but not something a beginner would want to try to finish quickly.
----- Original Message -----
From: “Marcos Velasco”
To: “NT Developers Interest List”
Sent: Tuesday, February 18, 2003 6:24 PM
Subject: [ntdev] Re: USB Blocker…
> Hi !
> Sorry for my bad english…
>
> I need block the USB hardware… in others words… for the system dont
> allow install USB devices…
>
> Thank you
>
>
> ----- Original Message -----
> From: “Walter Oney”
> Newsgroups: ntdev
> To: “NT Developers Interest List”
> Sent: Tuesday, February 18, 2003 7:10 PM
> Subject: [ntdev] Re: USB Blocker…
>
>
> > Marcos Velasco wrote:
> > > I need an example source code or documentation about…
> > > How can I block USB exit ?
> > > I need this feature in Windows 98, ME, 2000 and XP…
> >
> > What do you mean by “USB exit”? It’s not a term in common use.
> >
> > –
> > Walter Oney, Consulting and Training
> > Basic and Advanced Driver Programming Seminars
> > Now teaming with John Hyde for USB Device Engineering Seminars
> > Check out our schedule at http://www.oneysoft.com
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@uol.com.br
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@yoshimuni.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
Hi !
I’m working for a Bank… and us need block all USB devices for all
computers…
Do you have a any basic example (with source code) ?
Thank you
----- Original Message -----
From: “David J. Craig”
To: “NT Developers Interest List”
Sent: Tuesday, February 18, 2003 9:10 PM
Subject: [ntdev] Re: USB Blocker…
> Why? Write a upper filter to the Microsoft USB driver and block any new
> arrivals. This is a fairly simple project for an advanced driver writer,
> but not something a beginner would want to try to finish quickly.
>
> ----- Original Message -----
> From: “Marcos Velasco”
> To: “NT Developers Interest List”
> Sent: Tuesday, February 18, 2003 6:24 PM
> Subject: [ntdev] Re: USB Blocker…
>
>
> > Hi !
> > Sorry for my bad english…
> >
> > I need block the USB hardware… in others words… for the system dont
> > allow install USB devices…
> >
> > Thank you
> >
> >
> > ----- Original Message -----
> > From: “Walter Oney”
> > Newsgroups: ntdev
> > To: “NT Developers Interest List”
> > Sent: Tuesday, February 18, 2003 7:10 PM
> > Subject: [ntdev] Re: USB Blocker…
> >
> >
> > > Marcos Velasco wrote:
> > > > I need an example source code or documentation about…
> > > > How can I block USB exit ?
> > > > I need this feature in Windows 98, ME, 2000 and XP…
> > >
> > > What do you mean by “USB exit”? It’s not a term in common use.
> > >
> > > –
> > > Walter Oney, Consulting and Training
> > > Basic and Advanced Driver Programming Seminars
> > > Now teaming with John Hyde for USB Device Engineering Seminars
> > > Check out our schedule at http://www.oneysoft.com
> > >
> > > —
> > > You are currently subscribed to ntdev as: xxxxx@uol.com.br
> > > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@yoshimuni.com
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@uol.com.br
> To unsubscribe send a blank email to xxxxx@lists.osr.com
wouldn’t it be easier to just set a security policy to disallow unloading
and loading of drivers?
-Justin
At 02:48 PM 2/18/2003, you wrote:
Hi !
I’m working for a Bank… and us need block all USB devices for all
computers…Do you have a any basic example (with source code) ?
Thank you
----- Original Message -----
From: “David J. Craig”
>To: “NT Developers Interest List”
>Sent: Tuesday, February 18, 2003 9:10 PM
>Subject: [ntdev] Re: USB Blocker…
>
>
> > Why? Write a upper filter to the Microsoft USB driver and block any new
> > arrivals. This is a fairly simple project for an advanced driver writer,
> > but not something a beginner would want to try to finish quickly.
> >
> > ----- Original Message -----
> > From: “Marcos Velasco”
> > To: “NT Developers Interest List”
> > Sent: Tuesday, February 18, 2003 6:24 PM
> > Subject: [ntdev] Re: USB Blocker…
> >
> >
> > > Hi !
> > > Sorry for my bad english…
> > >
> > > I need block the USB hardware… in others words… for the system dont
> > > allow install USB devices…
> > >
> > > Thank you
> > >
> > >
> > > ----- Original Message -----
> > > From: “Walter Oney”
> > > Newsgroups: ntdev
> > > To: “NT Developers Interest List”
> > > Sent: Tuesday, February 18, 2003 7:10 PM
> > > Subject: [ntdev] Re: USB Blocker…
> > >
> > >
> > > > Marcos Velasco wrote:
> > > > > I need an example source code or documentation about…
> > > > > How can I block USB exit ?
> > > > > I need this feature in Windows 98, ME, 2000 and XP…
> > > >
> > > > What do you mean by “USB exit”? It’s not a term in common use.
> > > >
> > > > –
> > > > Walter Oney, Consulting and Training
> > > > Basic and Advanced Driver Programming Seminars
> > > > Now teaming with John Hyde for USB Device Engineering Seminars
> > > > Check out our schedule at http://www.oneysoft.com
> > > >
> > > > —
> > > > You are currently subscribed to ntdev as: xxxxx@uol.com.br
> > > > To unsubscribe send a blank email to xxxxx@lists.osr.com
> > >
> > >
> > >
> > > —
> > > You are currently subscribed to ntdev as: xxxxx@yoshimuni.com
> > > To unsubscribe send a blank email to xxxxx@lists.osr.com
> > >
> >
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@uol.com.br
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>
>—
>You are currently subscribed to ntdev as: zeppelin@io.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com
I can think of solutions, both of which don’t really require new
software:
disable the usb controller in device manager or through setupdi (see
the devcon example). I think that enabling / disabling devices require
admin like rights so if the users aren’t admins this will work.
change the service value in under
hklm.…\currentcontrolset\services<usb controller service> to null.sys
instead of the real binary. Again, only a user w/sufficient privs can
alter this value.
If your users have the privs required to change these values, you are
doomed b/c they can undo any driver solution you put into place.
d
-----Original Message-----
From: Marcos Velasco [mailto:xxxxx@uol.com.br]
Sent: Tuesday, February 18, 2003 4:49 PM
To: NT Developers Interest List
Subject: [ntdev] Re: USB Blocker…
Hi !
I’m working for a Bank… and us need block all USB devices for all
computers…
Do you have a any basic example (with source code) ?
Thank you
----- Original Message -----
From: “David J. Craig”
To: “NT Developers Interest List”
Sent: Tuesday, February 18, 2003 9:10 PM
Subject: [ntdev] Re: USB Blocker…
> Why? Write a upper filter to the Microsoft USB driver and block any
new
> arrivals. This is a fairly simple project for an advanced driver
writer,
> but not something a beginner would want to try to finish quickly.
>
> ----- Original Message -----
> From: “Marcos Velasco”
> To: “NT Developers Interest List”
> Sent: Tuesday, February 18, 2003 6:24 PM
> Subject: [ntdev] Re: USB Blocker…
>
>
> > Hi !
> > Sorry for my bad english…
> >
> > I need block the USB hardware… in others words… for the system
dont
> > allow install USB devices…
> >
> > Thank you
> >
> >
> > ----- Original Message -----
> > From: “Walter Oney”
> > Newsgroups: ntdev
> > To: “NT Developers Interest List”
> > Sent: Tuesday, February 18, 2003 7:10 PM
> > Subject: [ntdev] Re: USB Blocker…
> >
> >
> > > Marcos Velasco wrote:
> > > > I need an example source code or documentation about…
> > > > How can I block USB exit ?
> > > > I need this feature in Windows 98, ME, 2000 and XP…
> > >
> > > What do you mean by “USB exit”? It’s not a term in common use.
> > >
> > > –
> > > Walter Oney, Consulting and Training
> > > Basic and Advanced Driver Programming Seminars
> > > Now teaming with John Hyde for USB Device Engineering Seminars
> > > Check out our schedule at http://www.oneysoft.com
> > >
> > > —
> > > You are currently subscribed to ntdev as: xxxxx@uol.com.br
> > > To unsubscribe send a blank email to
xxxxx@lists.osr.com
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@yoshimuni.com
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@uol.com.br
> To unsubscribe send a blank email to xxxxx@lists.osr.com
—
You are currently subscribed to ntdev as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
You received several good ideas and the security of not allowing them to
install drivers may be the best. I am not sure if a USB device, such as a
hard driver or mass storage compliant flash memory reader, is plugged in and
will use standard Microsoft drivers that you can block it via security.
I write software for a living, whenever I can find work, so why would I give
it away?
Since jobs are so hard to find, why not just fire anyone who uses an
unauthorized device? I am sure after the first person is escorted out the
door by guards, all other employees will get the message. You can also
audit the computer to find any devices that have been introduced and
removed. The registry retains all that info.
----- Original Message -----
From: “Marcos Velasco”
To: “NT Developers Interest List”
Sent: Tuesday, February 18, 2003 7:48 PM
Subject: [ntdev] Re: USB Blocker…
> Hi !
> I’m working for a Bank… and us need block all USB devices for all
> computers…
>
> Do you have a any basic example (with source code) ?
>
> Thank you
>
>
> ----- Original Message -----
> From: “David J. Craig”
> To: “NT Developers Interest List”
> Sent: Tuesday, February 18, 2003 9:10 PM
> Subject: [ntdev] Re: USB Blocker…
>
>
> > Why? Write a upper filter to the Microsoft USB driver and block any new
> > arrivals. This is a fairly simple project for an advanced driver
writer,
> > but not something a beginner would want to try to finish quickly.
> >
> > ----- Original Message -----
> > From: “Marcos Velasco”
> > To: “NT Developers Interest List”
> > Sent: Tuesday, February 18, 2003 6:24 PM
> > Subject: [ntdev] Re: USB Blocker…
> >
> >
> > > Hi !
> > > Sorry for my bad english…
> > >
> > > I need block the USB hardware… in others words… for the system
dont
> > > allow install USB devices…
> > >
> > > Thank you
> > >
> > >
> > > ----- Original Message -----
> > > From: “Walter Oney”
> > > Newsgroups: ntdev
> > > To: “NT Developers Interest List”
> > > Sent: Tuesday, February 18, 2003 7:10 PM
> > > Subject: [ntdev] Re: USB Blocker…
> > >
> > >
> > > > Marcos Velasco wrote:
> > > > > I need an example source code or documentation about…
> > > > > How can I block USB exit ?
> > > > > I need this feature in Windows 98, ME, 2000 and XP…
> > > >
> > > > What do you mean by “USB exit”? It’s not a term in common use.
> > > >
> > > > –
> > > > Walter Oney, Consulting and Training
> > > > Basic and Advanced Driver Programming Seminars
> > > > Now teaming with John Hyde for USB Device Engineering Seminars
> > > > Check out our schedule at http://www.oneysoft.com
> > > >
> > > > —
> > > > You are currently subscribed to ntdev as: xxxxx@uol.com.br
> > > > To unsubscribe send a blank email to xxxxx@lists.osr.com
> > >
> > >
> > >
> > > —
> > > You are currently subscribed to ntdev as: xxxxx@yoshimuni.com
> > > To unsubscribe send a blank email to xxxxx@lists.osr.com
> > >
> >
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@uol.com.br
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@yoshimuni.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
Marcos Velasco wrote:
I’m working for a Bank… and us need block all USB devices for all
computers…
Uh, chewing gum in the ports? Remove the controller cards from the
computer? Snip the wires leading to the ports?
–
Walter Oney, Consulting and Training
Basic and Advanced Driver Programming Seminars
Now teaming with John Hyde for USB Device Engineering Seminars
Check out our schedule at http://www.oneysoft.com
No…
Because this feature is necessary for add in a internal bank system (all
writing in C/C++)…
And I need make a .vxd/.sys for block new USB devices…
Thank you
----- Original Message -----
From: “Justin Frodsham”
To: “NT Developers Interest List”
Sent: Tuesday, February 18, 2003 9:54 PM
Subject: [ntdev] Re: USB Blocker…
> wouldn’t it be easier to just set a security policy to disallow unloading
> and loading of drivers?
>
> -Justin
>
> At 02:48 PM 2/18/2003, you wrote:
> >Hi !
> >I’m working for a Bank… and us need block all USB devices for all
> >computers…
> >
> >Do you have a any basic example (with source code) ?
> >
> >Thank you
> >
> >
> >----- Original Message -----
> >From: “David J. Craig”
> >To: “NT Developers Interest List”
> >Sent: Tuesday, February 18, 2003 9:10 PM
> >Subject: [ntdev] Re: USB Blocker…
> >
> >
> > > Why? Write a upper filter to the Microsoft USB driver and block any
new
> > > arrivals. This is a fairly simple project for an advanced driver
writer,
> > > but not something a beginner would want to try to finish quickly.
> > >
> > > ----- Original Message -----
> > > From: “Marcos Velasco”
> > > To: “NT Developers Interest List”
> > > Sent: Tuesday, February 18, 2003 6:24 PM
> > > Subject: [ntdev] Re: USB Blocker…
> > >
> > >
> > > > Hi !
> > > > Sorry for my bad english…
> > > >
> > > > I need block the USB hardware… in others words… for the system
dont
> > > > allow install USB devices…
> > > >
> > > > Thank you
> > > >
> > > >
> > > > ----- Original Message -----
> > > > From: “Walter Oney”
> > > > Newsgroups: ntdev
> > > > To: “NT Developers Interest List”
> > > > Sent: Tuesday, February 18, 2003 7:10 PM
> > > > Subject: [ntdev] Re: USB Blocker…
> > > >
> > > >
> > > > > Marcos Velasco wrote:
> > > > > > I need an example source code or documentation about…
> > > > > > How can I block USB exit ?
> > > > > > I need this feature in Windows 98, ME, 2000 and XP…
> > > > >
> > > > > What do you mean by “USB exit”? It’s not a term in common use.
> > > > >
> > > > > –
> > > > > Walter Oney, Consulting and Training
> > > > > Basic and Advanced Driver Programming Seminars
> > > > > Now teaming with John Hyde for USB Device Engineering Seminars
> > > > > Check out our schedule at http://www.oneysoft.com
> > > > >
> > > > > —
> > > > > You are currently subscribed to ntdev as: xxxxx@uol.com.br
> > > > > To unsubscribe send a blank email to
xxxxx@lists.osr.com
> > > >
> > > >
> > > >
> > > > —
> > > > You are currently subscribed to ntdev as: xxxxx@yoshimuni.com
> > > > To unsubscribe send a blank email to
xxxxx@lists.osr.com
> > > >
> > >
> > >
> > >
> > >
> > > —
> > > You are currently subscribed to ntdev as: xxxxx@uol.com.br
> > > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
> >
> >
> >—
> >You are currently subscribed to ntdev as: zeppelin@io.com
> >To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@uol.com.br
> To unsubscribe send a blank email to xxxxx@lists.osr.com
Ok… but how resolve this problem in Windows 9x/ME ?
----- Original Message -----
From: “Doron Holan”
To: “NT Developers Interest List”
Sent: Tuesday, February 18, 2003 9:58 PM
Subject: [ntdev] Re: USB Blocker…
I can think of solutions, both of which don’t really require new
software:
1) disable the usb controller in device manager or through setupdi (see
the devcon example). I think that enabling / disabling devices require
admin like rights so if the users aren’t admins this will work.
2) change the service value in under
hklm.…\currentcontrolset\services<usb controller service> to null.sys
instead of the real binary. Again, only a user w/sufficient privs can
alter this value.
If your users have the privs required to change these values, you are
doomed b/c they can undo any driver solution you put into place.
d
-----Original Message-----
From: Marcos Velasco [mailto:xxxxx@uol.com.br]
Sent: Tuesday, February 18, 2003 4:49 PM
To: NT Developers Interest List
Subject: [ntdev] Re: USB Blocker…
Hi !
I’m working for a Bank… and us need block all USB devices for all
computers…
Do you have a any basic example (with source code) ?
Thank you
----- Original Message -----
From: “David J. Craig”
To: “NT Developers Interest List”
Sent: Tuesday, February 18, 2003 9:10 PM
Subject: [ntdev] Re: USB Blocker…
> Why? Write a upper filter to the Microsoft USB driver and block any
new
> arrivals. This is a fairly simple project for an advanced driver
writer,
> but not something a beginner would want to try to finish quickly.
>
> ----- Original Message -----
> From: “Marcos Velasco”
> To: “NT Developers Interest List”
> Sent: Tuesday, February 18, 2003 6:24 PM
> Subject: [ntdev] Re: USB Blocker…
>
>
> > Hi !
> > Sorry for my bad english…
> >
> > I need block the USB hardware… in others words… for the system
dont
> > allow install USB devices…
> >
> > Thank you
> >
> >
> > ----- Original Message -----
> > From: “Walter Oney”
> > Newsgroups: ntdev
> > To: “NT Developers Interest List”
> > Sent: Tuesday, February 18, 2003 7:10 PM
> > Subject: [ntdev] Re: USB Blocker…
> >
> >
> > > Marcos Velasco wrote:
> > > > I need an example source code or documentation about…
> > > > How can I block USB exit ?
> > > > I need this feature in Windows 98, ME, 2000 and XP…
> > >
> > > What do you mean by “USB exit”? It’s not a term in common use.
> > >
> > > –
> > > Walter Oney, Consulting and Training
> > > Basic and Advanced Driver Programming Seminars
> > > Now teaming with John Hyde for USB Device Engineering Seminars
> > > Check out our schedule at http://www.oneysoft.com
> > >
> > > —
> > > You are currently subscribed to ntdev as: xxxxx@uol.com.br
> > > To unsubscribe send a blank email to
xxxxx@lists.osr.com
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@yoshimuni.com
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@uol.com.br
> To unsubscribe send a blank email to xxxxx@lists.osr.com
—
You are currently subscribed to ntdev as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
You are currently subscribed to ntdev as: xxxxx@uol.com.br
To unsubscribe send a blank email to xxxxx@lists.osr.com
As Doron wrote:
If your users have the privs required to change these values, you are
doomed b/c they can undo any driver solution you put into place.
So you only need to answer your own rephrased question:
how resolve/overcome the problem Windows 9x/ME ? ![]()
"Happiness is like perfume. You can't give it away without getting
some on yourself."
---- snip ----
Ok... but how resolve this problem in Windows 9x/ME ?
---- snip ----
I can see a point, for example, in disallowing users to plug in CompactFlash
USB mass-storage devices into a system.
Alberto.
-----Original Message-----
From: Justin Frodsham [mailto:zeppelin@io.com]
Sent: Tuesday, February 18, 2003 7:54 PM
To: NT Developers Interest List
Subject: [ntdev] Re: USB Blocker…
wouldn’t it be easier to just set a security policy to disallow unloading
and loading of drivers?
-Justin
At 02:48 PM 2/18/2003, you wrote:
Hi !
I’m working for a Bank… and us need block all USB devices for all
computers…Do you have a any basic example (with source code) ?
Thank you
----- Original Message -----
From: “David J. Craig”
>To: “NT Developers Interest List”
>Sent: Tuesday, February 18, 2003 9:10 PM
>Subject: [ntdev] Re: USB Blocker…
>
>
> > Why? Write a upper filter to the Microsoft USB driver and block any new
> > arrivals. This is a fairly simple project for an advanced driver
writer,
> > but not something a beginner would want to try to finish quickly.
> >
> > ----- Original Message -----
> > From: “Marcos Velasco”
> > To: “NT Developers Interest List”
> > Sent: Tuesday, February 18, 2003 6:24 PM
> > Subject: [ntdev] Re: USB Blocker…
> >
> >
> > > Hi !
> > > Sorry for my bad english…
> > >
> > > I need block the USB hardware… in others words… for the system
dont
> > > allow install USB devices…
> > >
> > > Thank you
> > >
> > >
> > > ----- Original Message -----
> > > From: “Walter Oney”
> > > Newsgroups: ntdev
> > > To: “NT Developers Interest List”
> > > Sent: Tuesday, February 18, 2003 7:10 PM
> > > Subject: [ntdev] Re: USB Blocker…
> > >
> > >
> > > > Marcos Velasco wrote:
> > > > > I need an example source code or documentation about…
> > > > > How can I block USB exit ?
> > > > > I need this feature in Windows 98, ME, 2000 and XP…
> > > >
> > > > What do you mean by “USB exit”? It’s not a term in common use.
> > > >
> > > > –
> > > > Walter Oney, Consulting and Training
> > > > Basic and Advanced Driver Programming Seminars
> > > > Now teaming with John Hyde for USB Device Engineering Seminars
> > > > Check out our schedule at http://www.oneysoft.com
> > > >
> > > > —
> > > > You are currently subscribed to ntdev as: xxxxx@uol.com.br
> > > > To unsubscribe send a blank email to xxxxx@lists.osr.com
> > >
> > >
> > >
> > > —
> > > You are currently subscribed to ntdev as: xxxxx@yoshimuni.com
> > > To unsubscribe send a blank email to xxxxx@lists.osr.com
> > >
> >
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@uol.com.br
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>
>—
>You are currently subscribed to ntdev as: zeppelin@io.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com
—
You are currently subscribed to ntdev as: xxxxx@compuware.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it.
Um, If you want some usb device to work and other to not, I don’t have
an answer. Otherwise, you can replace the service on the device with
your own (that does nothing) or just disable the controller device node.
In win9x, there is no concept of security nor user rights so the user
can undo anything that you put in place.
D
This posting is provided “AS IS” with no warranties, and confers no
rights
-----Original Message-----
From: Marcos Velasco [mailto:xxxxx@uol.com.br]
Sent: Wednesday, February 19, 2003 3:55 AM
To: NT Developers Interest List
Subject: [ntdev] Re: USB Blocker…
Ok… but how resolve this problem in Windows 9x/ME ?
----- Original Message -----
From: “Doron Holan”
To: “NT Developers Interest List”
Sent: Tuesday, February 18, 2003 9:58 PM
Subject: [ntdev] Re: USB Blocker…
I can think of solutions, both of which don’t really require new
software:
1) disable the usb controller in device manager or through setupdi (see
the devcon example). I think that enabling / disabling devices require
admin like rights so if the users aren’t admins this will work.
2) change the service value in under
hklm.…\currentcontrolset\services<usb controller service> to null.sys
instead of the real binary. Again, only a user w/sufficient privs can
alter this value.
If your users have the privs required to change these values, you are
doomed b/c they can undo any driver solution you put into place.
d
-----Original Message-----
From: Marcos Velasco [mailto:xxxxx@uol.com.br]
Sent: Tuesday, February 18, 2003 4:49 PM
To: NT Developers Interest List
Subject: [ntdev] Re: USB Blocker…
Hi !
I’m working for a Bank… and us need block all USB devices for all
computers…
Do you have a any basic example (with source code) ?
Thank you
----- Original Message -----
From: “David J. Craig”
To: “NT Developers Interest List”
Sent: Tuesday, February 18, 2003 9:10 PM
Subject: [ntdev] Re: USB Blocker…
> Why? Write a upper filter to the Microsoft USB driver and block any
new
> arrivals. This is a fairly simple project for an advanced driver
writer,
> but not something a beginner would want to try to finish quickly.
>
> ----- Original Message -----
> From: “Marcos Velasco”
> To: “NT Developers Interest List”
> Sent: Tuesday, February 18, 2003 6:24 PM
> Subject: [ntdev] Re: USB Blocker…
>
>
> > Hi !
> > Sorry for my bad english…
> >
> > I need block the USB hardware… in others words… for the system
dont
> > allow install USB devices…
> >
> > Thank you
> >
> >
> > ----- Original Message -----
> > From: “Walter Oney”
> > Newsgroups: ntdev
> > To: “NT Developers Interest List”
> > Sent: Tuesday, February 18, 2003 7:10 PM
> > Subject: [ntdev] Re: USB Blocker…
> >
> >
> > > Marcos Velasco wrote:
> > > > I need an example source code or documentation about…
> > > > How can I block USB exit ?
> > > > I need this feature in Windows 98, ME, 2000 and XP…
> > >
> > > What do you mean by “USB exit”? It’s not a term in common use.
> > >
> > > –
> > > Walter Oney, Consulting and Training
> > > Basic and Advanced Driver Programming Seminars
> > > Now teaming with John Hyde for USB Device Engineering Seminars
> > > Check out our schedule at http://www.oneysoft.com
> > >
> > > —
> > > You are currently subscribed to ntdev as: xxxxx@uol.com.br
> > > To unsubscribe send a blank email to
xxxxx@lists.osr.com
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@yoshimuni.com
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@uol.com.br
> To unsubscribe send a blank email to xxxxx@lists.osr.com
—
You are currently subscribed to ntdev as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
You are currently subscribed to ntdev as: xxxxx@uol.com.br
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
You are currently subscribed to ntdev as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
I have implemented a solution for this problem. I’m sorry but I don’t send
to you any piece of code because it is a part of a comercial product. In
any case, I can say that, in W9X, I’m filtering some system services
related to Configuration Manager while, in W2K/WXP, I filter PNP IRP’s
when a new device arrives the system.
Regards,
Jose Vicente.