Fix Action Center Icons Disappear From Quick Settings on Windows 11

Quick fix: Open Quick Settings (Win+A). Click the pencil (edit) icon at bottom right. Click Add. Add the missing icons (Wi-Fi, Bluetooth, Battery, Focus, Accessibility, etc.). Click Done. If pencil doesn’t work or icons greyed out: delete HKCU\Software\Microsoft\Windows\CurrentVersion\ControlCenter registry key and sign out / in. Quick Settings rebuilds. Quick Settings (the volume / Wi-Fi / … Read more

How to Clean Up SoftwareDistribution Folder Safely on Windows 11

Quick fix: Open Admin Command Prompt. Run: net stop wuauserv, net stop bits, then ren C:\Windows\SoftwareDistribution SoftwareDistribution.old, then net start wuauserv && net start bits. Windows recreates folder. Old version preserved as .old in case rollback needed. SoftwareDistribution folder holds Windows Update downloads. Can grow huge over time. Cleaning resolves stuck updates, frees disk space, … Read more

How to Reset Precision Touchpad Settings on Windows 11

Quick fix: Open Settings → Bluetooth & devices → Touchpad. Scroll to bottom → click Reset next to Reset touchpad settings. All touchpad customizations revert to default. Gestures, sensitivity, scrolling direction reset. Restart laptop if changes don’t take effect. Precision Touchpad settings can be customized: tap-to-click, three-finger swipe, scroll direction, palm rejection. Reset button reverts … Read more

How to Rebuild the Search Index on Windows 11 Without Losing Pinned Items

Quick fix: Open Settings → Privacy & security → Searching Windows → Advanced indexing options. Click Advanced. Click Rebuild. Confirm. Index rebuilds in background (30 minutes to several hours depending on file count). Pinned folders, Start menu pins, and Quick Access entries are not affected — only the search database. Search index rebuild scans all … Read more

How to Add a Site Exception to Edge Sleeping Tabs List

Quick fix: Open Edge → edge://settings/system. Find Save resources with sleeping tabs section. Click Add next to Never put these sites to sleep. Enter URL or pattern (e.g., youtube.com, *.figma.com). Click Add. Edge no longer puts that site’s tabs to sleep. Useful for music sites, live monitoring, web apps. Edge’s Sleeping Tabs feature saves RAM/CPU … Read more

Why Lock Screen Spotlight Images Stop Changing on Windows 11

Quick fix: Open Settings → Personalization → Lock screen. Under Personalize your lock screen: pick something other than Windows spotlight, click Apply, then switch back to Windows spotlight. This re-initializes. If still stuck: delete %LOCALAPPDATA%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets folder. Reboot. Spotlight resets and downloads fresh images. Windows Spotlight rotates daily lock screen images from Microsoft. Sometimes stops updating … Read more

How to Reset Microsoft Store Pin Layout for Live Tiles on Windows 11

Quick fix: Windows 11 removed Live Tiles entirely (replaced with widgets and pinned apps). To reset Start menu / pinned apps layout: open Settings → Personalization → Start → Reset to default button isn’t there. Manual: unpin all from Start, re-pin only what you want. Or PowerShell: Get-StartApps | Format-Table Name, AppID to see and … Read more

How to Link Digital License to Microsoft Account for Easy Reactivation

Quick fix: Open Settings → System → Activation. If currently signed in with local account, you’ll see Add an account link. Click it. Sign in with Microsoft account. Activation now linked to that Microsoft account. On reinstall or hardware change, signing in to same Microsoft account auto-reactivates. Linking digital license to Microsoft account makes reactivation … Read more

How to Resume an Interrupted Windows 11 Feature Update

Quick fix: If Windows 11 feature update interrupted (power loss, crash), reboot. Windows usually auto-resumes. If it doesn’t: Settings → Windows Update → Check for updates. Update Assistant resumes from where left off (uses cached files). For corrupted state: Microsoft Update Assistant or in-place upgrade via ISO usually fixes. Feature updates (Windows 11 22H2 to … Read more