HDaudbus pops

You could be able to block device driver installation for "Intel(R) 300 Series Chipset Family SATA AHCI Controller" (iastorac.sys), Hardware ID--> "PCI\VEN_8086&DEV_A353&SUBSYS_380817AA&REV_10" with the following command (launched in an elevated command prompt):
Code:
reg add "hklm\Software\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "PCI\VEN_8086&DEV_A353&SUBSYS_380817AA&REV_10" /t reg_sz /f

dendeviceids.png




If that shouldn't work, the following operations should block ALL devices drivers installations for your PC.
Valid for Windows 10 Version 10.0.19042.685 (Version 20H2 Build 19042.685), i.e. most recent version.
  • Go to Control Panel\Hardware and Sound\Devices and Printers
  • Right-click your PC
  • Click Device installation settings
  • It will appear a window saying:
    "Do you want to automatically download manufacturers' apps and custom icons that are available for your device?"
    Radio/option buttons:
    - "Yes (recommended)"
    - "No (your device might not work as expected)"
    Buttons:
    "Save changes"
    "Cancel"
  • Select no and click Save changes.

device installation settings.png
 
Last edited:
when I changed the driver from Intel to standard SATA, It was ok for a while but the cracks sound came back again.
 
here is the result, I tried both 1 and 0 value for this. (If this is the same value as before which we changed in the earlier post)
 

Attachments

Re-launch the command and reboot:
Code:
reg add "hklm\SYSTEM\CurrentControlSet\Enum\PCI\VEN_8086&DEV_A353&SUBSYS_380817AA&REV_10\3&11583659&0&B8\Device Parameters\Interrupt Management\MessageSignaledInterruptProperties" /v MSISupported /t reg_dword /d 0 /f
 
Download the attached file, unzip its folder on the desktop, launch the following command, zip devices.html you'll find on your desktop, and send it here:
Code:
"%userprofile%\Desktop\devmanview x64 1.72 portable\devmanview.exe" /shtml "%userprofile%\desktop\devices.html"
 

Attachments

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top