to see wireless network security key we can use this in cmd :
netsh wlan show profile name="WIRELESS NAME" key=clear
and to add profile we can use this :
netsh wlan add profile filename=D:\file.xml
I need a command to change the password for Wireless Networks profile
is there any scripting whay to do this ? ( vbsript - cmd - powershell )