现在番茄花园的那个事件闹得沸沸扬扬,内幕的消息,不用考虑太多,站在使用系统的立场上,制作自己的ghost系统(嘿嘿,正版的套装,作了以后自己用),这样在实际应用中还是相当方便的,有疑问?如果想方法,直接ghost得了;也没什么,只是研究一下而已。
将下面代码复制到记事本,另存为.bat 批处理文件。双击执行后即可删除所有已安装的设备驱动。但不会删除驱动程序本身。
@echo off
:: CPU
devcon remove ACPI"Processor
::GAME Port
devcon remove PCI"CC_09*
::网卡
devcon remove PCI"CC_02*
::声卡
devcon remove PCI"CC_04*
:: USB HOST and SMBus
devcon remove PCI"CC_0C*
:: 监视器
devcon remove DISPLAY"*
:: 显卡
devcon remove PCI"CC_03*
:: 芯片组
devcon remove PCI"CC_0604*
:: 磁盘卷
devcon remove @STORAGE"*
:: USB存储卷
devcon remove @USBSTOR"*
:: USB设备
devcon remove @USB"*
:: 人机接口设备
devcon remove @HID"*
:: IDE设备
devcon remove @ide"*
:: IDE Channel
devcon remove @PCIIDE"*
方法,应用为王;应用,目的为主。






