How to Hide the Last Signed-In User on the Login Screen on Windows 11

Quick fix: Open Group Policy Editor (gpedit.msc). Navigate to Computer Configuration → Windows Settings → Security Settings → Local Policies → Security Options. Find Interactive logon: Do not display last signed-in. Set to Enabled. Click OK. Sign out and in. Login screen no longer shows the last user’s name and avatar; both username and password … Read more

How to Customize Mouse Side Buttons Without Manufacturer Software

Quick fix: Install X-Mouse Button Control (free) from highrez.co.uk. Run it. Right-click side button entries → assign actions (Copy, Paste, Window switch, etc.). Or use AutoHotkey for scripting. Or for PowerToys users: Keyboard Manager remaps mouse buttons via mouse-to-keyboard chord. Avoids needing Logitech G Hub, Razer Synapse, etc. Mouse side buttons (XButton1, XButton2) typically default … Read more

How to Block Edge Automatic Updates Without Group Policy on Windows 11

Quick fix: Open Services (services.msc). Find Microsoft Edge Update Service (edgeupdate) and Microsoft Edge Update Service (edgeupdatem). Right-click each → Properties → Startup type: Disabled. Stop the services. Edge will no longer auto-update. To update manually: open Edge → edge://settings/help → manually trigger update by visiting the page (still works without service if you do … Read more

How to Read an APFS Mac Drive on Windows 11 Without Reformatting

Quick fix: Install MacDrive (paid) or APFS for Windows by Paragon (paid, ~$50). Free alternative: apfs-fuse via WSL (read-only) or UFS Explorer Standard Recovery (free for read). After install, mount the Mac drive — appears as a drive letter in File Explorer. Copy files off. APFS is read-only; can’t write to it from Windows safely. … Read more

Why High Contrast Themes Break Some Apps on Windows 11 and How to Fix Them

Quick fix: Apps break with high contrast themes when they use hardcoded colors instead of system theme colors. To work around: Settings → Accessibility → Contrast themes → switch to a different theme (Aquatic, Dusk) or turn off temporarily. For broken legacy apps: right-click app icon → Properties → Compatibility tab → Disable high DPI … Read more

How to Disable Compatibility Telemetry to Reclaim CPU Cycles

Quick fix: Open Task Scheduler (taskschd.msc). Navigate to Microsoft → Windows → Application Experience. Right-click Microsoft Compatibility Appraiser → Disable. Also disable: StartupAppTask, PcaPatchDbTask. Open Services → disable Connected User Experiences and Telemetry (DiagTrack). CPU usage during idle drops noticeably. CompatTelRunner.exe (Microsoft Compatibility Appraiser) runs periodically to assess app compatibility for Windows Update. On older … Read more

Why Windows 11 Defaults to Variable Fonts and How to Pin Static Versions

Quick fix: Windows 11’s default Segoe UI Variable is a variable font. To use the static (non-variable) version: install Segoe UI separately (it’s in Microsoft store as “Web Fonts” package or extractable from older Windows installs). Set as system font: Settings → Personalization → Fonts → pin Segoe UI. For apps: in app settings, manually … Read more

How to Configure Family Restrictions for Microsoft Store on Windows 11

Quick fix: Set up Microsoft Family at family.microsoft.com. Add your child as a family member (Microsoft account). On the child’s PC, sign them in with their Microsoft account. Open family.microsoft.com → pick child → Content filters. Set age-based limits, allow only specific apps, block purchases. Microsoft Store on child’s PC enforces these. Microsoft Family Safety … Read more