JSI Tip 2703. Sometimes, ordinary users can install a 3rd party Windows 2000 device driver, and sometimes they can't?
August 10, 2000
If a device has a Plug and Play device ID and matching digitally-signed driver, no additional permissions or rights are required. Ordinary users can install / uninstall the device. Additionally, any new hardware device of the same type, such as a hardware-rank match, can be installed.
NOTE: If the device doesn't provide a serial number, it may appear as new. These devices rely on location to identify themselves, and plugging then into a different 'port' causes them to be detected as new hardware.
If the device does not meet the above criteria, the user requires administrative privileges, either by being a member of the local Administrators group or by using the Runas command:
runas /u:administrator mmc.exe devmgmt.msc
About the Author
You May Also Like