Delete Driver with C#

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?VXdlIFBvcnNjaA==?=

    #1

    Delete Driver with C#

    Hello,
    I want to write a smal application which deletes a driver installed on Vista.

    Right now I delete a driver manually within the Hardware Manager. I want to
    do this with an app.

    Thanks and regards
    Uwe
  • Michael Nemtsev [MVP]

    #2
    Re: Delete Driver with C#

    Hello Uwe,

    Start from this http://www.codeproject.com/KB/system/EnumDevices.aspx

    and be very carefull with testing :)

    ---
    WBR,
    Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

    "The greatest danger for most of us is not that our aim is too high and we
    miss it, but that it is too low and we reach it" (c) Michelangelo


    UPHello,
    UPI want to write a smal application which deletes a driver installed
    UPon Vista.
    UPRight now I delete a driver manually within the Hardware Manager. I
    UPwant to do this with an app.
    UP>
    UPThanks and regards
    UPUwe


    Comment

    Working...