How to Block Specific Microsoft Store App Updates on Windows 11

Quick fix: The Store has no native per-app update block. The practical paths on Windows 11 are an AppLocker version-pin rule on Pro/Enterprise, an export-then-sideload of the working .appxbundle, or marking your connection as metered to defer all Store updates temporarily. Most of the time you want every Store app to stay current. But one … Read more

How to Use Variants of a Theme Across Day and Night on Windows 11

Quick fix: Windows 11 has no built-in scheduled theme switching, but Task Scheduler plus a two-line PowerShell script that flips the AppsUseLightTheme and SystemUsesLightTheme registry values gives you light at sunrise and dark at sunset without any third-party app. macOS and most phones switch their UI between light and dark automatically as the day progresses. … Read more

Fix Windows 11 PCs That Freeze Briefly Every 30 Seconds

Quick fix: A clockwork 30-second freeze on Windows 11 is almost always the SMB browser election on a workgroup, the Group Policy refresh on a domain-joined PC, or a failing SSD with retry timeouts. Disable Function Discovery Resource Publication, run chkdsk /scan, and check Event Viewer at the freeze timestamps. The pattern matters. A random … Read more

Fix Display Resolution Resets to 1024×768 After Windows 11 Sleep

Quick fix: Display resolution resetting to 1024×768 after sleep means: graphics driver failed to detect monitor properly. Update GPU driver from manufacturer (Nvidia, AMD, Intel). For Nvidia: install Studio driver (more stable than Game Ready). Disable adapter sleep: Device Manager → Display adapters → right-click GPU → Properties → Power Management → untick “Allow the … Read more

How to Schedule Defragmentation Across Multiple Drives on Windows 11

Quick fix: Open Optimize Drives, click Change settings, then click Choose next to the schedule to enable optimization for each drive individually. For fine-grained control across multiple drives at different times, use defrag.exe with Task Scheduler. Windows 11 ships with a single global schedule for defragmentation and TRIM. Every drive runs on the same weekly … Read more

How to Schedule Restart for Updates on a Specific Day of the Week

Quick fix: Open Settings → Windows Update → Advanced options → Active hours and set Manually mode covering everything except your chosen restart window. For per-day-of-week control, use Group Policy: Configure Automatic Updates + Schedule day, or set the matching registry keys on Home edition. Windows 11’s default restart-for-updates behavior is “outside active hours,” which … Read more