From bc9886691f567b2e1cbb4475496d5731d980a94f Mon Sep 17 00:00:00 2001 From: The_Spider Date: Tue, 12 Apr 2022 12:04:47 -0500 Subject: [PATCH] initial commit --- CWP.admx | 10 ++++++ CustomWindowsPreferences.admx | 55 +++++++++++++++++++++++++++++ en-US/CWP.adml | 12 +++++++ en-US/CustomWindowsPreferences.adml | 25 +++++++++++++ 4 files changed, 102 insertions(+) create mode 100644 CWP.admx create mode 100644 CustomWindowsPreferences.admx create mode 100644 en-US/CWP.adml create mode 100644 en-US/CustomWindowsPreferences.adml diff --git a/CWP.admx b/CWP.admx new file mode 100644 index 0000000..d52f985 --- /dev/null +++ b/CWP.admx @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/CustomWindowsPreferences.admx b/CustomWindowsPreferences.admx new file mode 100644 index 0000000..9beb549 --- /dev/null +++ b/CustomWindowsPreferences.admx @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +CATEGORY "Windows 11 Customization" + POLICY "Classic Taskbar Menu Position (Left)" + KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" + EXPLAIN "When this setting is enabled, this policy will move all the icons to the left side." + VALUENAME "TaskbarAl" + VALUEON NUMERIC 0 + VALUEOFF NUMERIC 1 + END POLICY \ No newline at end of file diff --git a/en-US/CWP.adml b/en-US/CWP.adml new file mode 100644 index 0000000..dddf015 --- /dev/null +++ b/en-US/CWP.adml @@ -0,0 +1,12 @@ + + + + + + + + + Custom Windows Preferences + + + \ No newline at end of file diff --git a/en-US/CustomWindowsPreferences.adml b/en-US/CustomWindowsPreferences.adml new file mode 100644 index 0000000..f601742 --- /dev/null +++ b/en-US/CustomWindowsPreferences.adml @@ -0,0 +1,25 @@ + + + + + + + + + + Microsoft Windows 7 or later + Microsoft Windows 7 + + 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. + +When enabled, 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. + + + \ No newline at end of file