how can i uninstall drivers on w10 ?

Discussion in 'other software & services' started by mantra, Aug 10, 2021.

  1. mantra

    mantra Registered Member

    Joined:
    Jan 25, 2005
    Posts:
    6,324
    Hi
    there is in the w7 device manager (enabled hidden devices ) non-plug and play drivers , and there is a list of drivers , and i could uninstall from there

    but on w10 device manager (enabled hidden devices) there is not non-plug and play drivers , but i can see with autoruns

    the point is that uninstalling an antimalware/antivirus or firewall , leave drivers like for kaspersky
    some kaspersky antivirus drivers are updated , and there are the old left

    i can't uninstall with autoruns , is there a safe tool to do it?
    thanks
     
  2. moredhelfinland

    moredhelfinland Registered Member

    Joined:
    Mar 31, 2009
    Posts:
    410
    Location:
    Finland
    Hello,
    Something like DriverStore Explorer comes to mind. Actually i just ran it and i clicked "old drivers" and it marked several of old nvidia, Realtek, Samsung etc drivers. It might find those obsolete and old AV etc drivers too (or not).

    You can also use command line utilty called pnputil:
    pnputil -e (will list oem**.inf files on your system, where ** is a number)

    For example: pnputil -d oem61.inf should uninstall my McAfee networking drivers.

    Make a backup before testing these programs, if something goes wrong.
     
  3. mantra

    mantra Registered Member

    Joined:
    Jan 25, 2005
    Posts:
    6,324
    hi moredhelfinland
    yes, i agree with the backup , but driverstore explorer can uninstall them
    but it's strange that w10 does not include any tool to do it
    thanks
     
  4. Minimalist

    Minimalist Registered Member

    Joined:
    Jan 6, 2014
    Posts:
    14,907
    Location:
    Slovenia, EU
  5. Cutting_Edgetech

    Cutting_Edgetech Registered Member

    Joined:
    Mar 30, 2006
    Posts:
    5,696
    Location:
    USA
    Another option you can try is type, "pnputil.exe -e" without the quotations from a command prompt with Admin Privileges. See if you can find the drivers you want to uninstall in the generated list.

    Then type, net stop "published driver name", without the quotations. Use the name of the driver from the list generated.

    Then type, sc delete "published driver name", without the quotations.

    Make a full image backup of your system before trying this, just in case you accidentally delete a driver required by Windows or some device on your system. Try this at your own risk!
     
    Last edited: Aug 10, 2021
  6. mantra

    mantra Registered Member

    Joined:
    Jan 25, 2005
    Posts:
    6,324
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.