Fix Account Pictures Cache Not Updating on Windows 11

Quick fix: Account picture cache: %APPDATA%\Microsoft\Windows\AccountPictures (per-user). Close Settings. Delete contents of this folder. Open Settings → Accounts → Your info. Re-upload account picture. Cache rebuilds with new image. Sign out / in to refresh across system. Account picture changes don’t always propagate immediately. Cache holds old image. Clear cache and re-upload to force refresh. … Read more

How to Enable LSA Protection Safely on Windows 11

Quick fix: LSA (Local Security Authority) Protection: prevents code injection into LSA process (defends against credential theft). Enable via Windows Security → Device security → Core isolation → Local Security Authority protection → toggle on. Reboot. Test for app / plugin compatibility. If issues: same place, toggle off. LSA Protection (RunAsPPL) hardens the credential storage … Read more

How to Lock Down Settings Pages for Other Users on Windows 11

Quick fix: Group Policy: gpedit.msc → User Configuration → Administrative Templates → Control Panel → Hide specified Control Panel items → Enabled → Show → add page identifiers. Or modern Settings: registry: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer → create REG_SZ SettingsPageVisibility → value hide:apps;updateandsecurity. Lock specific pages for non-admin users. Hide / restrict Settings pages for other users. Useful … Read more

Why Windows 11 Sign-In Times Out and How to Extend the Window

Quick fix: Sign-in screen times out: typically PC sleeps after period of inactivity, requiring re-authentication. Extend: Settings → System → Power & battery → Screen and sleep → When plugged in, put my device to sleep after → longer or Never. For sign-in screen timeout specifically: registry: HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\7516b95f-f776-4464-8c53-06167f40cc99\8EC4B3A5-6868-48c2-BE75-4F3044BE88A7. Sign-in screen timeout: after lock screen inactivity, … Read more

How to Encrypt a USB Drive With BitLocker To Go

Quick fix: Plug in USB drive. Open File Explorer. Right-click drive → Turn on BitLocker. Pick password. Save recovery key (printed / Microsoft account / file). Pick encryption type: Used disk space only (faster, new drives) or Entire drive (more secure, used drives). Start. After encryption: drive prompts for password on every plug-in. BitLocker To … Read more