All Collections
Netclient Troubleshooting
Changing network profile to private on Windows
Changing network profile to private on Windows
M
Written by Max Ma
Updated over a week ago

This is for Windows only.

Description of issues:

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

Workaround:

For changing it to private, please run Powershell command with administrator,

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

Did this answer your question?