For the complete documentation index, see llms.txt. This page is also available as Markdown.

Changing network profile to private on Windows

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:

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

Last updated

Was this helpful?