Hello Try to run the following command line in powershell then check. It will reboot the machine automatically. ####taskbar location### $Settings = (Get-ItemProperty HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3 -Name Settings).Settings $Settings[12] = 0x00 Set-ItemProperty HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3 -Name Settings -Value $Settings ####search icon only### reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t "REG_DWORD" /d "1" /f ####widgets off### reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Feeds" /v "ShellFeedsTaskbarViewMode" /t "REG_DWORD" /d "2" /f ####chat off### reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t "REG_DWORD" /d "0" /f shutdown /r /t 0
Need to apply taskbar UI setting on win 10 devices

Hi expert, I need a script built to accommodate the Win10 UI changes, for the taskbar.
Search: Icon Only
Widgets: Off
Chat: Off
Taskbar Alignment: Left
I have applied this on win11, will it applicable on win10 as well or these registry entry specific work for win11, i have gone through multiple articles but not found anything related to this for windows 10. if these registry entries applicable for window 10 , is there any group policy created in windows 10 machines.
Would appreciate if you can share any reference article.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced \TaskbarMn(0)
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ TaskbarDa (0)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search\ SearchboxTaskbarMode (1)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ TaskbarAl (0)