@@ -151,20 +151,20 @@ function Register-PersonalTweaksList() {
151
151
152
152
Write-Section " Task Bar Tweaks"
153
153
Write-Caption " Task Bar - Windows 10 Compatible"
154
- Write-Status - Types $EnableStatus [0 ].Symbol, $TweakType - Status " $ ( $EnableStatus [0 ].Status) the 'Search Box' from taskbar ..."
154
+ Write-Status - Types $EnableStatus [0 ].Symbol, $TweakType - Status " $ ( $EnableStatus [0 ].Status) the 'Search Box' from Taskbar ..."
155
155
# [@] (0 = Hide completely, 1 = Show icon only, 2 = Show long Search Box, 3 = Search Icon and Label (Windows 11))
156
156
Set-ItemPropertyVerified - Path " $PathToCUWindowsSearch " - Name " SearchboxTaskbarMode" - Type DWord - Value $Zero
157
157
158
- Write-Status - Types $EnableStatus [0 ].Symbol, $TweakType - Status " $ ( $EnableStatus [0 ].Status) Windows search highlights from taskbar ..."
158
+ Write-Status - Types $EnableStatus [0 ].Symbol, $TweakType - Status " $ ( $EnableStatus [0 ].Status) Windows search highlights from Taskbar ..."
159
159
Set-ItemPropertyVerified - Path " $PathToLMPoliciesWindowsSearch " - Name " EnableDynamicContentInWSB" - Type DWord - Value $Zero
160
160
161
- Write-Status - Types $EnableStatus [0 ].Symbol, $TweakType - Status " $ ( $EnableStatus [0 ].Status) the 'Task View' icon from taskbar ..."
161
+ Write-Status - Types $EnableStatus [0 ].Symbol, $TweakType - Status " $ ( $EnableStatus [0 ].Status) the 'Task View' icon from Taskbar ..."
162
162
# [@] (0 = Hide Task view, 1 = Show Task view)
163
163
Set-ItemPropertyVerified - Path " $PathToCUExplorerAdvanced " - Name " ShowTaskViewButton" - Type DWord - Value $Zero
164
164
165
165
If (! $Revert ) { Disable-NewsAndInterest } Else { Enable-NewsAndInterest }
166
166
167
- Write-Status - Types $EnableStatus [0 ].Symbol, $TweakType - Status " $ ( $EnableStatus [0 ].Status) 'People' icon from taskbar ..."
167
+ Write-Status - Types $EnableStatus [0 ].Symbol, $TweakType - Status " $ ( $EnableStatus [0 ].Status) 'People' icon from Taskbar ..."
168
168
Set-ItemPropertyVerified - Path " $PathToCUExplorerAdvanced \People" - Name " PeopleBand" - Type DWord - Value $Zero
169
169
170
170
Write-Status - Types $EnableStatus [0 ].Symbol, $TweakType - Status " $ ( $EnableStatus [0 ].Status) Live Tiles..."
@@ -173,18 +173,21 @@ function Register-PersonalTweaksList() {
173
173
Write-Status - Types " *" , $TweakType - Status " Enabling Auto tray icons..."
174
174
Set-ItemPropertyVerified - Path " $PathToCUExplorer " - Name " EnableAutoTray" - Type DWord - Value 1
175
175
176
- Write-Status - Types $EnableStatus [0 ].Symbol, $TweakType - Status " $ ( $EnableStatus [0 ].Status) 'Meet now' icon on taskbar ..."
176
+ Write-Status - Types $EnableStatus [0 ].Symbol, $TweakType - Status " $ ( $EnableStatus [0 ].Status) 'Meet now' icon on Taskbar ..."
177
177
# [@] (0 = Show Meet Now, 1 = Hide Meet Now)
178
178
Set-ItemPropertyVerified - Path " $PathToLMPoliciesExplorer " - Name " HideSCAMeetNow" - Type DWord - Value $One
179
179
180
180
Write-Caption " Task Bar - Windows 11 Compatible"
181
- Write-Status - Types $EnableStatus [0 ].Symbol, $TweakType - Status " $ ( $EnableStatus [0 ].Status) 'Widgets' icon from taskbar ..."
181
+ Write-Status - Types $EnableStatus [0 ].Symbol, $TweakType - Status " $ ( $EnableStatus [0 ].Status) 'Widgets' icon from Taskbar ..."
182
182
# [@] (0 = Hide Widgets, 1 = Show Widgets)
183
183
Set-ItemPropertyVerified - Path " $PathToCUExplorerAdvanced " - Name " TaskbarDa" - Type DWord - Value $Zero
184
184
185
- Write-Status - Types $EnableStatus [0 ].Symbol, $TweakType - Status " $ ( $EnableStatus [0 ].Status) 'Chat' icon from taskbar ..."
185
+ Write-Status - Types $EnableStatus [0 ].Symbol, $TweakType - Status " $ ( $EnableStatus [0 ].Status) 'Chat' icon from Taskbar ..."
186
186
Set-ItemPropertyVerified - Path " $PathToCUExplorerAdvanced " - Name " TaskbarMn" - Type DWord - Value $Zero
187
187
188
+ Write-Status - Types " *" , $TweakType , " 23H2" - Status " Enabling 'Show Desktop Button' on the Taskbar corner..."
189
+ Set-ItemPropertyVerified - Path " $PathToCUExplorerAdvanced " - Name " TaskbarSd" - Type DWord - Value 1
190
+
188
191
Write-Status - Types $EnableStatus [0 ].Symbol, $TweakType - Status " $ ( $EnableStatus [0 ].Status) creation of Thumbs.db thumbnail cache files..."
189
192
Set-ItemPropertyVerified - Path " $PathToCUExplorerAdvanced " - Name " DisableThumbnailCache" - Type DWord - Value $One
190
193
Set-ItemPropertyVerified - Path " $PathToCUExplorerAdvanced " - Name " DisableThumbsDBOnNetworkFolders" - Type DWord - Value $One
@@ -193,7 +196,7 @@ function Register-PersonalTweaksList() {
193
196
194
197
If (! $Revert ) { Enable-DarkTheme } Else { Disable-DarkTheme }
195
198
196
- Write-Status - Types " *" , $TweakType - Status " Restoring taskbar transparency..."
199
+ Write-Status - Types " *" , $TweakType - Status " Restoring Taskbar transparency..."
197
200
Set-ItemPropertyVerified - Path " HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize" - Name " EnableTransparency" - Type DWord - Value 1
198
201
199
202
Write-Section " System"
0 commit comments