Korzystając z tej witryny, zgadzasz się na Polityka prywatności.
Przyjąć
EnterineEnterineEnterine
  • DOM
  • To pro
  • Tech
  • Microsoft
    • Lazur
    • Menedżer konfiguracji/SCCM
    • DPM
    • Orkiestrator
    • Hyper-V.
    • Niejawny tester Microsoft Edge
    • MSI
    • Biuro 365
    • Nieznajomy biura
    • Power bi
    • Skype'a
    • Serwer SQL
    • Zespoły
  • OKNA
    • Centrum administracyjne systemu Windows
    • Klient Windowsa
    • Serwer Windows
  • Lista kolekcji zapytań SCCM
Czytanie: How to Pin Configuration Manager Software Center to Taskbar
Zmiana rozmiaru czcionkiAaa
EnterineEnterine
Zmiana rozmiaru czcionkiAaa
  • DOM
  • To pro
  • Tech
  • Microsoft
  • OKNA
  • Lista kolekcji zapytań SCCM
Szukaj
  • DOM
  • To pro
  • Tech
  • Microsoft
    • Lazur
    • Menedżer konfiguracji/SCCM
    • DPM
    • Orkiestrator
    • Hyper-V.
    • Niejawny tester Microsoft Edge
    • MSI
    • Biuro 365
    • Nieznajomy biura
    • Power bi
    • Skype'a
    • Serwer SQL
    • Zespoły
  • OKNA
    • Centrum administracyjne systemu Windows
    • Klient Windowsa
    • Serwer Windows
  • Lista kolekcji zapytań SCCM
Configmgr

How to Pin Configuration Manager Software Center to Taskbar

Opublikowany: Luty 11, 2024
4 Min. odczyt
UDZIAŁ

How to Pin Configuration Manager Software Center to Taskbar with GPO on Windows 10 i Windows Server.

Pin Software Center with GPO

1. Kopia Centrum oprogramowania link from C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft System Center\Configuration Manager to Desktop and rename to SoftwareCenter;

2. Copy it to \\<nazwa Twojej domeny>\SYSVOL\<nazwa Twojej domeny>\scripts;

3. Tworzyć a *.xml plik (w moim przypadku pinup.xml) and paste the next script:

<?xml version="1.0" encoding="utf-8"?>
<LayoutModificationTemplate
    xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification"
    xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout"
    xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"
    xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout"
    Version="1">
  <CustomTaskbarLayoutCollection>
    <defaultlayout:TaskbarLayout>
      <taskbar:TaskbarPinList>
        <taskbar:DesktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\Accessories\Internet Explorer.lnk"/>
        <taskbar:DesktopApp DesktopApplicationLinkPath="%appdata%\Microsoft\Windows\Start Menu\Programs\System Tools\File Explorer.lnk"/>
        <taskbar:DesktopApp DesktopApplicationLinkPath="\\enterinit.com\sysvol\enterinit.com\scripts\SoftwareCenter.lnk"/>
      </taskbar:TaskbarPinList>
    </defaultlayout:TaskbarLayout>
  </CustomTaskbarLayoutCollection>
</LayoutModificationTemplate>

4. In this script we pin to the taskbar: Internet Explorer, Eksplorator plików, and SCCM Software Center. (do not pin File Explorer from %windir%, it’s work with bugs).

5. To remove the default pinned items, you must replace

<CustomTaskbarLayoutCollection>

with

<CustomTaskbarLayoutCollection PinListPlacement="Replace">

6. Kopia pinup.xml to \\<nazwa Twojej domeny>\SYSVOL\<nazwa Twojej domeny>\scripts;

7. Start Zarządzanie zasadami grupy;

8. Prawy przycisk myszy click on the GPO object and click Redagować;

9. Przejdź do Computer Configuration\Policies\Administrative Templates\Start menu and Taskbar;

10. Prawy przycisk myszy click on Start Layout and click Redagować;

11. Select the option Enabled and enter the path to our *.xml file in Start Layout File; Trzask OK;

12. Close All windows. Reboot your target machine;

13. Result!

FAQ

What happens if a user deletes an item we pinned to the Taskbar using the .xml file and Group Policy?

Users can delete an item we pinned to the Taskbar. However, the icon will be added back the next time that we modify the .xml file. If you don’t modify the .xml file, the user’s configuration won’t change.

What if I add a shortcut that the user has already pinned to the Taskbar?

