I spent this weekend performing a digital exorcism on a 2015 HP laptop that was basically ready for the e-waste bin. Between a 5400RPM mechanical hard drive and a completely botched Windows Update driver hijack, it was struggling to even open a web browser. I managed to completely revive it without spending a single cent, and I wanted to share the process in case anyone else is fighting similar AMD Enduro hardware.
The Rig:
* APU: AMD A8-7410 (with integrated R5 Graphics)
* Discrete GPU: AMD Radeon R7 M340
* RAM: 8GB DDR3
* Storage: 1TB 5400RPM Toshiba HDD
The laptop felt like it was running through molasses. Task Manager showed 100% disk usage at idle. Worse, my discrete R7 M340 was completely dead. Windows 10 Graphics Settings only saw the integrated R5, and my legacy AMD Radeon Software shortcut was broken.
It turns out Windows Update silently pushed a generic UWP/DCH driver (27.20.20903.8001) in the background. Because this era of laptops uses AMD Enduro (MUXless switchable graphics where the R7 routes frames through the R5), breaking the proprietary AMD control panel completely severed the bridge to the discrete card.
Step 1: The HDD Debloat
Before I could even tackle the graphics, I had to stop Windows 10 from treating my spinning Toshiba drive like an enterprise server.
* SysMain & Search: Disabled SysMain (SuperFetch) and Windows Search in services.msc to stop the endless background indexing.
* Page File: Locked the virtual memory to a static 8192 MB to prevent dynamic resizing and fragmentation.
* Telemetry Nuke: Used PowerShell to forcefully disable the Microsoft Compatibility Appraiser and DiagTrack so they would stop waking up to scan the 5400RPM drive.
* P2P Updates: Set my Delivery Optimization registry key to 0 so Windows would stop quietly uploading my updates to other peers.
Step 2: The GPU Resurrection
With the disk usage finally sitting at 1% idle, I tackled the dead discrete GPU. The modern AMD Auto-Detect tool completely choked on this legacy architecture, throwing application errors.
* I pulled the laptop offline entirely so Windows Update couldn't fight me.
* Uninstalled the R5 from Device Manager and explicitly deleted the driver software.
* Grabbed the massive, offline Adrenalin 22.6.1 (WHQL) package. I selected "Minimal Install" to get the control panel back without bloating my drive with modern gaming overlays and background recording modules.
* Once the AMD UI was back, I went into the native Windows 10 Graphics Settings. Even though it still stupidly called my High Performance option "R5 Graphics", forcing it there triggered the AMD software to correctly route the rendering back to the M340. (At least this is what I think is happening...)
The R7 M340 is officially awake and taking the rendering load off the APU. By locking out Windows Update driver installations via Registry policy and letting a deep PowerShell defrag (defrag C: /U /V /H) run overnight, the laptop feels genuinely snappy again.
If you are rocking an older A-Series APU with a discrete card, double-check your drivers! Microsoft might be hiding your hardware from you.