Delete all device drivers for Batch Processing
Set the followingCodeCopy to notepad and save it as a. bat batch file. Double-click to delete all installed device drivers. But the driver is not deleted.ProgramItself.
It is suitable for users who use the ghost system disk to install the system.
@ Echo off
: CPU
Devcon remove ACPI "Processor
: Game Port
Devcon remove PCI "cc_09 *
: Nic
Devcon remove PCI "cc_02 *
: Sound Card
Devcon remove PCI "cc_04 *
: USB host and SMBus
Devcon remove PCI "cc_0c *
: Monitor
Devcon remove display "*
: Graphics card
Devcon remove PCI "cc_03 *
: Chipset
Devcon remove PCI "cc_0604 *
: Disk volume
Devcon remove @ storage "*
: USB storage volume
Devcon remove @ usbstor "*
: USB device
Devcon remove @ USB "*
: Man-Machine Interface Device
Devcon remove @ hid "*
: Ide Device
Devcon remove @ ide "*
: Ide Channel
Devcon remove @ pciide "*