# Set a Windows network to private

I had the problem when enabling my VPN, that the streamer considers the network adapter as not private.

Start powershell as administrator, change wg0 with your adaptor name.

```
Set-NetConnectionProfile -InterfaceAlias 'wg0' -NetworkCategory 'Private'
```