Windows의 시작버튼을 눌렀을 때 나오는 단축키 레이아웃이 7시절에는 편집 배포가 참 편했었는데
자꾸 뭐가 늘어나서 점점 흉악하게 바뀌고 있다.
이제는 파일로 관리를 해야하니 원..
그나마 편하게 하는 방법은
마스터 이미지에서 레이아웃 만든 다음 Export - Import 하는 정도...
https://winpeguy.wordpress.com/2015/10/30/win10-start-customization-with-layoutmodification-xml/
Win10: Start Customization with LayoutModification.xml
So I have made a first pass at configuring the Start (Bar? Window? Screen?). Once thing to note is that while I made the proper configuration in my LayoutModification.xml with Internet Explorer, f…
winpeguy.wordpress.com
Export-StartLayout -Path C:\Windows\OSConfig\LayoutModification.xml
Import-StartLayout -LayoutPath C:\Windows\OSConfig\LayoutModification.xml -MountPath $env:SystemDrive\
Or you could just copy your LayoutModification.xml to C:\Users\Default\AppData\Local\Microsoft\Windows\Shell\LayoutModification.xml using the method of your choice. Changes will affect new User Profiles created after making the change.
안타깝게도 작업표시줄은 Export가 안되는 것 같다.. https://docs.microsoft.com/en-us/windows/configuration/configure-windows-10-taskbar
Configure Windows 10 taskbar (Windows 10) - Configure Windows
Administrators can pin additional apps to the taskbar and remove default pinned apps from the taskbar by adding a section to a layout modification XML file.
docs.microsoft.com
<?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:UWA AppUserModelID="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" />
<taskbar:DesktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\File Explorer.lnk" />
</taskbar:TaskbarPinList>
</defaultlayout:TaskbarLayout>
</CustomTaskbarLayoutCollection>
</LayoutModificationTemplate>
이 귀찮은 xml로 App ID나 경로를 다 쳐서 꾸역꾸역 xml에 합쳐야하나보다.. -_-
일해라 MS...
'Computer > Windows' 카테고리의 다른 글
Domain 내 VM의 Network가 Guest Network으로 연결됨 - Workstation 1075 종속성 서비스가 없거나 지워진 것으로 표시되었습니다 (0) | 2025.01.22 |
---|---|
Windows 복구 파티션 삭제 (0) | 2025.01.22 |
파워쉘을 사용한 도메인 가입(Domain join) Powershell (0) | 2025.01.22 |
Windows 단축 명령어 모음 (0) | 2025.01.22 |
Putty Command Line - 다중 서버에 SSH 명령 날리기 (1) | 2023.10.19 |