Why Custom Mouse Cursor Reverts to Default After Reboot

Quick fix: After installing your custom cursor scheme, save it as a named scheme via Settings → Bluetooth & devices → Mouse → Additional mouse settings → Pointers tab → Save As. Named schemes persist across reboots; ad-hoc per-cursor changes don’t. You set a custom mouse cursor — installed a Rainmeter-style cursor pack, applied a … Read more

How to Set Default Browser Without Edge Prompts on Windows 11

Quick fix: Open the browser you want as default (Chrome, Firefox, Brave). In that browser’s Settings, click Make default — most browsers handle the entire setup via Windows API. Combined with disabling Edge’s default-browser nag (registry block at HKLM\SOFTWARE\Policies\Microsoft\Edge\DefaultBrowserSettingEnabled = 0), this gives a clean switch. You want Chrome or Firefox as your default browser. … Read more

How to Set a Per-Protocol Default Handler on Windows 11

Quick fix: Open Settings → Apps → Default apps → Choose defaults by link type. Scroll to the protocol you want (mailto, http, ms-teams, zoommtg, etc.) and pick the app. For protocols not listed, edit registry HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\<protocol>\UserChoice directly. You want mailto: links to open Thunderbird, not the new Outlook. You want zoommtg:// links to launch … Read more

How to Fully Remove Cortana Using PowerShell on Windows 11

Quick fix: Open Terminal (Admin) and run Get-AppxPackage -AllUsers Microsoft.549981C3F5F10 | Remove-AppxPackage -AllUsers — Cortana is uninstalled across every user profile in under 30 seconds. Cortana is technically retired but still ships pre-installed on Windows 11. The standalone Cortana app appears in your installed apps list, may still launch at sign-in on some builds, and … Read more