How to Find What Is Eating Disk Space With WinDirStat Equivalent Tools

Quick fix: Install WizTree from diskanalyzer.com (free, faster than WinDirStat). It reads the NTFS Master File Table directly, scanning a 1 TB SSD in under 30 seconds. Output: every folder and file sorted by actual disk usage, with tree view and treemap visualization. You’re out of disk space and need to see what’s using it. … Read more

How to Calibrate Color Output on a Windows 11 Photo Printer

Quick fix: Install the manufacturer’s ICC profile for your printer + paper combination. Open Settings → Bluetooth & devices → Printers & scanners → [printer] → Printer properties → Color Management tab. Add the ICC profile, set as default for the printer. In Photoshop or your photo app, set Printer Manages Colors: No, Photoshop Manages … Read more

How to Pause All App Updates From Microsoft Store on Windows 11

Quick fix: Open Microsoft Store → click your profile icon (top-right) → Settings → toggle App updates Off. New versions stop downloading automatically until you re-enable. To update on demand, go to Library → click Get updates. Microsoft Store auto-updates installed apps in the background. Sometimes you don’t want this — a specific Spotify version … Read more

How to Disable Indexing for Specific Folders to Speed Up Search

Quick fix: Open Control Panel → Indexing Options → Modify. Untick folders you don’t need indexed — especially large folders with many small files (source code, node_modules, AppData, OneDrive). The index gets smaller, search becomes faster, and Windows Search service uses less CPU/disk. Windows Search indexing is supposed to make file searches instant, but on … Read more

Fix Windows 11 Feature Update Loop That Reinstalls Itself

Quick fix: Open Terminal (Admin), reset the Windows Update components with net stop wuauserv && net stop bits && ren C:\Windows\SoftwareDistribution SoftwareDistribution.old && ren C:\Windows\System32\catroot2 catroot2.old && net start wuauserv && net start bits. Then run wuauclt /resetauthorization /detectnow. If the update still reinstalls itself in a loop, use wushowhide.diagcab from Microsoft to permanently hide … Read more

Why Windows 11 Notifications Stack Up and How to Manage Priorities

Quick fix: Open Settings → System → Notifications. For each noisy app, click it and toggle off Show notification banners and Show notifications in notification center independently. Set high-priority apps to High priority so they sort to the top. Use Focus to silence everything else during work blocks. Notifications pile up in the Notifications panel … Read more