Fix Wi-Fi Speed Drops to a Crawl After a Driver Update on Windows 11

Quick fix: Roll back the Wi-Fi driver to the previous version via Device Manager → Network adapters → [Wi-Fi adapter] → Properties → Driver tab → Roll Back Driver. If the rollback button is greyed out, download the previous driver manually from the manufacturer’s site (Intel, Realtek, Qualcomm) and install with Have Disk. Yesterday your … Read more

Fix Windows 11 Update Storage Reservation Fills Disk Quickly

Quick fix: Run DISM /Online /Get-ReservedStorageState to confirm Reserved Storage is enabled, then either disable it with DISM /Online /Set-ReservedStorageState /State:Disabled (frees ~7 GB but slows future updates), or clear the WinSxS component store with DISM /Online /Cleanup-Image /StartComponentCleanup /ResetBase. Your 256 GB SSD is filling up and you can’t figure out why. Settings → … Read more

Fix On-Screen Keyboard Pop-Ups Constantly Appearing on Windows 11

Quick fix: Open Settings → Accessibility → Keyboard and toggle On-Screen Keyboard Off. Then open Settings → Time & language → Typing → Touch keyboard and set Show the touch keyboard to Never. Together these stop both the desktop On-Screen Keyboard and the touch keyboard from auto-launching. The on-screen keyboard pops up every time you … Read more

Fix Slow Right-Click on Files in OneDrive Folders on Windows 11

Quick fix: Right-click on files inside OneDrive folders is slow because Windows queries the OneDrive cloud status before showing the context menu. Switch the affected files/folders to Always keep on this device via right-click → OneDrive icon → tick it. Or change OneDrive’s Files On-Demand behavior to make all files local. You right-click a file … Read more

Fix Edge Sleeping Tabs Causing Streaming to Stop on Windows 11

Quick fix: Open Edge → Settings → System and performance → Optimize performance → Sleeping tabs. Click Add next to Never put these sites to sleep and add your streaming domains (e.g., youtube.com, twitch.tv, open.spotify.com). Or toggle Sleeping tabs entirely Off. You start a YouTube video, switch to another tab to read something, and the … Read more

Fix Microsoft Store App Crashes Immediately on Open on Windows 11

Quick fix: Press Win + R, type wsreset.exe, press Enter. The Store cache resets in 30 seconds and the app relaunches. If it still crashes, run Get-AppxPackage Microsoft.WindowsStore | Reset-AppxPackage from elevated PowerShell to fully reset the Store app while preserving installed apps. You click the Microsoft Store icon. The Store splash appears for a … Read more

Fix Windows 11 Recovery Environment Cannot Be Found

Quick fix: Open Terminal (Admin) and run reagentc /info to check WinRE status. If disabled or missing, mount a fresh winre.wim from the Windows ISO’s sources folder (install.wim → Windows\System32\Recovery\Winre.wim) to C:\Recovery\WindowsRE\, then run reagentc /enable. You go to Settings → System → Recovery → Advanced startup and click Restart now. Windows reboots but lands … Read more