User Tools

Site Tools


networking:windows:windows_network_reset

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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/duplicated and cannot be deleted. :!: Fix for wireless profile that is broken/duplicated and cannot be deleted.
 +
 +  * Open an Administrative Command Prompt.  Display wireless profiles.
 +<file>
 +netsh wlan show profiles
 +</file>
 +  * Delete wireless profile.
 +<file>
 +netsh wlan delete profile name="network"
 +</file>
 +
 +:!: If REALLY broken above will give **Element not found**. Fix below.
 +
 +  * Logged in as local admin browse to:
 +<file>
 +C:\ProgramData\Microsoft\Wlansvc\Profiles\Interfaces\{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}\{Random-GUID}
 +</file>
 +
 +  * 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.
 +
 +
  
  
networking/windows/windows_network_reset.1547738548.txt.gz · Last modified: 2019/01/17 08:22 by jcooper