En utilisant ce site, vous acceptez le politique de confidentialité.
Accepter
EnterinITEnterinITEnterinIT
  • MAISON
  • INFORMATIQUE PRO
  • TECHNOLOGIE
  • Microsoft
    • Azuré
    • ConfigMgr/SCCM
    • DPM
    • Orchestrateur
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Bureau 365
    • Bureau Insider
    • Power BI
    • Skype
    • Serveur SQL
    • Équipes
  • FENÊTRES
    • Centre d'administration Windows
    • Client Windows
    • Serveur Windows
  • Liste de collecte de requêtes SCCM
En lisant: Comment épingler le centre logiciel Configuration Manager à la barre des tâches
Redimensionneur de policeAa
EnterinITEnterinIT
Redimensionneur de policeAa
  • MAISON
  • INFORMATIQUE PRO
  • TECHNOLOGIE
  • Microsoft
  • FENÊTRES
  • Liste de collecte de requêtes SCCM
Recherche
  • MAISON
  • INFORMATIQUE PRO
  • TECHNOLOGIE
  • Microsoft
    • Azuré
    • ConfigMgr/SCCM
    • DPM
    • Orchestrateur
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Bureau 365
    • Bureau Insider
    • Power BI
    • Skype
    • Serveur SQL
    • Équipes
  • FENÊTRES
    • Centre d'administration Windows
    • Client Windows
    • Serveur Windows
  • Liste de collecte de requêtes SCCM
Gestionnaire de configuration

Comment épingler le centre logiciel Configuration Manager à la barre des tâches

Publié en février 11, 2024
4 Lecture minimale
PARTAGER

How to Pin Configuration Manager Software Center to Taskbar with GPO on Windows 10 et Windows Serveur.

Pin Software Center with GPO

1. Copy Centre logiciel link from C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft System Center\Configuration Manager to Desktop and rename to SoftwareCenter;

2. Copy it to \\<votre nom de domaine>\SYSVOL\<votre nom de domaine>\scripts;

3. Créer a *.xml déposer (dans mon cas 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, File Explorer, 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>

avec

<CustomTaskbarLayoutCollection PinListPlacement="Replace">

6. Copy pinup.xml à \\<votre nom de domaine>\SYSVOL\<votre nom de domaine>\scripts;

7. Commencer Gestion des stratégies de groupe;

8. Bouton droit de la souris click on the GPO object and click Modifier;

9. Accédez à Computer Configuration\Policies\Administrative Templates\Start menu and Taskbar;

10. Bouton droit de la souris cliquez sur Start Layout et cliquez Modifier;

11. Select the option Enabled and enter the path to our *.XML file in Start Layout File; Cliquez D'ACCORD;

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. Cependant, 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.

ÉTIQUETÉ:Annuaire actifPolitique de groupeServeur Microsoft WindowsCentre systèmeGestionnaire de configuration de System CenterAperçu techniqueFenêtresFenêtres 10
Article précédent Comment utiliser l'installation push automatique du client Configuration Manager
Article suivant How to Remove Windows Server 2016 DHCP Role
5 Commentaires 5 Commentaires
  • Ram Lan dit:
    Novembre 29, 2017 à 4:02 pm

    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.

    Merci

    Ram

    Répondre
    • Andrei Pryymak dit:
      Novembre 29, 2017 à 6:14 pm

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

      Répondre
      • Ram Lan dit:
        Novembre 30, 2017 à 2:46 pm

        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.

        Répondre
        • Andrei Pryymak dit:
          Décembre 1, 2017 à 7:50 suis

          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. Une fois terminé – 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)

          Répondre
          • Ram Lan dit:
            Décembre 1, 2017 à 9:33 pm

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

            Will try again tomorrow. Will keep you posted.

            Ram

Laisser une réponse Annuler la réponse

Votre adresse email ne sera pas publiée. Les champs obligatoires sont marqués *

Ce site utilise Akismet pour réduire le spam. Découvrez comment les données de vos commentaires sont traitées.

Traduction

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

Articles populaires

Configuration système requise pour Windows Server 2016
Serveur Windows
Liste de collecte de requêtes Configuration Manager
Liste de collecte de requêtes Configuration Manager
Gestionnaire de configuration
Navigation structurée/gérée activée sur les pages modernes dans les sites d'équipe classiques
Technologie
SCCM n'a pas réussi à obtenir les emplacements DP comme version attendue de MP
Gestionnaire de configuration

Messages récents

Installation et configuration de Fail2ban pour la protection SSH sur Ubuntu 24.04
Linux
Activation et configuration de FirewallD sur AlmaLinux
Linux
Création d'utilisateur et configuration de la clé SSH dans AlmaLinux
Linux
Comment réinitialiser le mot de passe sur AlmaLinux
Linux

© 2023 EnterinIT

Aller à la version mobile
bannière publicitaire
Content de te revoir!

Connectez-vous à votre compte

Nom d'utilisateur ou adresse e-mail
Mot de passe

Vous avez perdu votre mot de passe?