I have a question, where did u find the info about the registry to block the automatic installing of Conexant drivers?
I want to do it, too.
As I happened to be on Win 10 Home version, I had to use the Registry block method.
There are two different method to get the job done:
1. Group Policy Editor Method (requires Win 10 Pro, because only Win 10 pro have access to group Policy Editor): Much easier. This method basically does the necessary Registry Modifications
for the user. Because modifying any Registry values without knowing, will result in unstable Windows and will eventually CRASH and led to Re-installation of Windows.
2. Registry Method (both Pro and Home users can use because both have access to Windows Registry): a bit complex compared to GPEDIT method. But if followed carefully, is nothing to be worried
about.
Group Policy Editor Method (only Win 10 Pro) : Follow this link. How
to Disable Automatic Driver Updates in Windows 10? | Windows OS Hub (woshub.com)
Registry Method (Win 10 Pro and Home): Follow this link: Prevent
Windows Update from Updating Specific Device Driver | Tutorials (tenforums.com)
Now there's some issue when following Registry Method that some might encounter, that I think I need to explain.
WARNING: Be extra careful when MODIFYING/EDITING Windows Registry. DO NOT TOUCH ANY REGISTRY ENTRY VALUE OTHERWISE KNOWING FULLY WHAT THAT ENTRY DOES. ANY IMPROPER AND UNNECESSARY MODIFICATION WILL RESULT IN CRASHING OF WINDOWS.
ALSO I HIGHLY RECOMMEND TAKING A FULL SYSTEM DISK (C DRIVE) BACKUP BEFORE FOLLOWING THROUGH THE MODIFICATIONS FOR ANY POTENTIAL FUTURE ISSUE BECAUSE OF IMPROPER REGISTRY MODIFICATIONS.
Before following through Any of the method, You have to Copy the Specific Drivers Hardware Id names from Device Manager's Specific Drivers properties panel.
- Open the Device Manager.
- Locate the device
- Double-click on it, or Right-click and select Properties from the context menu.
- Switch to the Detailstab.
- Under the Property menu at the top, select Hardware Ids.
- For most devices there are more than one Hardware Ids. Usually the first two are the ones you need. The first one is the actual Hardware Id of your device and is specific to your device. For proper prevention, it is recommended to select the second one,
which is more generic.
- Right-click on the ID you want, and select Copy from the context menu to copy it to and save in a notepad txt document, for later use. Its best to copy and save all the ID name from the list.
(FOR EXAMPLE PURPOSE ONLY)

Now let's get going.
Step 01: Search for Registry Editor and open as Administrator.
Step 02: Go to this Registry Value either by pasting it on the above address bar or just expand it through the tree view (on left hand side).
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall
The folder "DeviceInstall" under "Windows" folder
was not present on my registry tree view. So I had to create the folder. Just right click on "Windows" folder and select "New > Key " and name it as "DeviceInstall"
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions
Create the folder "Restrictions **"**as like you did before. Right click on "DeviceInstall" and select New > Key and name it "Restrictions".
Step 03: Left click to select "Restrictions" key and on the right hand side panel, right click and select, New > DWORD (32-bit) Valueand create the following 02 values:
DenyDeviceIDs
DenyDeviceIDsRetroactive

Double-Click on each newly created DWORD values and change the Value Data to 1 ( 1 = Enabled and 0 = Disabled)


Step 04: Now create " DenyDeviceIDs " Folder/Key under " Restrictions "
folder as like before by Right click and select New > Key.
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs
Step 05: Left click to select newly created folder/Key
DenyDeviceIDs, on the right hand panel, Right Click and Select
New > String Value and Create and name the individual String Values 1, 2, 3 .. depending on how many Hardware ID name you have copied from Device Manager properties panel.
I have 2 different Hardware Id name/values divided into two separate lines as like this:
HDAUDIO\FUNC_01&VEN_14F1&DEV_1F72&SUBSYS_10431A40&REV_1000
HDAUDIO\FUNC_01&VEN_14F1&DEV_1F72&SUBSYS_10431A40
these are specific to my machine and device hardware Id. I had to enter these two different Hardware id's on two different String Values

Now double click on each String Value you just created for your device and fill the
Value Data with a single line of Hardware Id values Copied from Device Manager.
HDAUDIO\FUNC_01&VEN_14F1&DEV_1F72&SUBSYS_10431A40&REV_1000
HDAUDIO\FUNC_01&VEN_14F1&DEV_1F72&SUBSYS_10431A40
each line goes onto each separate
String Value > Value data.

Repeat this step for every Single Hardware Id name from your Device Manager's Specific Driver Properties panel, the specific driver that you want to prevent automatic update by windows update.
I had to create two (02) String Value for that I had two Hardware ID values/name from my Device Manager Driver Properties.
At this point you are all set. Just Close The Registry Editor and Restart the PC.
If you already haven't uninstalled your Device from windows, now you can and It wouldn't get installed automatically by Windows given that you have followed through the steps properly..
Thank you for the information. I tried following the registry method but ran in to a problem in which the generic Windows Audio Driver does not install. After following the steps you provided and rebooting, I went to device manager
and uninstalled the Conexant Audio Driver. Rebooted again and got an error as the troubleshooter came up. It says that the speakers are not plugged in. I then went to device manager, Other Devices, I found a device with an error entitled "Intel High Definition
Audio". I selected "update driver" and it stated that the policy is set to not install devices from Conexant. What are your throughts? Additional Information: Windows 10 Pro & I did not set the hardware denial policy nor remove the Conexant Microphone driver.
When uninstalling the Conexant ISST Audio Driver, I selected to delete all driver files. Any help is appreciated.