Add mod: SetupComplete - no start tiles

This commit is contained in:
Fierelier 2021-10-31 02:56:38 +01:00
parent bfbc1746df
commit b213f210e8
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1 @@
powershell -c "Import-StartLayout -LayoutPath "%systemdrive%\opus-nt\StartLayout.xml" -MountPath "%systemdrive%\\""

View File

@ -0,0 +1,8 @@
<LayoutModificationTemplate xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification">
<LayoutOptions StartTileGroupCellWidth="6" />
<DefaultLayoutOverride>
<StartLayoutCollection>
<defaultlayout:StartLayout GroupCellWidth="6" />
</StartLayoutCollection>
</DefaultLayoutOverride>
</LayoutModificationTemplate>