aristosv / wifi-per-user

Windows 10 Per User WiFi Connectivity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wifi-per-user

Windows 10 Per User WiFi Connectivity

In my home we have a Windows 10 computer in the common area, to be used by my wife, children and I, each one with their own account. The issue is that I have 2 Wi-Fi networks. One for IoT devices and one for common usage. The latter can access printers, KODI players and has QoS enabled, so it’s more appropriate for daily usage. The IoT network has Home Assistant, Unifi Controller and ZoneMinder so it should only be accessed by me.

The problem with Windows 10 is that when I connect on the IoT network, any other account that logs-in the computer is automatically connected to the IoT network also. So, I needed a way to separate each Wi-Fi network, per user. Follow the guide below to achieve the same.

  1. Run the following 2 commands in a command prompt as an administrator.
  • netsh wlan set allowexplicitcreds allow=no
  • netsh wlan set createalluserprofile enabled=no

This will disable explicit credentials and prevent users from creating network profiles for all users.

alt text

  1. Go to the Control Panel and select "Network and Internet"

alt text

  1. Then select "Network and Sharing Center"

alt text

  1. Then select "Set up and new connection or network"

alt text

  1. Then select "Manually connect to a wireless network"

alt text

  1. Enter your WiFi network information and select "Save this network for me only"

alt text

  1. And click "Close"

alt text

This way each user can set up their own WiFi connection.

About

Windows 10 Per User WiFi Connectivity