Fix Windows 11 Cannot Connect to Hidden Wi-Fi Networks

Quick fix: Open Settings → Network & internet → Wi-Fi → Manage known networks. Click Add network. Enter exact SSID, security type, password. Tick Connect automatically and Connect even if this network is not broadcasting. Click Save. Network joins. If still fails: check Wi-Fi adapter advanced settings for “Hidden SSID” or similar option. Hidden Wi-Fi … Read more

How to Adjust Mobile Hotspot Idle Timeout via Registry on Windows 11

Quick fix: Windows 11 Mobile Hotspot turns off after 5 minutes if no devices connect. To change timeout via registry: open Registry Editor (Admin) → navigate to HKLM\SYSTEM\CurrentControlSet\Services\icssvc\Settings. Find PeerlessTimeoutEnabled DWORD. Set value to 0 to disable timeout entirely. Or adjust PublicConnectionTimeout (in seconds). Restart Mobile Hotspot service. Mobile Hotspot auto-disables after 5 minutes idle … Read more

How to Use Quiet Hours Profiles for VPN on Windows 11

Quick fix: Windows 11’s Focus (formerly Quiet Hours / Focus Assist) doesn’t directly integrate VPN. Use VPN client’s schedule feature or AutoHotkey scripting. Example: NordVPN → Settings → Auto-connect at specific times. For DIY: schedule rasdial commands via Task Scheduler. For automatic VPN on certain Wi-Fi: Settings → Network & internet → VPN → Add … Read more

How to Configure Metered Connection per Wi-Fi Network on Windows 11

Quick fix: Connect to the Wi-Fi network. Open Settings → Network & internet → Wi-Fi. Click the connected network. Toggle Set as metered connection. Bandwidth usage limited: Windows Update pauses, Microsoft Store doesn’t auto-download, app updates pause. Configurable per network individually. Marking a Wi-Fi as metered tells Windows to conserve data on that network. Useful … Read more

Fix Network Profile Stuck on Public After Switching to Private

Quick fix: Open Settings → Network & internet → pick connection → Network profile type → pick Private network. If toggle doesn’t persist: open PowerShell (Admin) and run Get-NetConnectionProfile to see current. Then Set-NetConnectionProfile -InterfaceAlias “Wi-Fi” -NetworkCategory Private (replace Wi-Fi with adapter name). Network profiles: Public (firewall stricter, network discovery off) vs Private (relaxed, discovery … Read more

Why Bluetooth Audio Cuts Out When the Mouse Is Active on Windows 11

Quick fix: Bluetooth + wireless mouse (2.4GHz dongle) compete on same band. Wireless mouse interferes with BT audio. Move mouse receiver to USB extension cable away from BT adapter. Update Bluetooth drivers. For Intel Wi-Fi 6E: Bluetooth runs through same adapter; ensure latest driver. Or: use 5GHz Wi-Fi router so 2.4GHz band has less traffic. … Read more

Why Wi-Fi Calling Apps Disconnect on Suspend with Windows 11

Quick fix: Wi-Fi sleeps on PC sleep, disconnects apps (Teams, Discord, Slack). Allow network to wake / stay alive: Device Manager → Network adapters → Wi-Fi adapter → Properties → Power Management → untick “Allow the computer to turn off this device to save power.” Also: Power Options → Advanced → Wireless adapter settings → … Read more