johnse7en Posted February 20, 2013 Share Posted February 20, 2013 In earlier versions of windows that was easy to manage wireless networks but there is no such option in windows 8 control panel and this feature is being removed now in windows 8 to mange wireless networks. There are some CMD commands available to manage wireless networks profiles bt the aren't so helpful. Link to comment Share on other sites More sharing options...
johnse7en Posted February 20, 2013 Author Share Posted February 20, 2013 There is no such option in windows 8 Link to comment Share on other sites More sharing options...
dcs18 Posted February 20, 2013 Share Posted February 20, 2013 01.) First, navigate to Services and ensure that the WLAN AutoConfig (WlanSvc) service is on Automatic.02.) Then, run the following command using an elevated Command Prompt:-netsh wlan show profiles Link to comment Share on other sites More sharing options...
johnse7en Posted February 20, 2013 Author Share Posted February 20, 2013 01.) First, navigate to Services and ensure that the WLAN AutoConfig (WlanSvc) service is on Automatic.02.) Then, run the following command using an elevated Command Prompt:-netsh wlan show profilesTo see stored wireless profiles, type: " netsh wlan show profiles"To see the stored key (WPA/WEP/etc) of a specific profile: netsh wlan show profiles name=[profile name] key=clearYou'll find the key content under security settings.To delete a stored profile: netsh wlan delete profile name=[profile name] One of my problem:I've created 3 wireless profiles their names " TP-LINK1 TP-LINK1 2 TP-LINK1 2 3"For example: I want to delete two profiles of them so i'll use this command " netsh wlan delete profile name=TP-LINK1" this command will successfully delete TP-LINK1now with the same command when I tried to delete the second one "TP-LINK1 2" it failed to delete reason there is space between "1 2' my problem is!!! this delete command doesn't delete profiles which have space between them TP-LINK1 = deleted cause no spaceTP-LINK1 2 = failed to delete cause space between TP-LINK1 and 2 Link to comment Share on other sites More sharing options...
dcs18 Posted February 20, 2013 Share Posted February 20, 2013 One of my problem:I've created 3 wireless profiles their names " TP-LINK1 TP-LINK1 2 TP-LINK1 2 3"For example: I want to delete two profiles of them so i'll use this command " netsh wlan delete profile name=TP-LINK1" this command will successfully delete TP-LINK1now with the same command when I tried to delete the second one "TP-LINK1 2" it failed to delete reason there is space between "1 2' my problem is this command doesn't delete profiles which have space between them TP-LINK1 = deleted cause no spaceTP-LINK1 2 = failed to delete cause space between TP-LINK1 and 2To delete the 2nd profile use the following command:-netsh wlan delete profile name="TP-LINK1 2"To delete the 3rd profile use the following command:-netsh wlan delete profile name="TP-LINK1 2 3" Link to comment Share on other sites More sharing options...
johnse7en Posted February 20, 2013 Author Share Posted February 20, 2013 And how to use this one please with detail " netsh wlan show profiles name=[profile name] key=clear" Link to comment Share on other sites More sharing options...
dcs18 Posted February 20, 2013 Share Posted February 20, 2013 And how to use this one please with detail " netsh wlan show profiles name=[profile name] key=clear"That command will merely display that security key for the associated profile that's out of range of the network. Link to comment Share on other sites More sharing options...
johnse7en Posted February 20, 2013 Author Share Posted February 20, 2013 And how to use this one please with detail " netsh wlan show profiles name=[profile name] key=clear"That command will merely display that security key for the associated profile that's out of range of the network.Yas I know but how to use plz give an example Thanks, Link to comment Share on other sites More sharing options...
dcs18 Posted February 20, 2013 Share Posted February 20, 2013 Try the following:-netsh wlan show profiles name="TP-LINK1 2 3" key=clear Link to comment Share on other sites More sharing options...
johnse7en Posted February 20, 2013 Author Share Posted February 20, 2013 Try the following:-netsh wlan show profiles name="TP-LINK1 2 3" key=clearTHANKS :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.