ā±ļø 1 min read • šŸ“ 21 words • šŸ“… Updated Sep 20, 2026

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

Change a wireless network to Private#

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