Fix Ethernet Adapter Renaming to Local Area Connection 2 Repeatedly on Windows 11

Your Ethernet adapter changes its name from the original to Local Area Connection 2, then to 3, 4, and so on after each reboot or driver update. This creates confusion when you manage network profiles, firewall rules, or VPN connections that depend on a fixed adapter name. The root cause is typically leftover registry entries … Read more

How to Reset SMB Direct on Windows 11 Without Reinstalling Features

SMB Direct is a feature in Windows 11 that enables high-speed file transfers over network adapters that support Remote Direct Memory Access (RDMA). When SMB Direct stops working, file transfers become slow or fail entirely. This often happens after a network driver update or a Windows update changes RDMA settings. This article explains how to … Read more

Why Hosted Network Commands Fail Silently on Windows 11 Now

You open Command Prompt as administrator, type netsh wlan set hostednetwork mode=allow ssid=Test key=Password, and the command returns no error. But the hosted network never starts, and no wireless adapter appears in Network Connections. This silent failure occurs because Microsoft removed the Hosted Network feature from Windows 11 starting with version 21H2. The underlying driver … Read more

How to Block a Printer From Showing in Add Printer Dialog Globally

Quick fix: Use Group Policy to restrict the Add Printer dialog to a list of allowed printers, or block specific printer device IDs. Open gpedit.msc → User Configuration → Administrative Templates → Control Panel → Printers and configure Point and Print Restrictions with a whitelist of allowed servers. You want certain printers hidden from the … Read more

How to Block a Specific Driver Update Using Group Policy on Windows 11

Quick fix: Find the driver’s Hardware ID in Device Manager. Open gpedit.msc → Computer Configuration → Administrative Templates → System → Device Installation → Device Installation Restrictions. Set Prevent installation of devices that match any of these device IDs to Enabled and add the Hardware ID. You installed a specific NVIDIA driver version that works … Read more

How to Disable a Built-In Laptop Keyboard When an External One Is Connected

Quick fix: Disable the built-in keyboard in Device Manager: expand Keyboards, right-click the PS/2 or HID keyboard entry (matching the integrated one), choose Disable device. To auto-disable on external connect, use a Task Scheduler task triggered by USB keyboard insertion event. You use an external keyboard on top of your laptop’s built-in one. Accidentally bumping … Read more

How to Block Edge from Promoting Itself in Windows Search on Windows 11

Quick fix: Microsoft Edge inserts itself into Windows Search results and Start menu. Disable via registry: HKCU\Software\Microsoft\Windows\CurrentVersion\Search\BingSearchEnabled = 0 and HKCU\Software\Policies\Microsoft\Edge\HideFirstRunExperience = 1. For Pro/Enterprise, use Group Policy under Microsoft Edge. You search for an app in Start. Suggestions include Edge bookmarks, Bing web results, and Edge profile suggestions. You don’t want Edge content in … 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