이 사이트를 이용함으로써, 당신은 다음에 동의합니다 개인 정보 보호 정책.
수용하다
엔터인IT엔터인IT엔터인IT
  • 집
  • IT 프로
  • TECH
  • MICROSOFT
    • 하늘빛
    • 구성 관리자/SCCM
    • DPM
    • 오케스트레이터
    • Hyper-V
    • 마이크로소프트 엣지 인사이더
    • MSI
    • 사무실 365
    • 사무실 내부자
    • 파워 BI
    • 스카이프
    • SQL 서버
    • Teams
  • WINDOWS
    • Windows 관리 센터
    • 윈도우 클라이언트
    • 윈도우 서버
  • SCCM 쿼리 컬렉션 목록
독서: How to Pin Configuration Manager Software Center to Taskbar
글꼴 크기 조정기아아
엔터인IT엔터인IT
글꼴 크기 조정기아아
  • 집
  • IT 프로
  • TECH
  • MICROSOFT
  • WINDOWS
  • SCCM 쿼리 컬렉션 목록
Search
  • 집
  • IT 프로
  • TECH
  • MICROSOFT
    • 하늘빛
    • 구성 관리자/SCCM
    • DPM
    • 오케스트레이터
    • Hyper-V
    • 마이크로소프트 엣지 인사이더
    • MSI
    • 사무실 365
    • 사무실 내부자
    • 파워 BI
    • 스카이프
    • SQL 서버
    • Teams
  • WINDOWS
    • Windows 관리 센터
    • 윈도우 클라이언트
    • 윈도우 서버
  • SCCM 쿼리 컬렉션 목록
ConfigMgr

How to Pin Configuration Manager Software Center to Taskbar

Published: 2월 11, 2024
4 최소 읽기
공유하다

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

Pin Software Center with GPO

1. Copy 소프트웨어 센터 link from C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft System Center\Configuration Manager to Desktop and rename to SoftwareCenter;

2. Copy it to \\<your domain name>\SYSVOL\<your domain name>\scripts;

3. Create a *.xml file (in my case 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>

with

<CustomTaskbarLayoutCollection PinListPlacement="Replace">

6. Copy pinup.xml to \\<your domain name>\SYSVOL\<your domain name>\scripts;

7. Start 그룹 정책 관리;

8. 마우스 오른쪽 버튼 click on the GPO object and click 편집하다;

9. 다음으로 이동 Computer Configuration\Policies\Administrative Templates\Start menu and Taskbar;

10. 마우스 오른쪽 버튼 click on Start Layout 그리고 클릭 편집하다;

11. Select the option Enabled and enter the path to our *.xml file in Start Layout File; Click 좋아요;

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. 하지만, 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.

태그됨:액티브 디렉토리그룹 정책Microsoft Windows 서버시스템 센터시스템 센터 구성 관리자기술 미리보기WindowsWindows 10
이전 기사 How to Use Configuration Manager Automatic Client Push Installation
다음 기사 How to Remove Windows Server 2016 DHCP Role
5 댓글 5 댓글
  • Ram Lan 라고:
    십일월 29, 2017 at 4:02 오후

    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

    회신하다
    • Andrei Pryymak 라고:
      십일월 29, 2017 at 6:14 오후

      죄송합니다, now code is worked, some plugin for code highlighting broke all logic. Now must work, check out and write the reply.

      회신하다
      • Ram Lan 라고:
        십일월 30, 2017 at 2:46 오후

        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.

        회신하다
        • Andrei Pryymak 라고:
          12월 1, 2017 at 7:50 ~이다

          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)

          회신하다
          • Ram Lan 라고:
            12월 1, 2017 at 9:33 오후

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

            Will try again tomorrow. Will keep you posted.

            Ram

답장을 남겨주세요 답장 취소

귀하의 이메일 주소는 공개되지 않습니다. 필수 입력란이 표시되어 있습니다 *

이 사이트는 스팸을 줄이기 위해 Akismet을 사용합니다.. 댓글 데이터가 처리되는 방법 알아보기.

번역

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

인기 게시물

Windows Server의 시스템 요구 사항 2016
윈도우 서버
구성 관리자 쿼리 컬렉션 목록
구성 관리자 쿼리 컬렉션 목록
ConfigMgr
클래식 팀 사이트의 최신 페이지에서 구조적/관리형 탐색 활성화
Tech
SCCM이 DP 위치를 MP에서 예상 버전으로 가져오지 못했습니다.
ConfigMgr

최근 게시물

Ubuntu에서 SSH 보호를 위한 Fail2ban 설치 및 구성 24.04
리눅스
AlmaLinux에서 FirewallD 활성화 및 구성
리눅스
AlmaLinux에서 사용자 생성 및 SSH 키 설정
리눅스
AlmaLinux에서 비밀번호를 재설정하는 방법
리눅스

© 2023 엔터인IT

모바일 버전으로 이동하십시오
돌아온 것을 환영합니다!

귀하의 계정에 로그인하세요

사용자 이름 또는 이메일 주소
Password

비밀번호를 잃어버렸습니다?