From eb8d68d9344f2a98f0c9d2173585e278559869e0 Mon Sep 17 00:00:00 2001 From: Tasos Boulis Date: Fri, 11 Nov 2022 22:03:29 +0200 Subject: [PATCH] Include windows 10 Home instructions in GPO/readme (#2375) --- resources/windows/gpo/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/resources/windows/gpo/README.md b/resources/windows/gpo/README.md index b8790392..6be7d6c0 100644 --- a/resources/windows/gpo/README.md +++ b/resources/windows/gpo/README.md @@ -1,6 +1,6 @@ -# Developer guide for using Group Policy Objects (GPO) (Windows) +# Developer guide for using Group Policy Objects (GPO) (Windows 10 Pro) -## They are used to pre-configure servers, autoUpdater and server management settings +GPOs are used to pre-configure servers/teams, autoUpdater and server management You can read more about GPOs [here](https://learn.microsoft.com/en-us/previous-versions/windows/desktop/policy/group-policy-objects) @@ -19,3 +19,8 @@ Example: |------------|----------------------------------| | Community | | 8. Now if you open your Mattermost desktop application you should be able to see the server in the server dropdown (team dropdown) + +--- + +### Windows 10 Home: +The `gpedit.msc` is not available for the Home edition but, there is an open-source tool called [Policy Plus](https://github.com/Fleex255/PolicyPlus) that can help with that.