Jump to content

Recommended Posts

Posted

Anyone successfully emptied the tile area via a GPO forcing a Layout.xml?

 

My Layout.xml only seems to work as long as I have at least 1 tile. If I remove all the tiles, it just doesn't load the xml at all.

 

Here's the code that works and shows only 1 tile:

 

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

 

This is the code that doesn't work and is supposed to show an empty tile area:

 

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

 

 

Anyone? Thanks!

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