This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:windows:windows_network_reset [2019/01/17 08:22] jcooper |
networking:windows:windows_network_reset [2019/01/17 08:35] (current) jcooper |
||
---|---|---|---|
Line 4: | Line 4: | ||
:!: Fix for wireless profile that is broken/ | :!: Fix for wireless profile that is broken/ | ||
+ | |||
+ | * Open an Administrative Command Prompt. | ||
+ | < | ||
+ | netsh wlan show profiles | ||
+ | </ | ||
+ | * Delete wireless profile. | ||
+ | < | ||
+ | netsh wlan delete profile name=" | ||
+ | </ | ||
+ | |||
+ | :!: If REALLY broken above will give **Element not found**. Fix below. | ||
+ | |||
+ | * Logged in as local admin browse to: | ||
+ | < | ||
+ | C: | ||
+ | </ | ||
+ | |||
+ | * With each file right click -> Edit to open each of these profiles in Microsoft Word or Wordpad to confirm that they were the problem SSID | ||
+ | * Upon confirmation of SSID deleted the files. | ||
+ | * Reboot | ||
+ | * Recreate delted wireless profile. | ||
+ | |||
+ | |||