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:18]
gcooper
networking:windows:windows_network_reset [2019/01/17 08:35] (current)
jcooper
Line 1: Line 1:
 ====== Reset Windows Networking ====== ====== Reset Windows Networking ======
 +
 +===== Reset Wireless Profile =====
 +
 +:!: 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.
 +
 +
 +
 +
 +
  
 ===== Reset All IP Networking ===== ===== Reset All IP Networking =====
networking/windows/windows_network_reset.1547738317.txt.gz · Last modified: 2019/01/17 08:18 by gcooper