Situatie
Incepand cu Windows 8 profilele conexiunilor wi-fi nu mai sunt vizibile in panoul de control. Acestea pot fi administrate din linie de comanda.
Backup
Cu ajutorul command prompt-ului puteti exporta profilele wi-fi:
netsh wlan export profile key=clear folder=%UserProfile%Desktop
Solutie
Se va deschide cmd (admin) si se vor testa pe rand comenzile:
1. netsh wlan show profiles
// cu aceasta comanda putem afisa profilele de retea wi-fi stocate in sistemul de operare windows
2. netsh wlan delete profile name=”SSID Retea WI-FI”
// cu ajutorul acestei comenzi putem sterge profilul de retea selectat.
3. netsh wlan delete profile name=* i=*
// cu aceasta comanda se poate sterge toate profilele de retea.
4. netsh wlan show profile name=”ClassIT Guest” key=clear
// cu aceasta comanda putem afisa cheia retelei Wi-Fi (aplicabil pentru protocolul WPA2-Personal)
Tip solutie
PermanentImpact colateral
Profilele sterse pot fi restabilite daca au fost exportate inainte.Plan de restaurare in caz de nefunctionare
Pentru restaurarea profilelor wi-fi puteti folosi comanda:
netsh wlan add profile filename=”full path of .xml file” user=all
Exemplu:
netsh wlan add profile filename=”C:UsersAlexDesktopWi-Fi-Profile.xml” user=all
Leave A Comment?