:material-microsoft-windows:{ .anim-bounce } Windows
Change a wireless network to Private#
Get-NetConnectionProfile
# Note the InterfaceIndex here
Set-NetConnectionProfile -InterfaceIndex <id> -NetworkCategory Private
Get-NetConnectionProfile
# Note the InterfaceIndex here
Set-NetConnectionProfile -InterfaceIndex <id> -NetworkCategory Private