Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable unnecessary and problematic driver replacements on a Dell Latitude 5591. Some devices with drivers also take resources even if they aren't actively used (like Intel AHCI and accelerometer), so this batch file aims to just handle them all in one-go. - Touchpad has an Alps service that eats a large amount of CPU when moving an external USB mouse - Intel Dynamic Tuning is useless when forcing highest perf - Intel HID Events filter doesn't seem required and reported to cause issues elsewhere - Intel SATA AHCI controller is unnecessary with NVMe (in AHCI) - Intel Wireless Manageability seems like a security concern considering MEI is disabled (HAP bit) - Realtek Audio Service is unnecessary without Realtek's main driver and EQ and stuff (which is also unnecessary) - STMicroelectronics Accelerometer is for Dell's HDD free-fall protection and unnecessary with SSDs Adaptable and usable on any computer and devices but you'll have to change Device ID paths.
- Loading branch information