Learn to share

User Network Profile: Windows 10

| Comments

The goal of this post is to view basics on user wifi profiles using netsh. In windows 10, open command prompt as administrator and type netsh. Then switch to wlan context by typing wlan

To list the current profiles

1
netsh wlan> show profiles

To view profile details

1
netsh wlan> show profiles name=profilename

To delete a profile

1
netsh wlan> delete profile name=profilename

Comments