Skip to main content
All CollectionsNetclient Troubleshooting
Changing network profile to private on Windows
Changing network profile to private on Windows
Abhishek Kondur avatar
Written by Abhishek Kondur
Updated over 10 months 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?