Skip to content

Commit

Permalink
Update 2024 Dell 5591 Driver Disable.bat
Browse files Browse the repository at this point in the history
Only the touchpad driver is annoying
  • Loading branch information
Espionage724 authored Nov 9, 2024
1 parent 5a9a231 commit 8e992b0
Showing 1 changed file with 2 additions and 36 deletions.
38 changes: 2 additions & 36 deletions 2024 Dell 5591 Driver Disable.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:: Dell Latitude 5591
:: 2024/04/27
:: 2024/05/19

:: Initial
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions" /v "DenyDeviceIDs" /t "REG_DWORD" /d "1" /f
Expand All @@ -15,38 +15,4 @@ reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\Den
sc stop "ApHidMonitorService"
sc config "ApHidMonitorService" start="disabled"

:: Intel(R) Dynamic Tuning Manager
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "3" /t "REG_SZ" /d "ACPI\VEN_INT&DEV_3400" /f
::reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "3" /f
sc stop "esifsvc"
sc config "esifsvc" start="disabled"

:: Intel(R) Dynamic Tuning Processor Participant
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "4" /t "REG_SZ" /d "PCI\VEN_8086&DEV_1903&SUBSYS_08191028&REV_07" /f
::reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "4" /f

:: Intel(R) Dynamic Tuning Generic Participant
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "5" /t "REG_SZ" /d "ACPI\VEN_INT&DEV_3403" /f
::reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "5" /f

:: Intel(R) HID Event Filter
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "6" /t "REG_SZ" /d "ACPI\VEN_INT&DEV_33D5" /f
::reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "6" /f

:: Intel(R) 300 Series Chipset Family SATA AHCI Controller
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "7" /t "REG_SZ" /d "PCI\VEN_8086&DEV_A353&SUBSYS_08191028&REV_10" /f
::reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "7" /f

:: Intel(R) Wireless Manageability
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "8" /t "REG_SZ" /d "SWC\842ADBFC-7499-407B-BD91-A52842585D0B" /f
::reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "8" /f

:: Realtek Audio Universal Service
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "9" /t "REG_SZ" /d "SWC\VEN_10EC&SID_0001" /f
::reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "9" /f
sc stop "RtkAudioUniversalService"
sc config "RtkAudioUniversalService" start="disabled"

:: STMicroelectronics 3-Axis Digital Accelerometer
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "10" /t "REG_SZ" /d "ACPI\VEN_SMO&DEV_8810" /f
::reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "10" /f
:: End

0 comments on commit 8e992b0

Please sign in to comment.