Set a Windows network to private
I had the problem when enabling my VPN, that the streamer considers the network adapter as not private.
Set-NetConnectionProfile -InterfaceAlias 'wg0' -NetworkCategory 'Private'
I had the problem when enabling my VPN, that the streamer considers the network adapter as not private.
Set-NetConnectionProfile -InterfaceAlias 'wg0' -NetworkCategory 'Private'