Changing network profile to private on Windows
Set-NetConnectionProfile -InterfaceAlias 'netmaker' -NetworkCategory 'Private'Last updated
Was this helpful?
This is for Windows only.
By default the "netmaker" network profile is created as public. This is Windows default behavior.
Workaround
Run PowerShell as an administrator and execute:
Set-NetConnectionProfile -InterfaceAlias 'netmaker' -NetworkCategory 'Private'Last updated
Was this helpful?
Was this helpful?