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/blog/2026-02-22-system-wide-policies-for-enterprise-deployments/index.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,19 +38,27 @@ Property names follow the pattern `Section_SettingName`. You can find the availa
38
38
39
39
### Example Policy
40
40
41
-
For example, the [`Update_CheckForUpdatesAtStartup`](https://borntoberoot.net/NETworkManager/docs/settings/update) policy controls whether the application checks for new program versions on GitHub when the application is launched.
41
+
For example, the [`Update_CheckForUpdatesAtStartup`](https://borntoberoot.net/NETworkManager/docs/settings/update) policy controls whether the application checks for new program versions on GitHub when the application is launched. The [`Profiles_FolderLocation`](https://borntoberoot.net/NETworkManager/docs/settings/profiles) and [`Settings_FolderLocation`](https://borntoberoot.net/NETworkManager/docs/settings/settings) policies allow administrators to redirect profile and settings storage to a centralized location, such as a network share or a custom local path.
42
42
43
43
**Values:**
44
44
45
-
-`true` — Force enable automatic update checks at startup for all users
46
-
-`false` — Force disable automatic update checks at startup for all users
47
-
- Omit the property — Allow users to control this setting themselves
45
+
-`Update_CheckForUpdatesAtStartup`:
46
+
-`true` — Force enable automatic update checks at startup for all users
47
+
-`false` — Force disable automatic update checks at startup for all users
48
+
- Omit the property — Allow users to control this setting themselves
Copy file name to clipboardExpand all lines: Website/docs/changelog/next-release.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,16 +60,17 @@ Release date: **xx.xx.2025**
60
60
61
61
**Profiles**
62
62
63
-
- Profiles folder location can now be changed by the user in the settings (see [Profiles > Location](../settings/profiles.md#location) documentation for more information). Additionally, it can be configured via a system-wide policy, allowing administrators to enforce a specific location for all users. [#3340](https://github.com/BornToBeRoot/NETworkManager/pull/3340)
63
+
- Profiles folder location can now be changed by the user in the settings (see [Profiles > Location](../settings/profiles.md#location) documentation for more information). [#3340](https://github.com/BornToBeRoot/NETworkManager/pull/3340)
64
+
- Profiles folder location can now be configured via a system-wide policy, allowing administrators to enforce a specific location for all users. [#3340](https://github.com/BornToBeRoot/NETworkManager/pull/3340)
64
65
65
66
**Settings**
66
67
67
-
- Settings folder location can now be changed by the user in the settings (see [Settings > Location](../settings/settings.md#location) documentation for more information). Additionally, it can be configured via a system-wide policy, allowing administrators to enforce a specific location for all users. [#3324](https://github.com/BornToBeRoot/NETworkManager/pull/3324)
68
+
- Settings folder location can now be changed by the user in the settings (see [Settings > Location](../settings/settings.md#location) documentation for more information). [#3324](https://github.com/BornToBeRoot/NETworkManager/pull/3324)
69
+
- Settings folder location can now be configured via a system-wide policy, allowing administrators to enforce a specific location for all users. [#3324](https://github.com/BornToBeRoot/NETworkManager/pull/3324)
68
70
69
71
**Update**
70
72
71
73
- The update check at startup can now be configured via a system-wide policy, allowing administrators to control whether the application checks for updates (see [Update > Check for updates at startup](../settings/update.md#check-for-updates-at-startup) documentation for more information). [#3313](https://github.com/BornToBeRoot/NETworkManager/pull/3313)
72
-
73
74
- New language Ukrainian (`uk-UA`) has been added. Thanks to [@vadickkt](https://github.com/vadickkt)[#3240](https://github.com/BornToBeRoot/NETworkManager/pull/3240)
74
75
- Migrated all dialogs to child windows for improved usability and accessibility. [#3271](https://github.com/BornToBeRoot/NETworkManager/pull/3271)
0 commit comments