diff --git a/doc/gpo/README.md b/doc/gpo/README.md
index 929708265f..dc4f6a4b6f 100644
--- a/doc/gpo/README.md
+++ b/doc/gpo/README.md
@@ -34,8 +34,8 @@ If you don't configure this setting, users are able to disable or enable the uti
### Allow experimentation
-This policy configures whether PowerToys experimentation is allowed.
+This policy configures whether PowerToys experimentation is allowed. With experimentation allowed the user sees the new features being experimented if it gets selected as part of the test group. (Experimentation will only happen on Windows Insider builds.)
-Disable this setting to disable the experimentation features in PowerToys, meaning the user won't see the new features being experimented even if it gets selected as part of the test group.
+If this setting is not configured or enabled, the user can control experimentation in the PowerToys settings menu.
-If this setting is not configured, experimentation is allowed.
+If this setting is disabled, experimentation is not allowed.
diff --git a/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw b/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
index 08e32c0970..a10f244409 100644
--- a/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
+++ b/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
@@ -2887,7 +2887,7 @@ Activate by holding the key for the character you want to add an accent to, then
File Locksmith is the name of the utility
- The systems administrator is forcing this setting.
+ The system administrator is forcing this setting.
Additional content includes the file header and lines that can't parse
diff --git a/src/settings-ui/Settings.UI/Views/GeneralPage.xaml b/src/settings-ui/Settings.UI/Views/GeneralPage.xaml
index 1918c0ec0e..e2b4bd33df 100644
--- a/src/settings-ui/Settings.UI/Views/GeneralPage.xaml
+++ b/src/settings-ui/Settings.UI/Views/GeneralPage.xaml
@@ -381,10 +381,10 @@
x:Uid="General_Experimentation"
Visibility="Visible">
+ HeaderIcon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsExperimentation.png}"
+ IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsExperimentationGpoDisallowed, Converter={StaticResource BoolNegationConverter}}">