How to Enable Mouse Keys for Cursor Control via Numpad on Windows 11

Quick fix: Open Settings → Accessibility → Mouse. Toggle Mouse keys on. Press Num Lock to enable. Use numpad: 4/6 = left/right, 8/2 = up/down, 7/9/1/3 = diagonals, 5 = click. Adjust speed and acceleration sliders for comfort. Mouse died. Or you have RSI and want keyboard-driven cursor. Or want precise pixel-level cursor for design … Read more

How to Get the Classic Right-Click Menu Back on Windows 11

Quick fix: Open Command Prompt (Admin). Run: reg add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve. Then restart Explorer: taskkill /f /im explorer.exe && start explorer.exe. Right-click anywhere now shows the classic Windows 10-style context menu directly. To revert: reg delete “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}” /f. Windows 11 introduced a simplified right-click menu with “Show more options” for the legacy menu. Many … Read more

How to Show a CapsLock On-Screen Indicator With PowerToys

Quick fix: Install Microsoft PowerToys from Microsoft Store. Open PowerToys → Keyboard Manager isn’t the right module; instead, look for Awake or write a custom one. Actually, the simplest: install CapsLock Indicator from the Microsoft Store, or use the legacy Caps Indicator third-party tool. PowerToys doesn’t have a built-in CapsLock indicator yet — but PowerToys … 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

Fix Numeric Keypad Not Typing Numbers on Windows 11

Quick fix: Press Num Lock key. Watch for indicator light or on-screen notification. Numpad now types numbers instead of arrow/function keys. If no Num Lock key: external keyboard usually labeled. Laptops: often combined with another key (e.g., Fn + F11). Persistent off-by-default: Settings → Accessibility → Keyboard → Use the Num Lock key or registry … Read more

How to Reset Precision Touchpad Settings on Windows 11

Quick fix: Open Settings → Bluetooth & devices → Touchpad. Scroll to bottom → click Reset next to Reset touchpad settings. All touchpad customizations revert to default. Gestures, sensitivity, scrolling direction reset. Restart laptop if changes don’t take effect. Precision Touchpad settings can be customized: tap-to-click, three-finger swipe, scroll direction, palm rejection. Reset button reverts … Read more

How to Map a Hotkey to Open a Specific Folder on Windows 11

Quick fix: Right-click on desktop → New → Shortcut. Browse to folder. Name shortcut. Right-click shortcut → Properties. In Shortcut key field, press the keyboard combo (e.g., Ctrl+Alt+D for Documents). Apply. Now pressing that hotkey opens that folder anywhere in Windows. Windows shortcut files can have hotkeys. Right-click folder → Send to → Desktop (create … Read more