Fix High Disk Activity From Service Host Local System on Windows 11

Quick fix: Open Task Manager → Details tab → right-click svchost.exe with high disk → Go to service(s). The culprit is usually SysMain (Superfetch), Windows Search, or BITS. Stop the offender from services.msc and either set Startup type to Manual or Disabled depending on whether you need it. Task Manager shows Service Host: Local System … Read more

How to Force a Custom Resolution on Windows 11 Without Driver Hacks

Quick fix: Use Custom Resolution Utility (CRU) from monitortests.com — free, no driver replacement. Add a custom resolution to your monitor’s EDID, run restart64.exe to reload the GPU driver, then pick the new resolution from Settings → Display → Advanced display. You want a resolution that isn’t in Windows’s dropdown — a 21:9 letterbox, an … Read more

How to Fully Remove Cortana Using PowerShell on Windows 11

Quick fix: Open Terminal (Admin) and run Get-AppxPackage -AllUsers Microsoft.549981C3F5F10 | Remove-AppxPackage -AllUsers — Cortana is uninstalled across every user profile in under 30 seconds. Cortana is technically retired but still ships pre-installed on Windows 11. The standalone Cortana app appears in your installed apps list, may still launch at sign-in on some builds, and … Read more

Fix Blurry Apps on Windows 11 When Switching Between Monitors

Quick fix: Right-click the blurry app’s .exe → Properties → Compatibility → Change high DPI settings → tick Override high DPI scaling behavior → choose System (Enhanced). This re-renders the app for the new monitor instead of bitmap-stretching it. You drag a window from your 4K laptop screen to a 1080p external monitor and the … Read more

Why Your PC Asks for a BitLocker Key After Replacing the Motherboard

Quick fix: Enter the recovery key from your Microsoft account at account.microsoft.com/devices/recoverykey, then immediately suspend BitLocker (Manage BitLocker → Suspend protection) before the next reboot — the TPM in the new motherboard needs to re-seal the encryption key against the new boot measurements. Your motherboard failed (or you upgraded), and after reassembly your PC boots … Read more

Why Bluetooth Headphone Audio Lags Behind Video on Windows 11

Quick fix: Right-click the speaker icon → Sound settings → More sound settings → Playback tab → right-click your Bluetooth headphone → Properties → Advanced tab → uncheck Allow applications to take exclusive control of this device. The lag drops from ~300ms to under 100ms on most devices. You’re watching a YouTube video through your … Read more

Why Your Wi-Fi Says Connected But Has No Internet on Windows 11

Quick fix: Open Terminal (Admin), run ipconfig /flushdns, then netsh int ip reset, then reboot — 70% of “connected but no internet” cases come back online with this three-command sequence. Your Wi-Fi shows connected with full signal bars, but no website loads. The browser hangs at “Connecting…”. Some apps show offline. Other devices on the … Read more

Why Windows.old Returns After Deletion and How to Remove It Permanently

Quick fix: Run Disk Cleanup as administrator, tick Previous Windows installation(s), and confirm — this is the only way Windows actually removes the Windows.old folder. Manual delete fails because the folder is protected. You manually deleted C:\Windows.old after a Windows 11 update. Hours of waiting, several GB of free space reclaimed. Then a week later … Read more