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

Next revision
Previous revision
networking:windows:windows_network_reset [2015/09/13 13:15]
gcooper created
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 =====
 +
 +http://www.hanselman.com/blog/TheNuclearOptionResettingTheCrapOutOfYourNetworkAdaptersInVista.aspx
  
 :!: Tested on Windows 7 Pro. :!: Tested on Windows 7 Pro.
networking/windows/windows_network_reset.1442171738.txt.gz · Last modified: 2015/09/13 13:15 by gcooper