Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Note
PnPUtil ships with every release of Windows and makes use of the most reliable and secure APIs available. U wordt aangeraden PnPUtil te gebruiken in plaats van DevCon. See Replacing DevCon for more information.
Hiermee maakt u een nieuw, geïnventariseerd devnode voor een niet-Plug en Play-apparaat en installeert u de ondersteunende software. Alleen geldig op de lokale computer.
devcon [/r] install INFfile HardwareID
Important
PnPUtil ships with every release of Windows and makes use of the most reliable and secure APIs available and its use is recommended. For more information on using PnPutil instead of devcon, see Replacing DevCon.
Parameters
/r
Conditional reboot. Start het systeem opnieuw op nadat een bewerking is voltooid wanneer opnieuw opstarten is vereist om de wijziging effectief te maken. DevCon start het systeem standaard niet opnieuw op.
INFfile
Hiermee geeft u het volledige pad en de bestandsnaam van het INF-bestand voor het apparaat. Als u het pad weglaat, gaat DevCon ervan uit dat het bestand zich in de huidige map bevindt.
HardwareID
Hiermee geeft u een hardware-id voor het apparaat.
De opgegeven hardware-id moet exact overeenkomen met de hardware-id van het apparaat. Patronen zijn ongeldig. Do not type a single quote character (') to indicate a literal value. For more information, see Hardware IDs and Device Identification Strings.
Recommended replacement
devgen /add /bus ROOT /hardwareid HardwareID
pnputil /add-driver INFfile /install
For more recommended replacements, see Replacing DevCon.
Comments
Het systeem moet mogelijk opnieuw worden opgestart om deze wijziging effectief te maken. To have DevCon reboot the system, add the conditional reboot parameter (/r) to the command.
You cannot use the DevCon Install operation for Plug and Play devices.
The DevCon Install operation creates a new non-Plug and Play device node. Then, it uses the DevCon Update operation to install drivers for the newly added device. As a result, the success message for the DevCon Install operation reports that DevCon has created the device node and that it has updated the drivers for the device.
If any step of the DevCon Install operation fails, DevCon displays a failure message and does not proceed with the driver installation.
The DevCon Install command creates a new non-Plug and Play device node each time you run it. To update or reinstall drivers, use the DevCon Update command.
Sample usage
devcon install c:\windows\inf\newdvc.inf ISAPNP\CSC4324\0
devcon /r install c:\windows\inf\newdvc.inf ISAPNP\CSC4324\0
Examples
- Voorbeeld 33: Een apparaat installeren
- Voorbeeld 34: Een apparaat installeren met installatie zonder toezicht