diff --git a/src/common/GPOWrapper/GPOWrapper.cpp b/src/common/GPOWrapper/GPOWrapper.cpp index f1c4db4d75..fe7296de50 100644 --- a/src/common/GPOWrapper/GPOWrapper.cpp +++ b/src/common/GPOWrapper/GPOWrapper.cpp @@ -176,8 +176,8 @@ namespace winrt::PowerToys::GPOWrapper::implementation { return static_cast(powertoys_gpo::getAllowedAdvancedPasteOnlineAIModelsValue()); } - GpoRuleConfigured GPOWrapper::GetConfiguredProjectsEnabledValue() + GpoRuleConfigured GPOWrapper::GetConfiguredWorkspacesEnabledValue() { - return static_cast(powertoys_gpo::getConfiguredProjectsEnabledValue()); + return static_cast(powertoys_gpo::getConfiguredWorkspacesEnabledValue()); } } diff --git a/src/common/GPOWrapper/GPOWrapper.h b/src/common/GPOWrapper/GPOWrapper.h index 37bad3d4d8..8628a46669 100644 --- a/src/common/GPOWrapper/GPOWrapper.h +++ b/src/common/GPOWrapper/GPOWrapper.h @@ -50,7 +50,7 @@ namespace winrt::PowerToys::GPOWrapper::implementation static GpoRuleConfigured GetConfiguredQoiPreviewEnabledValue(); static GpoRuleConfigured GetConfiguredQoiThumbnailsEnabledValue(); static GpoRuleConfigured GetAllowedAdvancedPasteOnlineAIModelsValue(); - static GpoRuleConfigured GetConfiguredProjectsEnabledValue(); + static GpoRuleConfigured GetConfiguredWorkspacesEnabledValue(); }; } diff --git a/src/common/GPOWrapper/GPOWrapper.idl b/src/common/GPOWrapper/GPOWrapper.idl index 70a149e3a7..28510f613c 100644 --- a/src/common/GPOWrapper/GPOWrapper.idl +++ b/src/common/GPOWrapper/GPOWrapper.idl @@ -54,7 +54,7 @@ namespace PowerToys static GpoRuleConfigured GetConfiguredQoiPreviewEnabledValue(); static GpoRuleConfigured GetConfiguredQoiThumbnailsEnabledValue(); static GpoRuleConfigured GetAllowedAdvancedPasteOnlineAIModelsValue(); - static GpoRuleConfigured GetConfiguredProjectsEnabledValue(); + static GpoRuleConfigured GetConfiguredWorkspacesEnabledValue(); } } } diff --git a/src/common/GPOWrapperProjection/GPOWrapper.cs b/src/common/GPOWrapperProjection/GPOWrapper.cs index b352ed0cbb..6cb91a69ac 100644 --- a/src/common/GPOWrapperProjection/GPOWrapper.cs +++ b/src/common/GPOWrapperProjection/GPOWrapper.cs @@ -62,9 +62,9 @@ namespace PowerToys.GPOWrapperProjection return (GpoRuleConfigured)PowerToys.GPOWrapper.GPOWrapper.GetRunPluginEnabledValue(pluginID); } - public static GpoRuleConfigured GetConfiguredProjectsEnabledValue() + public static GpoRuleConfigured GetConfiguredWorkspacesEnabledValue() { - return (GpoRuleConfigured)PowerToys.GPOWrapper.GPOWrapper.GetConfiguredProjectsEnabledValue(); + return (GpoRuleConfigured)PowerToys.GPOWrapper.GPOWrapper.GetConfiguredWorkspacesEnabledValue(); } } } diff --git a/src/common/utils/gpo.h b/src/common/utils/gpo.h index 5b82dbf799..6e532b9d92 100644 --- a/src/common/utils/gpo.h +++ b/src/common/utils/gpo.h @@ -59,7 +59,7 @@ namespace powertoys_gpo { const std::wstring POLICY_CONFIGURE_ENABLED_ENVIRONMENT_VARIABLES = L"ConfigureEnabledUtilityEnvironmentVariables"; const std::wstring POLICY_CONFIGURE_ENABLED_QOI_PREVIEW = L"ConfigureEnabledUtilityFileExplorerQOIPreview"; const std::wstring POLICY_CONFIGURE_ENABLED_QOI_THUMBNAILS = L"ConfigureEnabledUtilityFileExplorerQOIThumbnails"; - const std::wstring POLICY_CONFIGURE_ENABLED_PROJECTS = L"ConfigureEnabledUtilityProjects"; + const std::wstring POLICY_CONFIGURE_ENABLED_WORKSPACES = L"ConfigureEnabledUtilityWorkspaces"; // The registry value names for PowerToys installer and update policies. const std::wstring POLICY_DISABLE_PER_USER_INSTALLATION = L"PerUserInstallationDisabled"; @@ -367,9 +367,9 @@ namespace powertoys_gpo { return getUtilityEnabledValue(POLICY_CONFIGURE_ENABLED_ADVANCED_PASTE); } - inline gpo_rule_configured_t getConfiguredProjectsEnabledValue() + inline gpo_rule_configured_t getConfiguredWorkspacesEnabledValue() { - return getUtilityEnabledValue(POLICY_CONFIGURE_ENABLED_PROJECTS); + return getUtilityEnabledValue(POLICY_CONFIGURE_ENABLED_WORKSPACES); } inline gpo_rule_configured_t getConfiguredVideoConferenceMuteEnabledValue() diff --git a/src/gpo/assets/PowerToys.admx b/src/gpo/assets/PowerToys.admx index 53c804c8b0..4cd38cbb8d 100644 --- a/src/gpo/assets/PowerToys.admx +++ b/src/gpo/assets/PowerToys.admx @@ -356,7 +356,7 @@ - + diff --git a/src/gpo/assets/en-US/PowerToys.adml b/src/gpo/assets/en-US/PowerToys.adml index c4e611496a..17056d8cba 100644 --- a/src/gpo/assets/en-US/PowerToys.adml +++ b/src/gpo/assets/en-US/PowerToys.adml @@ -10,7 +10,7 @@ Installer and Updates PowerToys Run Advanced Paste - Projects + Workspaces PowerToys version 0.64.0 or later PowerToys version 0.68.0 or later @@ -109,11 +109,11 @@ You can override this policy for individual plugins using the policy "Configure Note: Changes require a restart of PowerToys Run. - This policy configures the enabled disable state for the Projects utility. + This policy configures the enabled disable state for the Workspaces utility. -If you enable or don't configure this policy, the user takes control over the enabled state of the Projects utility. +If you enable or don't configure this policy, the user takes control over the enabled state of the Workspaces utility. -If you disable this policy, the user won't be able to enable Enable and use the Projects utility. +If you disable this policy, the user won't be able to enable Enable and use the Workspaces utility. With this policy you can configure an individual enabled state for each PowerToys Run plugin that you add to the list. @@ -164,7 +164,7 @@ If you disable this policy, the user won't be able to enable Enable paste with A Peek: Configure enabled state Power Rename: Configure enabled state PowerToys Run: Configure enabled state - PowerToys Projects: Configure enabled state + PowerToys Workspaces: Configure enabled state Quick Accent: Configure enabled state Registry Preview: Configure enabled state Screen Ruler: Configure enabled state