Page 1 of 1

Change Network connection from Public to Private

Posted: Thu Feb 26, 2026 10:19 pm
by admin
Powershell

Code: Select all

Get-NetConnectionProfile -NetworkCategory Public | Set-NetConnectionProfile -NetworkCategory Private