From 7fb0518e93aa8d7cb2c06f16085f933effded381 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Tue, 12 Apr 2022 12:44:15 -0500 Subject: [PATCH] dropdown --- CustomWindowsPreferences.admx | 34 ++++++++++++++++++++--------- en-US/CustomWindowsPreferences.adml | 24 +++++++++++++++----- 2 files changed, 42 insertions(+), 16 deletions(-) diff --git a/CustomWindowsPreferences.admx b/CustomWindowsPreferences.admx index dccd5dc..135c054 100644 --- a/CustomWindowsPreferences.admx +++ b/CustomWindowsPreferences.admx @@ -8,8 +8,9 @@ - - + + + @@ -32,17 +33,30 @@ class="User" displayName="$(string.ClassicTaskbarMenuPosition_Display)" explainText="$(string.ClassicTaskbarMenuPosition_Explain)" + presentation="$(presentation.ClassicTaskbarMenuPosition_PresentationID)" key="Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" - valueName="TaskbarAl" > - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/en-US/CustomWindowsPreferences.adml b/en-US/CustomWindowsPreferences.adml index 7af4644..b952eb4 100644 --- a/en-US/CustomWindowsPreferences.adml +++ b/en-US/CustomWindowsPreferences.adml @@ -7,20 +7,32 @@ - Microsoft Windows 7 or later - Microsoft Windows 7 + Microsoft Windows 7 or later + Microsoft Windows 10 + Microsoft Windows 11 Custom Windows Preferences Universal Windows Preferences Windows 10 Preferences Windows 11 Preferences - + Enable Classic Start Button Menu Position - This configuration option determines the start button placement in Windows 11. + This configuration option determines the start button position/placement in Windows 11. -When enabled, the start button and other icons will be moved to the left of the screen like traditional windows environments. +When set to "Left" the start button and other icons will be moved to the left of the screen like traditional windows environments. -When disabled, the start menu and icons will be centered in the screen. +When set to "Center" the start menu and icons will be centered in the screen. + +When set to "Disabled" the user is allowed to choose the start button placement. + Left + Center + Disabled + + + + Position + + \ No newline at end of file