Change Network connection from Public to Private
Posted: Thu Feb 26, 2026 10:19 pm
Powershell
Code: Select all
Get-NetConnectionProfile -NetworkCategory Public | Set-NetConnectionProfile -NetworkCategory Private