# ZeroTier

Смена профиля с публичного на приватный

```powershell
Get-NetConnectionProfile | Where-Object "InterfaceAlias" -like "Zero*" | Set-NetConnectionProfile -NetworkCategory Private
```