ā±ļø 1 min read • šŸ“ 21 words

:material-microsoft-windows:{ .anim-bounce } Windows

Change a wireless network to Private#

  Get-NetConnectionProfile
  # Note the InterfaceIndex here
  Set-NetConnectionProfile -InterfaceIndex <id>  -NetworkCategory Private