Advertisement
Guest User

Untitled

a guest
Feb 24th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. devcon -r install %WINDIR%InfNetloop.inf *MSLOOP
  2.  
  3. Device Console Help:
  4. devcon [-r] [-m:\<machine>] <command> [<arg>...]
  5. -r Reboots the system only when a restart or reboot is required.
  6. <machine> Specifies a remote computer.
  7. <command> Specifies a Devcon command (see command list below).
  8. <arg>... One or more arguments that modify a command.
  9. For help with a specific command, type: devcon help <command>
  10. classfilter Add, delete, and reorder class filters.
  11. classes List all device setup classes.
  12. disable Disable devices.
  13. driverfiles List installed driver files for devices.
  14. drivernodes List driver nodes of devices.
  15. enable Enable devices.
  16. find Find devices.
  17. findall Find devices, including those that are not currently attached.
  18. help Display Devcon help.
  19. hwids List hardware IDs of devices.
  20. install Install a device manually.
  21. remove Remove devices.
  22.  
  23. devcon /r remove =net "@ROOTNET*"
  24.  
  25. devcon status =net "@ROOTNET*"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement