How to Compress Folders With NTFS Compression on Windows 11

Quick fix: Right-click folder → Properties → Advanced button. Tick Compress contents to save disk space. Apply → choose “Apply to subfolders and files.” NTFS transparently compresses files. Read/write speed slightly slower but works seamlessly. Best for text, logs, source code; poor for media (already compressed). NTFS includes built-in transparent compression. Files appear normal in … Read more

Why USB-C Drives Show Up Twice in File Explorer on Windows 11

Quick fix: USB-C drives showing twice in File Explorer: once as Removable Disk, once as Local Disk. Cause: Windows detects USB-C drive’s metadata as both removable and fixed. Open Disk Management → right-click drive → Change Drive Letter and Paths → Remove the duplicate letter. You plug in USB-C external SSD. File Explorer shows two … Read more

Why BitLocker Suspends After Every Reboot on Windows 11

Quick fix: BitLocker suspends if it detects boot environment changes (TPM PCR mismatch). Update BIOS or pending Windows Update may trigger. Run manage-bde -protectors -enable C: in Terminal (Admin) to resume protection. For chronic auto-suspends: check Event Viewer for the trigger cause. BitLocker is enabled. Each boot: protection status shows Suspended. You resume via Control … Read more

How to Remove Recent Files From Quick Access on Windows 11

Quick fix: Open File Explorer → three-dot menu → Options. On General tab, under Privacy: untick Show recently used files. Click Clear next to “Clear File Explorer history.” Apply. Recent files no longer appear in Quick Access. Quick Access in File Explorer shows recent files and frequent folders. For privacy or clutter reasons, you want … Read more

How to Enable Mouse Keys for Cursor Control via Numpad on Windows 11

Quick fix: Open Settings → Accessibility → Mouse. Toggle Mouse keys on. Press Num Lock to enable. Use numpad: 4/6 = left/right, 8/2 = up/down, 7/9/1/3 = diagonals, 5 = click. Adjust speed and acceleration sliders for comfort. Mouse died. Or you have RSI and want keyboard-driven cursor. Or want precise pixel-level cursor for design … Read more

How to Restore Missing Wi-Fi Adapter After a Sleep Cycle

Quick fix: Wi-Fi adapter disappears after sleep. Open Device Manager → right-click any device → Scan for hardware changes. Adapter returns. Permanent fix: Device Manager → Network adapters → Wi-Fi → Properties → Power Management → untick “Allow the computer to turn off this device to save power.” Laptop sleeps. Wake up. No Wi-Fi. Settings … Read more

How to Enable Ultimate Performance Power Plan on Windows 11

Quick fix: Open Terminal (Admin) and run powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61. This unlocks the hidden Ultimate Performance power plan. Then Control Panel → Power Options → pick Ultimate Performance. Eliminates CPU throttling, increases power use, max performance for workstations. Ultimate Performance is hidden by default on consumer Windows. It disables most power-saving features for max performance. … Read more

How to Re-Enable Calendar Quick Add From Taskbar Clock on Windows 11

Quick fix: The Calendar flyout in Windows 11 22H2+ removed the inline event-add field. To restore similar functionality: open Settings → Personalization → Taskbar → Taskbar behaviors, ensure Show notification icons on the lock screen and clock flyout are enabled. For full inline add: install Microsoft To Do from the Store and pin its widget, … Read more