File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,10 @@ Ensure the `config.json` file has appropriate permissions so that regular users
9090- Verify the file is named exactly ` config.json ` (not ` config.json.txt ` )
9191- Check that the JSON syntax is valid (use a JSON validator)
9292- Confirm the file is in the correct directory (same as ` NETworkManager.exe ` )
93- - Restart the application after creating or modifying the file
94- - Check the application logs for any error messages related to policy loading
95-
96- ** Policy values not showing in UI:**
9793- Ensure the property name matches exactly (see the corresponding setting's documentation for the property name)
9894- Verify the value has the correct data type (e.g. boolean ` true ` not string ` "true" ` )
99- - Check that there are no syntax errors in the JSON file
95+ - Restart the application after creating or modifying the file
96+ - Check the application logs for any error messages related to policy loading
10097
10198## Future Policies
10299
You can’t perform that action at this time.
0 commit comments