# Changing network profile to private on Windows

## Changing network profile to private on WindowsUpdated over a year ago

{% hint style="info" %}
This is for Windows only.
{% endhint %}

**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:

{% code title="PowerShell" %}

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

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.netmaker.io/help-articles/changing-network-profile-to-private-on-windows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
