L
L
LAG_LAGbI42021-04-12 15:37:23
Windows
LAG_LAGbI4, 2021-04-12 15:37:23

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

2 answer(s)
L
LAG_LAGbI4, 2021-09-23
@LAG_LAGbI4

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>

4. then with the command
netsh wlan add profile filename="***.xml"
we can add a wi-fi network to the computer
5. create a bat file and add it to autoload in the GPO

S
Sergey Ryzhkin, 2021-04-12
@Franciz

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 question

Ask a Question

731 491 924 answers to any question