Changing network profile to private on Windows

Changing network profile to private on WindowsUpdated over a year ago

circle-info

This is for Windows only.

Description of issues

By default the "netmaker" network profile is created as public. This is Windows default behavior.

Workaround

Run PowerShell as an administrator and execute:

PowerShell
Set-NetConnectionProfile -InterfaceAlias 'netmaker' -NetworkCategory 'Private'

Last updated

Was this helpful?