Alguém sugerido para aplicar o layout via PowerShell antes que qualquer perfil de usuário seja criado
@Ketho I've been able to do this by applying the layout via PowerShell prior to having any user log in, instead of applying it via Group Policy. The only difference is that you need to change the file extension from .xml to .bin when you import it using the
Import-StartLayout
cmdlet - for exampleImport-StartLayout -LayoutPath "C:\Install\StartMenu.bin" -MountPath $env:SystemDrive\
. When done this way, the user gets the start layout you applied, but they can modify it unlike with a partial start layout.The only downside to this approach is that it's difficult to change the start layout on a system that's already in use - you'd have to delete the existing user profiles, apply the layout using PowerShell, then have the users log back in.
Em outra nota, se você quiser apenas aplicar um layout parcial enquanto ainda remove os blocos padrão, pode fazer isso primeiro aplicando um layout completo e depois o layout parcial na ordem