Link to home
Start Free TrialLog in
Avatar of Jorge Ocampo
Jorge OcampoFlag for United States of America

asked on

Batch Script to Delete Network And Wireless saved Profiles

i need help to create a Batch Script to Delete Network And Wireless saved Profiles
Avatar of Brian Pringle
Brian Pringle
Flag of United States of America image

Take a look at this article for removing wireless networks:

http://internethelp.centurylink.com/internethelp/os-windows-8.1-remove-saved-wireless-networks.html

Basically, you need to issue the following command for each network that you want to remove.

netsh wlan delete profile name="NetworkName"         <-- replace NetworkName with the name of the network
Avatar of Jorge Ocampo

ASKER

:( yup i know the command was trying to see if i could use a wild card
Do you want to delete all profiles or just a list of them?
ASKER CERTIFIED SOLUTION
Avatar of Brian Pringle
Brian Pringle
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial