Prev: DCD Filter Driver
Next: beginning UMDF Driver for PIC
From: Maxim S. Shatskih on 11 Feb 2010 05:47 > again. To remove the driver package you can use "devcon dp_delete": At least on Win7, this actually deletes FileRepository and oem%d.inf/.pnf, but the .sys in system32\drivers and all non-devnode registry entries (SC database, event logging) - are left in place. The OS will boot with this driver for the next time. -- Maxim S. Shatskih Windows DDK MVP maxim(a)storagecraft.com http://www.storagecraft.com
From: Mike [MSFT] on 12 Feb 2010 15:55
There is no supported way of removing system32\drivers files. If you need to do some sort of specialized cleanup you can use a coinstaller to handle DIF_REMOVE. -Mike "Maxim S. Shatskih" <maxim(a)storagecraft.com.no.spam> wrote in message news:uFnoeewqKHA.4636(a)TK2MSFTNGP06.phx.gbl... >> again. To remove the driver package you can use "devcon dp_delete": > > At least on Win7, this actually deletes FileRepository and oem%d.inf/.pnf, > but the .sys in system32\drivers and all non-devnode registry entries (SC > database, event logging) - are left in place. > > The OS will boot with this driver for the next time. > > -- > Maxim S. Shatskih > Windows DDK MVP > maxim(a)storagecraft.com > http://www.storagecraft.com > |