Fix Sign-In Options Missing on Windows 11 Lock Screen

Quick fix: On the lock screen, click Sign-in options (small link below the password field). If link is missing: only password is configured. Add other methods via Settings → Accounts → Sign-in options. Set up PIN, Windows Hello (face/fingerprint), or security key. Each enabled method appears in lock screen options. For corporate accounts: Group Policy … Read more

How to Promote a Local Account to Administrator Safely on Windows 11

Quick fix: Sign in as existing Administrator. Open Settings → Accounts → Other users. Pick the local account → Change account type → Administrator. OK. Alternative: Command Prompt (Admin) → net localgroup Administrators “Username” /add. The new admin can install apps, change system settings. Recommend: keep one strong admin account and use standard accounts for … Read more

Why Two-Factor Prompts Loop When Signing In on Windows 11

Quick fix: 2FA loops on Windows 11 sign-in usually mean Microsoft Authenticator can’t reach Microsoft servers, time on PC is off, or trusted device flag has been reset. Fix: ensure PC time correct (Settings → Time & language → Set time automatically). Approve from Authenticator. Tick “Stay signed in” on first successful auth. For chronic … Read more

How to Configure Dynamic Lock With a Phone on Windows 11

Quick fix: Pair phone via Bluetooth: Settings → Bluetooth & devices → Add device → Bluetooth → pick phone. Once paired: Settings → Accounts → Sign-in options → Dynamic Lock → tick Allow Windows to automatically lock your device when you’re away. When phone moves away (out of Bluetooth range, ~30 seconds), Windows auto-locks. Dynamic … Read more

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