Fix OneDrive Files On-Demand Reverting to Online-Only Periodically

Quick fix: Storage Sense in 24H2 silently converts locally-cached OneDrive files back to online-only after a set period. Open Settings → System → Storage → Storage Sense, and set Locally available cloud content → Never to keep your “Always available offline” files cached permanently. You marked some OneDrive folders as “Always keep on this device” … 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

Fix Paper Size Reverting to Letter Despite A4 Default in Windows 11

Quick fix: Set the paper size as the printer’s default via Set-PrintConfiguration in elevated PowerShell, not just in Control Panel preferences. Many drivers store the “preferences” default per-user but ignore it for new print jobs, which read from the system-wide queue config. You set A4 as the default paper size in the printer’s preferences (via … Read more

Fix .NET Update Failing With 0x80092004 on Windows 11

Quick fix: 0x80092004 is CRYPT_E_NOT_FOUND — a required certificate or key is missing. For .NET updates, this usually means a corrupted catroot2 cache. Stop the Cryptographic Services, delete C:\Windows\System32\catroot2, restart the service, and retry the update. You ran Windows Update and a .NET cumulative update failed with error 0x80092004. The error code refers to cryptographic … Read more

Fix Keyboard Repeat Rate Ignoring Settings After Bluetooth Disconnect

Quick fix: Bluetooth disconnect/reconnect breaks the keyboard’s repeat rate calibration. Reset via control keyboard — sliders re-apply on close. Or set persistent values via registry: HKCU\Control Panel\Keyboard\KeyboardSpeed = 31 (max), KeyboardDelay = 0 (shortest). You set keyboard repeat rate to fast and repeat delay to short. Works for the day. Bluetooth keyboard disconnects (you closed … Read more

Why TPM Reset Forces a New BitLocker Recovery Key Generation

Quick fix: Yes — clearing the TPM invalidates the cryptographic binding BitLocker uses. The next boot prompts for the existing recovery key, and after unlock, you must re-encrypt or re-bind. Suspend BitLocker first via manage-bde -protectors -disable C: before clearing TPM to avoid forced recovery. You need to clear the TPM (replaced motherboard, security audit, … 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 Block Store Apps From Auto-Updating on Metered Connections

Quick fix: Mark your network as metered. Open Settings → Network & internet → (Wi-Fi or Ethernet), click the network name, and toggle Metered connection on. Microsoft Store auto-updates pause on metered networks; you can still update apps manually. You’re on a tethered phone connection, limited data plan, or capped office bandwidth. You don’t want … Read more