Answer the question
In order to leave comments, you need to log in
Is it possible to add a wifi network to windows 10 through group policies?
Are there ways to add wifi networks to a windows 10 computer through group policies or in some other automated way?
I mean not distributing Wi-Fi, but the usual addition of a Wi-Fi network so that the password does not need to be entered every time
Answer the question
In order to leave comments, you need to log in
Found a solution.
1. We connect to the desired Wi-Fi network.
2. We start cmd we write
netsh wlan export profile wifi_profile folder=c:\
Creates xml with network settings.
3. Open this xml with a notepad and
change
<protected>false</protected>
<keyMaterial>ПАРОЛЬ ОТ WIFI</keyMaterial>
netsh wlan add profile filename="***.xml"
Yes, you can, moreover, you can set a ban on connecting others, etc.
Computer Configuration - Policies - Windows Configuration - Security Options - Wireless Policies
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question