Why USB-C DAC Stops Working After Surprise Removal in Windows 11

Quick fix: Windows 11 caches USB audio endpoint state when a device is disconnected unexpectedly (cable yank, dock disconnect). On reconnect, the cached endpoint stays in “unplugged” state while the new connection is treated as a different endpoint. Open Device Manager, expand Audio inputs and outputs, right-click the offline endpoint and choose Uninstall device. Reconnect … Read more

How to Set a Static IPv6 Address Without Disabling Privacy Extensions

Quick fix: Set an IPv6 address manually via netsh interface ipv6 add address “Ethernet” fe80::abcd:1 type=anycast for a stable address, while keeping privacy extensions enabled with netsh interface ipv6 set privacy state=enabled. The anycast type ensures the static address coexists with the privacy-generated temporary addresses. Your IPv6 setup uses SLAAC (router advertisements) by default, which … Read more

Fix Display Resolution Resets to 1024×768 After Windows 11 Sleep

Quick fix: Display resolution resetting to 1024×768 after sleep means: graphics driver failed to detect monitor properly. Update GPU driver from manufacturer (Nvidia, AMD, Intel). For Nvidia: install Studio driver (more stable than Game Ready). Disable adapter sleep: Device Manager → Display adapters → right-click GPU → Properties → Power Management → untick “Allow the … Read more

How to Force a TCP IP Port Reuse on a Renamed Printer in Windows 11

Quick fix: When you rename a network printer, Windows creates a new TCP/IP port but keeps the old one referenced by other queues. Open Print Management (printmanagement.msc), expand Print Servers → Local Server → Ports, delete the orphaned port, then re-bind the renamed printer to the existing port via Properties → Ports tab. You renamed … Read more

How to Set a Maintenance Window That Survives Cumulative Update Reboots

Quick fix: Set a Group Policy maintenance window via Computer Configuration → Administrative Templates → Windows Components → Windows Update → Manage end user experience → Configure Automatic Maintenance Activation Boundary. The boundary is preserved across cumulative updates; Active Hours alone is not. You configured Active Hours to run from 7 AM to 11 PM, … Read more

How to Remap a Single Mouse Button Without Third-Party Software

Quick fix: Windows 11 doesn’t expose per-button mouse remapping natively. PowerToys (free, from Microsoft) includes a Keyboard Manager that remaps keys, but for mouse buttons specifically, use the registry under HKCU\Software\Classes\… with custom shell verbs, or accept that PowerToys+AutoHotkey is the closest to “built-in.” You want Mouse Button 5 to send Ctrl+W (close tab) instead … Read more

Fix Thumbnail Cache Bloating Past 5 GB on Windows 11 Workstations

Quick fix: Thumbnail cache lives in %LocalAppData%\Microsoft\Windows\Explorer as thumbcache_*.db files. Bloat usually comes from repeatedly viewing folders with thousands of images. Clear with Disk Cleanup (cleanmgr.exe), then limit growth by capping image preview density in Folder Options → View. You noticed your C: drive is filling up. You ran WinDirStat or TreeSize and found thumbcache_*.db … Read more

How to Force Edge to Open PDFs Externally Without Removing the Default

Quick fix: Open edge://settings/content/pdfDocuments in Edge and toggle Always download PDF files on. PDFs from links and websites now download to your downloads folder instead of opening in Edge’s built-in viewer; clicking the downloaded file opens it in your default PDF app. The default file association stays unchanged. You want Acrobat or Foxit (or any … Read more

Fix Display Resolution Resets to 1024×768 After Windows 11 Sleep

Quick fix: Display resolution resetting to 1024×768 after sleep means: graphics driver failed to detect monitor properly. Update GPU driver from manufacturer (Nvidia, AMD, Intel). For Nvidia: install Studio driver (more stable than Game Ready). Disable adapter sleep: Device Manager → Display adapters → right-click GPU → Properties → Power Management → untick “Allow the … Read more