You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Website/docs/changelog/next-release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Release date: **xx.xx.2025**
45
45
46
46
- New language Ukrainian (`uk-UA`) has been added. Thanks to [@vadickkt](https://github.com/vadickkt)[#3240](https://github.com/BornToBeRoot/NETworkManager/pull/3240)
47
47
- Migrated all dialogs to child windows for improved usability and accessibility. [#3271](https://github.com/BornToBeRoot/NETworkManager/pull/3271)
48
-
- System-wide policies can now be configured via a `config.json` file in the application directory to control settings for all users. Currently supports controlling the "Check for updates at startup" setting. This is useful for enterprise deployments where administrators need centralized control over update behavior. See [System-Wide Policies](../system-wide-policies.md) documentation for more information. [#TODO_PR_NUMBER](https://github.com/BornToBeRoot/NETworkManager/pull/TODO_PR_NUMBER)
48
+
- System-wide policies can now be configured via a `config.json` file in the application directory to control settings for all users. Currently supports controlling the "Check for updates at startup" setting. This is useful for enterprise deployments where administrators need centralized control over update behavior. See [System-Wide Policies](../system-wide-policies.md) documentation for more information. [#3313](https://github.com/BornToBeRoot/NETworkManager/pull/3313)
Copy file name to clipboardExpand all lines: Website/docs/system-wide-policies.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,11 @@ The `config.json` file uses a simple JSON structure to define policy values. An
40
40
}
41
41
```
42
42
43
+
Property names generally follow the pattern `Section_SettingName` (see each setting's documentation). Ensure values use the correct JSON type (boolean, string, number, etc.).
44
+
43
45
:::note
44
46
45
-
- The file must be named exactly `config.json` (case-sensitive)
47
+
- The file must be named exactly `config.json`
46
48
- The file must contain valid JSON syntax
47
49
- Changes to the file require restarting the application to take effect
48
50
- If the file doesn't exist or contains invalid JSON, it will be ignored and user settings will apply
@@ -64,15 +66,16 @@ For enterprise deployments:
64
66
- For portable installations, place it next to the executable
65
67
66
68
3.**Deploy methods**:
67
-
- Group Policy (copy file to installation directory)
0 commit comments