Taskbar issue (pinned to taskbar items)

TechUST 516 Reputation points
2024-01-31T21:21:25.0033333+00:00

Hi Expert. I have deployed a script on Windows 11 devices a few months ago, and recently i observed there have been issues with aggressive behavior on pinned taskbar items. i am wondering if this could be due to the script or if there might be another problem, such as a group policy issue. Please suggest me if there is possibility to cause this issue due to this script or let me know how to troubleshoot.  

  #turn off Chat REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /f /v TaskbarMn /t REG_DWORD /d 0 #turn off Widgets REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /f /v TaskbarDa /t REG_DWORD /d 0 #change Search : Icon only REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search" /f /v SearchboxTaskbarMode /t REG_DWORD /d 1 #change Taskbar Alignment: Left REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /f /v TaskbarAl /t REG_DWORD /d 0 This Script changes value of TaskbarMn,TaskbarDa,SearchboxTaskbarMode , TaskbarAl. I believe taskbar pinned items is stored in the Windows Registry HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband so after changes of these registry value TaskbarMn,TaskbarDa,SearchboxTaskbarMode , TaskbarAl,  

  Will this script impact "taskband" or pinned items to taskbar behavior (Aggressive behavior). also If possible, Can you please share article for this. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,333 questions
Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
966 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,462 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,994 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pavel yannara Mirochnitchenko 12,571 Reputation points MVP
    2024-03-12T11:36:54.0966667+00:00

    How about use Start Menu xml in Settings Catalog? Use replace and just pin icons you want.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.