vss Posted May 23, 2011 Report Posted May 23, 2011 Is it possible to create an usb device which installs a driver(=program in drivermode) when you connect it to the pc and at the same time tell the OS that you connected an "Unknown device" ??The device should say the OS that it is something unknown because:- There are same antivirus which blocks the usb storage devices.And is it possible to tell the OS that the drivers of this "uknown device" are inside of the actual device, and there, load a program in driver mode ??pd: the OS I'm walking about is Windows Quote
kxenos Posted May 23, 2011 Report Posted May 23, 2011 If the PC doesn't already have a dev. driver for the device, your device has to send a mass storage media report so that it will be recognized as a flash drive so that the driver and/or the application can be installed. If you just want to bypass the usb lock that the admin or a script has done (usually through HKLM\SYSTEM\CurrentControlSet\...\...) you have to find an other way (and I think there are a couple or so). Usually admins or antivirus programs know what they are doing when they lock things down. As an admin myself, I hate it when people (or poorly implemented drivers or modules) compromise my so well thought security policy! :-)Konstantinos. Quote
ARUN CHOWDARY Posted June 14, 2011 Report Posted June 14, 2011 i think the message that will be shown that unknown device connected the computer will automatically search for the pre installed drivers on the computer if not found then by using windows update we can install the drivers of the usb device automatically Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.