Nothing happens. Windows won’t add a second icon.

What if we pin an item the end-user has already pinned to the Taskbar, and then we remove the icon through our .xml file?

The icon won’t be removed.

What if we remove a pinned app in the.xml file that we deployed with Group Policy?

The pinned item will be removed from the Taskbar as soon the Group Policy is applied when the user logs on again.

What if a user changes the order of the pinned items in the Taskbar?

The user’s order configuration will be maintained when we add or remove items.

What happens to the Taskbar if the computer is no longer targeted by a Group Policy?

The Taskbar will keep the configuration that we previously deployed via Group Policy.

What happens if I add Taskbar shortcuts to a .xml that is applied to Windows 10 1511 machines?

The older version of Windows 10 can’t read this .xml file and will ignore it altogether.

OZNACZONE:Aktywny katalogZasady grupySerwer Microsoft WindowsCentrum systemoweMenedżer konfiguracji programu System CenterPodgląd technicznyOknaOkna 10
Poprzedni artykuł How to Use Configuration Manager Automatic Client Push Installation
Następny artykuł How to Remove Windows Server 2016 DHCP Role
5 Uwagi 5 Uwagi
  • Ram Lan mówi:
    Listopad 29, 2017 at 4:02 po południu

    I tried your script – it is not working. I don’t see software center in the taskbar.

    I did modify the script and changed the network path point to sysvol within my domain.

    Can you re-share the script by email or post at google drive or github.

    Thanks

    Ram

    Odpowiedź
    • Andriej Prymak mówi:
      Listopad 29, 2017 at 6:14 po południu

      Sorry, now code is worked, some plugin for code highlighting broke all logic. Now must work, check out and write the reply.

      Odpowiedź
      • Ram Lan mówi:
        Listopad 30, 2017 at 2:46 po południu

        I tried again with your updated script – yet none of the icons show up in task bar. Not sure why it is not working. I even ran group policy result to find out if there is any error to the GPO. No errors found – yet the icons are not in the task bar. Will research more.
        Thanks for fixing the script.

        Odpowiedź
        • Andriej Prymak mówi:
          Grudzień 1, 2017 at 7:50 jestem

          Make simple check:
          1. Your windows build is minimum 1607
          2. You update your gpo admx files with (minimum) 1607 admx files
          3. You copy to sysvol software center file and create xml
          4. Config gpo policy to use your xml
          5. When complete – reboot your PC couple times
          6. Also there some interesting thing with xml, if you need to reupdate pinned items you must make some changes in xml and save it (delete and past some symbol, as example)

          Odpowiedź
          • Ram Lan mówi:
            Grudzień 1, 2017 at 9:33 po południu

            1.Windows build is v1709
            2. The admx files are 1703 creators version
            3. Zrobione
            4. Zrobione
            5. Zrobione
            6. Did change the domain name and the share location within the xml file.

            Will try again tomorrow. Will keep you posted.

            Ram

Zostaw odpowiedź Anuluj odpowiedź

Twój adres e-mail nie zostanie opublikowany. Wymagane pola są zaznaczone *

Ta strona korzysta z Akismet w celu ograniczenia spamu. Dowiedz się, jak przetwarzane są dane dotyczące Twoich komentarzy.

Tłumaczenie

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
przez Transposh - translation plugin for wordpress

Popularne posty

Wymagania systemowe dla serwera Windows 2016
Serwer Windows
Lista kolekcji zapytań programu Menedżer konfiguracji
Lista kolekcji zapytań programu Menedżer konfiguracji
Configmgr
Nawigacja strukturalna/zarządzana włączona na nowoczesnych stronach w klasycznych witrynach zespołu
Tech
SCCM Nie udało się uzyskać lokalizacji DP w oczekiwanej wersji z MP
Configmgr

Ostatnie posty

Instalowanie i konfigurowanie Fail2ban dla ochrony SSH na Ubuntu 24.04
Linuksa
Włączanie i konfiguracja FirewallD na AlmaLinux
Linuksa
Tworzenie użytkownika i konfiguracja klucza SSH w AlmaLinux
Linuksa
Jak zresetować hasło w AlmaLinux
Linuksa

© 2023 Enterine

Przejdź do wersji mobilnej
Witamy z powrotem!

Zaloguj się na swoje konto

Nazwa użytkownika lub adres e-mail
Hasło

Zgubiłeś hasło?