_DaBean_ Posted August 7, 2019 Posted August 7, 2019 (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 August 7, 2019 by _DaBean_
Arthur Posted August 7, 2019 Posted August 7, 2019 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" >
ComboSmith Posted August 7, 2019 Posted August 7, 2019 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
_DaBean_ Posted August 8, 2019 Author Posted August 8, 2019 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
Steve21 Posted August 8, 2019 Posted August 8, 2019 You don't 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 1
_DaBean_ Posted August 8, 2019 Author Posted August 8, 2019 Awesome thanks. Now just to work on my Taskbar Settings.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now