Windows 10: How to uninstall a driver that manually installed by right-clicking on INF file?

Discus and support How to uninstall a driver that manually installed by right-clicking on INF file? in Windows 10 Drivers and Hardware to solve the problem; I installed an UBS filter driver as it couldn't be installed the official driver package. So it also cannot be uninstalled through the Windows... Discussion in 'Windows 10 Drivers and Hardware' started by andreaman, May 23, 2019.

  1. andreaman Win User

    How to uninstall a driver that manually installed by right-clicking on INF file?


    I installed an UBS filter driver as it couldn't be installed the official driver package. So it also cannot be uninstalled through the Windows uninstallation function and I have to manually uninstall it.

    I heard of a solution about manual uninstallation made by inf installation with RUNDLL32.exe referring to the [DefaultUninstall] contents in the inf text.

    It seems I should make some command lines and run them on Command Prompt or Powercell.

    How to make them and uninstall the driver? The driver name is AMD USB Filter Driver, currently installed in my Win10 pro x64 (ver 1809).

    Here is the inf contents.



    ★★★★★★★★★★★


    ; Usbfilter.inf

    ;

    ; Copyright (c) 2011-2017 Advanced Micro Devices Inc.

    ;



    [Version]

    Signature = "$Windows NT$"

    Class = USB

    ClassGUID = {36FC9E60-C465-11CF-8056-444553540000}

    Provider = %AMD%

    DriverPackageType=ClassFilter

    DriverPackageDisplayName="AMD USB Filter Driver"

    CatalogFile=usbfilter.cat

    DriverVer = 10/10/2017,2.1.11.304



    ;

    ; General installation section

    ;



    [DefaultInstall]

    CopyFiles = usbfilter.Files

    CopyInf = usbfilter.inf

    Addreg = usbfilter.AddReg



    [DefaultUnInstall]

    DelFiles = usbfilter.DelFiles

    Delreg = usbfilter.DelReg





    ;;

    ;;x86 install Section

    ;;

    [DefaultInstall.NT]

    CopyFiles = usbfilter.Files

    CopyInf = usbfilter.inf

    Addreg = usbfilter.AddReg





    [DefaultUnInstall.NT]

    DelFiles = usbfilter.DelFiles

    Delreg = usbfilter.DelReg







    ;;

    ;;AMD64 install Section

    ;;

    [DefaultInstall.NTAMD64]

    CopyFiles = usbfilter.Files

    CopyInf = usbfilter.inf

    Addreg = usbfilter.AddReg



    [DefaultUnInstall.NTAMD64]

    DelFiles = usbfilter.DelFiles

    Delreg = usbfilter.DelReg







    [DestinationDirs]

    DefaultDestDir = 12

    usbfilter.Files = 12



    [Manufacturer]

    %AMD%=AMD, NTamd64



    ;=======================================================================

    ; 32-Bit NT Driver

    ;=======================================================================



    [AMD]

    %usbfilter.DrvDesc%=usbfilter,{36FC9E60-C465-11CF-8056-444553540000}\usbfilter





    [usbfilter]

    CopyFiles=usbfilter.Files



    [usbfilter.HW]

    Addreg = usbfilter.AddReg



    [usbfilter.Files]

    usbfilter.sys



    [usbfilter.Services]

    AddService = usbfilter, , usbfilter.Service.Install



    ;========================================================================

    ; 64-Bit NT Driver

    ;========================================================================



    [AMD.NTamd64]

    %usbfilter.DrvDesc%=usbfilter,{36FC9E60-C465-11CF-8056-444553540000}\usbfilter



    ;[usbfilter64]

    ;CopyFiles=usbfilter64.Files



    ;[usbfilter64.HW]

    ;Addreg = usbfilter64.AddReg



    ;[usbfilter64.Files]

    ;usbfilter.sys



    ;[usbfilter64.Services]

    ;AddService = usbfilter, , usbfilter64.Service.NTAMD64.Install

    ;========================================================================









    [usbfilter.AddReg]

    HKLM, System\CurrentControlSet\Control\Class\{36FC9E60-C465-11CF-8056-444553540000}, UpperFilters, 0x00010008, usbfilter









    [usbfilter.DelFiles]

    usbfilter.sys,,,1



    [usbfilter.DelReg]

    HKLM, System\CurrentControlSet\Control\Class\{36FC9E60-C465-11CF-8056-444553540000}, UpperFilters, 0x00010008, usbfilter





    ;

    ; Service installation section

    ;



    [DefaultInstall.Services]

    AddService = usbfilter, , usbfilter.Service.Install



    [DefaultInstall.NT.Services]

    AddService = usbfilter, , usbfilter.Service.Install



    [DefaultInstall.NTAMD64.Services]

    AddService = usbfilter, , usbfilter.Service.Install



    [usbfilter.Service.Install]

    DisplayName = %UsbFilter.SVCDESC%

    ServiceType = 1 ; SERVICE_KERNEL_DRIVER

    StartType = 3 ; SERVICE_DEMAND_START

    ErrorControl = 1 ; SERVICE_ERROR_NORMAL

    ServiceBinary = %12%\usbfilter.sys

    LoadOrderGroup = PNP Filter

    AddReg = Other_Reg_Entries



    [Other_Reg_Entries]

    HKR, Parameters, NB, 0x00000001, 22, 10, 00, 96, 00, 00, 01, 00, 02, 10, 00, 96, 00, 00, 01, 00, 22, 10, 01, 96, 00, 00, 01, 01, 02, 10, 01, 96, 00, 00, 01, 01, 22, 10, 05, 17, 00, 00, 01, 00, 22, 10, 10, 15, 00, 00, 01, 00, 22, 10, 10, 14, 00, 00, 01, 00 ,22, 10, 22, 14, 00, 00, 01, 00

    HKR, Parameters, SB, 0x00000001, 02, 10, 85, 43, 39, 3F, 01, 07, 02, 10, 85, 43, 40, 4F, 01, 07, 22, 10, 0B, 78, 11, 18, 01, 07

    HKR, Parameters, DisOhciPrefetch, 0x00000001, 02, 10, 85, 43, 40, 4F, 01, 00

    HKR, Parameters, DisAlinkL1PState, 0x00000001, 02, 10, 85, 43, 40, 4F, 00, 03, 22, 10, 0B, 78, 11, 18, 00, 07

    HKR, Parameters, OhciDevIdList, 0x00000001, 02, 10, 97, 43, 00, 12, 00, 01, 02, 10, 97, 43, 00, 13, 00, 01,02, 10, 97, 43, 00, 16, 00, 01, 02, 10, 99, 43, 00, 14, 05, 01

    HKR, Parameters, PC6CPUID, 0x00000001, 15, 15, 10, 1F, 01, 00, 00, 00, 15, 15, 20, 2F, 01, 00, 00, 00

    HKR, Parameters, CFoHCPUID, 0x00000001, 15, 15, 10, 1F, 01, 01, 0A, 40

    HKR, ,BootFlags ,0x00010001, 20



    ;;

    ;;Uninstall service section

    ;;

    [DefaultUnInstall.Services]

    DelService=usbfilter,0x00000200,,





    [DefaultUnInstall.NT.Services]

    DelService=usbfilter,0x00000200,,





    [DefaultUnInstall.NTAMD64.Services]

    DelService=usbfilter,0x00000200,,



    ;[usbfilter64.Service.NTAMD64.Install]

    ;DisplayName = %UsbFilter.SVCDESC%

    ;ServiceType = 1 ; SERVICE_KERNEL_DRIVER

    ;StartType = 3 ; SERVICE_DEMAND_START

    ;ErrorControl = 1 ; SERVICE_ERROR_NORMAL

    ;ServiceBinary = %12%\usbfilter.sys

    ;LoadOrderGroup = PNP Filter





    [SourceDisksNames]

    1=%DiskId%



    [SourceDisksFiles.x86]

    usbfilter.sys = 1,\x86



    [SourceDisksFiles.amd64]

    usbfilter.sys = 1,\x64



    ;

    ; Localizable Strings

    ;



    [Strings]



    AMD = "Advanced Micro Devices Inc."

    service_desc = "AMD USB Filter Driver"

    UsbFilter.SVCDESC = "AMD USB Filter Driver"

    DiskId = "AMD USB Filter Driver Install disk (1)"

    usbfilter.DrvDesc = "AMD USB Filter Driver"



    REG_DWORD = 0x00010001





    ★★★★★★★★★★★

    :)
     
    andreaman, May 23, 2019
    #1

  2. Display Driver Will Not Uninstall/INF Not Found When Trying To Install

    On my 5870M, I am trying to upgrade to CCC 11.11, but I am running into some issues. First off, when I try to uninstall my current drivers (11.9), it will not uninstall my display driver. CCC uninstaller gets to the driver, then just loops there for however long I leave it. Next issue I am having is installing the new driver. If I try to install over, or if I use genetix cleaner in safe mode to uninstall, I get the infamous INF file not found. From what I have seen, this is usually due to driver cleaner, which I have never used, and prior to this, I never even used genetix cleaner. Even if I go to device manager and point the graphics card to the INF folder under ATI/Support, I get an error of "no graphics driver available." I am running Windows 7 x64.
     
    SP3CIALAG3NTBOB, May 23, 2019
    #2
  3. How do you uninstall chipset drivers?

    I'm installing a new mobo so I need to uninstall the intel 865g drivers to make way for the P35 drivers.

    Can't find any uninstall options in add/remove programs and intel chipset inst listed in driver cleaner.

    Any suggestions? *Confused How to uninstall a driver that manually installed by right-clicking on INF file? :confused:
     
    oli_ramsay, May 23, 2019
    #3
  4. How to uninstall a driver that manually installed by right-clicking on INF file?

    PhysX Driver that Works on all Capable GPUs to be out by August

    The drivers should work... I'd suggest throwing it to Pagalms or the GTX 260/280 teaser driver thread... I know there is a list somewhere for it. All you need is the modded .inf file. But, Driver 177.66 don't need the modded .inf... Just go to Guru3d and grab them and install.
     
    Cold Storm, May 23, 2019
    #4
