Hey Winterstorm2050,
using my usual *.wccf, everything works fine.
Just one small thing I noticed is that there are leftovers of pinned tiles at the start menu, always slightly different depending on the edition.
This can be easily solved though by editing ".\Users\Default\AppData\Local\Microsoft\Windows\Shell\LayoutModification.xml, for no tiles pinned this way:
It is really a minor thing but just in case you have not noticed yet.
using my usual *.wccf, everything works fine.
Just one small thing I noticed is that there are leftovers of pinned tiles at the start menu, always slightly different depending on the edition.
This can be easily solved though by editing ".\Users\Default\AppData\Local\Microsoft\Windows\Shell\LayoutModification.xml, for no tiles pinned this way:
Code:
<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">
</defaultlayout:StartLayout>
</StartLayoutCollection>
</DefaultLayoutOverride>
</LayoutModificationTemplate>
It is really a minor thing but just in case you have not noticed yet.