PowerShell, Red PowerShell $a=Get-NetConnectionProfile -InterfaceIndex 11 $a.NetworkCategory = "Private" Set-NetConnectionProfile -InputObject $a 123 $a=Get-NetConnectionProfile -InterfaceIndex 11$a.NetworkCategory = "Private"Set-NetConnectionProfile -InputObject $a