Thema:

How to uninstall a driver that manually installed by right-clicking on INF file?

Loading...
  1. How to uninstall a driver that manually installed by right-clicking on INF file? - Similar Threads - uninstall driver manually

  2. Some general driver inf file questions

    in Windows 10 Drivers and Hardware
    Some general driver inf file questions: I'm trying to update a driver from windows 7 to windows 10. The drier will only be installed on systems with intel chips.1. Microsoft requires that the .inf file contain a NTamd64 but doesn't require a NTia64 section. Isn't NTia64 what I want, considering that it is for...
  3. Some general driver inf file questions

    in Windows 10 Gaming
    Some general driver inf file questions: I'm trying to update a driver from windows 7 to windows 10. The drier will only be installed on systems with intel chips.1. Microsoft requires that the .inf file contain a NTamd64 but doesn't require a NTia64 section. Isn't NTia64 what I want, considering that it is for...
  4. Some general driver inf file questions

    in Windows 10 Software and Apps
    Some general driver inf file questions: I'm trying to update a driver from windows 7 to windows 10. The drier will only be installed on systems with intel chips.1. Microsoft requires that the .inf file contain a NTamd64 but doesn't require a NTia64 section. Isn't NTia64 what I want, considering that it is for...
  5. How to manually install a Driver using a .INF File in Windows 11/10

    in Windows 10 News
    How to manually install a Driver using a .INF File in Windows 11/10: [ATTACH]Device drivers play a very important role in letting several hardware components on your computer function properly. Things like a video card or your motherboard require you to have updated drivers installed if you want them working well. Installing appropriate...
  6. Help to change INF file for install drivers in windows 10

    in Windows 10 Drivers and Hardware
    Help to change INF file for install drivers in windows 10: Hi everyone. I have an USB wireless adapter, ID MQ4WUG2400, and the update driverstopped on windows XP version. I used it until windows 7 but I cannot in windows 10. I would like help to change the INF file to enable the installation in windows 10. The driver files are in...
  7. Please Help How can i remove or uninstall this driver .inf ?

    in Windows 10 Ask Insider
    Please Help How can i remove or uninstall this driver .inf ?: this driver isn't available / visible in device manager , how can i remove or uninstall this , is there any cli option to uninstall / remove this from my pc ! https://i.postimg.cc/gkQS0sy1/Screenshot-17.png submitted by /u/Ben_Copper [link] [comments]...
  8. Extension INF drivers - when and how are they uninstalled?

    in Windows 10 Drivers and Hardware
    Extension INF drivers - when and how are they uninstalled?: Hello everybody, now that I finally know why several drivers are installed in the device manager for some devices with/for the same device ID*, the question arises how these Extension INFs are managed. For example, I have an Intel UHD 620 which has been getting extensions...
  9. AMD chipset driver installation error (Missing Inf file)

    in Windows 10 Drivers and Hardware
    AMD chipset driver installation error (Missing Inf file): Hi guys trying to update my AMD drivers and im getting these 2 errors shown in the screenshot. What's going on? I should mention im running a 3700x on a x470 motherboard, an asus prime pro x470 with an NVIDIA GTX 1070 I installed their chipset driers but it seems to have come...
  10. how to manually install a camcorder driver

    in Windows 10 Installation and Upgrade
    how to manually install a camcorder driver: I can not download video from a memory card, I have an original driver of my camcorder. It didn't install automatically. How can I install it manually....

Users found this page by searching for:

  1. hoe to uninstall inf files

    ,
  2. remove drive inf file not found

    ,
  3. how to uninstall inf file

    ,
  4. how to remove drivers installed by inf files,
  5. uninstall a driver manually,
  6. windows 10 uninstall inf,
  7. uninstall inf,
  8. how to uninstall recent manually installed driver,
  9. how to manually uninstall the inf file