How do I create on WIndows Server 2019 a GPO that adds notepad to the taskbar on all clients?

PatrickGobels 6 Reputation points
2022-03-04T20:49:25.157+00:00

Hello!

How do I create a GPO that adds notepad to the taskbar on all clients?

Do I create an XML-file like the following one:

<CustomTaskbarLayoutCollection PinListPlacement="Replace">

  <defaultlayout:TaskbarLayout>

    <taskbar:TaskbarPinList>

      <taskbar:DesktopApp DesktopApplicationLinkPath="%windir%\system32\notepad.exe"/>

      <taskbar:DesktopApp DesktopApplicationLinkPath="%ProgramFiles%\Windows NT\Accessories\wordpad.exe"/>

    </taskbar:TaskbarPinList>

  </defaultlayout:TaskbarLayout>

</CustomTaskbarLayoutCollection>

Or do I export registry entries?

I tried to resolve this for hours and it is driving me crazy!

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,613 questions
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,099 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2022-03-04T22:37:16.893+00:00

    You can follow along here.
    http://woshub.com/create-desktop-shortcuts-group-policy/

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

  2. PatrickGobels 6 Reputation points
    2022-03-04T23:22:12.977+00:00

    I've already tried this.

    I am able to add normal desktop shortcuts, but no taskbar icons.

    Moreover, on Windows Server 2019 there is no setting called "Start Layout" in the section User Configuration -> Policies -> Administrative Templates -> Start Menu and Taskbar

    Is there a workaround?

    Thank you!

    0 comments No comments