Jump to content

Recommended Posts

Posted (edited)

Seems to be the most talked about topic.

 

Why is my XML not working through GPO? It just wont apply and i am unsure why. Does my XML look ok?

                                                                                                                                                                                                                                                                                                                                                  

Edited by _DaBean_
Posted

I have fixed the XML so it's easier to read. :)

 

    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"
   xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout" >
   
   
       
           
               
                   
                   
                   
                   
                   
                   
               
               
                   
                   
                   
                   
                   
                   
                   
                   
               
               
                   
                   
                   
                   
                   
                   
               
               
                   
               
           
       
   
   
       
           
               
           
       
   

Posted

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">





                   
                   
                   
                   
                   
                   
               
               
                   
                   
                   
                   
                   
                   
                   
                   
               
               
                   
                   
                   
                   
                   
                   
               
               
                   
               



 

Give this a try

Posted
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">





                   
                   
                   
                   
                   
                   
               
               
                   
                   
                   
                   
                   
                   
                   
                   
               
               
                   
                   
                   
                   
                   
                   
               
               
                   
               



 

Give this a try

 

 

 

This is working YAY..

 

However all i did was change

 

To

 

 

And it broke again? How do i get 3 Columns?

 

Thanks

 

- - - Updated - - -

 

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">





                   
                   
                   
                   
                   
                   
               
               
                   
                   
                   
                   
                   
                   
                   
                   
               
               
                   
                   
                   
                   
                   
                   
               
               
                   
               



 

Give this a try

 

 

 

This is working YAY..

 

However all i did was change

 

To

 

 

And it broke again? How do i get 3 Columns?

 

Thanks

 

- - - Updated - - -

 

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">





                   
                   
                   
                   
                   
                   
               
               
                   
                   
                   
                   
                   
                   
                   
                   
               
               
                   
                   
                   
                   
                   
                   
               
               
                   
               



 

Give this a try

 

 

 

This is working YAY..

 

However all i did was change

 

To

 

 

And it broke again? How do i get 3 Columns?

 

Thanks

Posted

You don't :p

 

By XML it's limited to 2 columns (or fullscreen) (Unless it's been changed in the latest update):

 

•Windows 10 reads the LayoutModification.xml file and allows groups to be appended to Start. The groups have the following constraints:

2 groups that are 6 columns wide, or equivalent to the width of 3 medium tiles.

◦2 medium-sized tile rows in height. Windows 10 ignores any tiles that are pinned beyond the second row.

◦No limit to the number of apps that can be pinned. There is a theoretical limit of 24 tiles per group (4 small tiles per medium square x 3 columns x 2 rows).

 

 

 

Steve

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...