GPU Compute Software
Ask questions about Intel® Graphics Compute software technologies, such as OpenCL* GPU driver and oneAPI Level Zero
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
372 Discussions

What hardware is included on the 32.0.101.6881 drivers?

PCV
Beginner
459 Views

Sorry if this is not the right forum. I've been trying to block the installation of any new driver (since last year). But blocking the Intel Iris Xe Graphics hardware ID and the Intel Smart Sound Technology BUS hardware ID is only partially stopping the updates. The result is that the old driver breaks and I get the yellow exclamation, even though the old driver remains in place. I then find instances of the new driver in other files.

I have also tried to block the whole class of Display Adapters and Sound Adapters, but still, parts of the new drivers seep through and break the old drivers. Which makes me think that there's more than Display and Sound on this driver version.

The question is: Are there other hardware classes (besides display and sound) included in this driver that I need to block in order to stop this constant downgrade? Thanks

0 Kudos
1 Reply
PCV
Beginner
79 Views

I imagine the question is convoluted. And maybe even wrong. Trying again.

So, what I'm trying to do is stop this driver (32.0.101.6881) update.

I have a block for this Class GUID (Display Adapter) - 4d36e968-e325-11ce-bfc1-08002be10318
And a block for this GUID (SmartSound) - 4d36e97d-e325-11ce-bfc1-08002be10318

I just realized that if I try update the driver manually, using the .exe, and the block on. The update fails.
But as soon as I use Windows Update, with the block on. The driver gets half updated.
2c87ad47-2ed8-4bd0-a127-371b74845d92.jpg

So maybe there are no other hardware classes that need to be blocked, and my problem is that Windows doesn't respect the block entirely.

BTW, this is what I'm using as a "block".
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions]
"DenyDeviceClasses"=dword:00000001
"DenyDeviceClassesRetroactive"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceClasses]
"Display Adapter"="{4d36e968-e325-11ce-bfc1-08002be10318}"
"Intel SmartSound"="{4d36e97d-e325-11ce-bfc1-08002be10318}"

Any suggestions on how I can effectively block this driver update?

0 Kudos
Reply