Aquagraphite
New Member
- Joined
- Jan 24, 2023
- Messages
- 1 (0.00/day)
I always perform this to make doubly sure that Win 11 doesn't reinstall another version of the drivers.
Currently its manual and have a simple ID list in notepad that I add after installation of an unofficial driver.
Probs can be down with powershell or similar:
Set-ItemProperty -Path HKLM:\Software\Policies\Microsoft\Windows\DeviceInstall\Restrictions -Name DenyDeviceIDs -Value 1
Set-ItemProperty -Path HKLM:\Software\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs -Name 1 -Value 'PCI\VEN_10DE&DEV_2204&SUBSYS_88D5103C&REV_A1'
Set-ItemProperty -Path HKLM:\Software\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs -Name 2 -Value 'PCI\VEN_10DE&DEV_2204&SUBSYS_88D5103C'
Set-ItemProperty -Path HKLM:\Software\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs -Name 3 -Value 'PCI\VEN_10DE&DEV_2204&CC_030000'
Set-ItemProperty -Path HKLM:\Software\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs -Name 4 -Value 'PCI\VEN_10DE&DEV_2204&CC_0300'
Currently its manual and have a simple ID list in notepad that I add after installation of an unofficial driver.
Probs can be down with powershell or similar:
Set-ItemProperty -Path HKLM:\Software\Policies\Microsoft\Windows\DeviceInstall\Restrictions -Name DenyDeviceIDs -Value 1
Set-ItemProperty -Path HKLM:\Software\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs -Name 1 -Value 'PCI\VEN_10DE&DEV_2204&SUBSYS_88D5103C&REV_A1'
Set-ItemProperty -Path HKLM:\Software\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs -Name 2 -Value 'PCI\VEN_10DE&DEV_2204&SUBSYS_88D5103C'
Set-ItemProperty -Path HKLM:\Software\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs -Name 3 -Value 'PCI\VEN_10DE&DEV_2204&CC_030000'
Set-ItemProperty -Path HKLM:\Software\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs -Name 4 -Value 'PCI\VEN_10DE&DEV_2204&CC_0300'