Jump to content

Recommended Posts

Posted (edited)

Hey all,

 

Hoping somebody can help me, really can't seem to get this XML to apply Start menu + Taskbar settings. The GPO itself is applying fine, just doesn't seem to be adjusting anything.

 

Attached image of xml codeUntitled.png

Edited by Olliedawg
Posted

We point our Start menu XML to a folder within ProgramData (since we update the start menu every hour via a SCCM Script)

So the HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer\StartLayoutFile value is set to C:\ProgramData\School\Windows\Start Menu\W10Pin\Student.xml

 

Our Student.xml looks like

 
 
   
     
       
         		
         
         
         
         
         
         
         
       
     
   
 

Posted

Cheers, it does seem to work fine until I add the taskbar section, so something there can't be right causing it to fail to apply..

 

Made some adjustments but still not working with the taskbar code in thereUntitled 2.png

Posted
Cheers, it does seem to work fine until I add the taskbar section, so something there can't be right causing it to fail to apply..

 

Made some adjustments but still not working with the taskbar code in there[ATTACH=CONFIG]67516[/ATTACH]

 

Add

 xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout"

 

To the first line

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