📎 AI Summary:
Aadi Goyal reports an issue connecting to their 5GHz Wi-Fi network after resetting Windows 11, despite entering the correct password, resulting in a "Can't connect to this network" error. Neemobeer suggests troubleshooting by removing the existing wireless profile using specific netsh commands and then reconnecting to resolve the issue. The overall discussion centers on network connection problems following a Windows reset, with a suggested technical solution.

Aadi Goyal

New Member
Joined
Sep 17, 2021
Messages
1
Thread Author #1
After resetting windows 11 (remove apps and reinstall windows), I cannot connect to my 5GHz wifi network. When I try connecting to it with the password correct, it shows "Can't connect to this network".
 

Solution
I'd start by removing the wireless profile and re-connect.
netsh wlan show profile

With the name of the wireless network (for example 'My Home Network') run the following
netsh wlan delete profile i=* name="My Home Network"

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
I'd start by removing the wireless profile and re-connect.
netsh wlan show profile

With the name of the wireless network (for example 'My Home Network') run the following
netsh wlan delete profile i=* name="My Home Network"
 

Solution