Fix Drive Letter Missing for an Internal Drive on Windows 11

Quick fix: Open Disk Management (diskmgmt.msc). Find your drive in the list. Right-click the partition → Change Drive Letter and Paths → Add → Assign the following drive letter. Pick an unused letter. Click OK. The drive immediately appears in File Explorer. You boot Windows. Your secondary internal drive (D: for backups, E: for games) … Read more

Fix Printer Tray Selection Reverting to Tray 1 Each Print Job

Quick fix: Open Settings → Bluetooth & devices → Printers & scanners → [your printer] → Printing preferences (not Printer properties). Set the default paper source to your preferred tray (e.g., Tray 2). Click Apply → OK. This changes the driver default; per-print overrides in apps still work. Your office printer has two trays: Tray … Read more

How to Disable Focus Assist Notifications While Keeping Calls Through

Quick fix: Open Settings → System → Focus → Configure focus session behavior. Then go to Settings → System → Notifications → Priority notifications. Tick Calls, Reminders, and any apps you want to bypass Do Not Disturb (Phone Link for calls, Teams for emergency meetings). You want Focus mode to silence Slack pings, Spotify notifications, … Read more

How to Defer a Windows 11 Feature Update for Compatibility Reasons

Quick fix: Open Settings → Windows Update → Advanced options → Pause updates — set to 5 weeks. For longer deferral, use Group Policy (Windows 11 Pro) at Computer Configuration → Administrative Templates → Windows Components → Windows Update → Manage updates offered → Select when Preview Builds and Feature Updates are received. Set Enabled, … Read more

How to Disable Fast Startup to Solve Boot and Shutdown Anomalies in Windows 11

Quick fix: Open Control Panel → Power Options → Choose what the power buttons do → Change settings that are currently unavailable. Scroll to Shutdown settings. Untick Turn on fast startup (recommended). Click Save changes. This is the primary fix for inconsistent boot behavior, dual-boot issues, and shutdown that doesn’t actually shut down. Fast Startup … Read more

How to Unlink a Microsoft Account From a Local Profile on Windows 11

Quick fix: Open Settings → Accounts → Your info. Click Sign in with a local account instead. Enter your current Microsoft Account password to confirm, then set a local username and password. The user profile folder stays; apps and documents remain. Microsoft Account binding is removed. You want to disconnect your Microsoft Account from this … Read more

How to Configure Boot to Always Show Recovery Menu on Windows 11

Quick fix: Open Terminal (Admin) and run bcdedit /set {bootmgr} bootmenupolicy legacy. This enables the F8 key during boot to reach Advanced Boot Options. Also run bcdedit /set {bootmgr} displaybootmenu yes and bcdedit /set {bootmgr} timeout 10 to show the boot manager menu for 10 seconds on every startup. When something breaks, you need to … Read more