Jump to content

Recommended Posts

Posted

Hi all,

 

Just wondered if any of you have managed to pin any items to the taskbar via an XML file. I have carried out the changes to our existing XML file that manages the start menu layout as per Microsoft's documentation however once I make the changes the XML file no longer applies and I get a default start menu again.

 

Link to Microsofts documentation here: https://technet.microsoft.com/en-gb/itpro/windows/manage/configure-windows-10-taskbar

 

If anyone manages to get it working it would be nice to know where I am going wrong.

Posted

I've got it working, what have you done so far?

 

Took me a while but got their in the end, make sure you copy the code from the website as when I tried to add the code to an exported xml i needed to add the code for the task bar as well as the code at the start of the xml file as per the website.

 

Hope that makes some sort of sense

Posted

This is mine

 

If you look the very start of the XML is different this is what I had to copy from the MS link to get it working.

 

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

 
   
     
       
         
         
         
       
       
         
         
         
         
         
       
       
         
         
         
         
         
       
       
         
         
         
         
       
     
   
 

   
     
               
  
 
  
  
 
 
     
   
 
 

 

My server isn't called server I've just changed the name.

  • Thanks 1
Posted (edited)

Okay I think I might understand now. This is what ive got after making the changes you suggested. Can you see anything wrong here? Sorry if i'm being thick haha.

 

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

   
     
       
              
  
   
  
 
 
     
   
 
 

Edited by tmoon-mint
Posted

Nice one glad you got it working, I've not actually tried to unpin as yet am still at the early stage of my Windows 10 deployment for students (this is the start layout for them) staff don't get any layout and can setup their own start menus.

 

I had a nightmare and that's why I changed lots of the shortcut locations to my redirected start menu. I hope it works when in the wild (will let you know in a few weeks when the kids are back)

Posted

You should be able to stop students unpinning them by locking down via taskbar GPO settings?

 

I personally push out a start/task layout via script to new PCs so its the default but can be changed by users as they see fit. Don't like the GPO way of doing it, seeing as it prevents changes.

 

I don't redirect the start menu mind you. I just use GPP to remove and add shortcuts when and where required. This works far better in Windows 10 personally.

  • 6 months later...
Posted

What's happened I've managed to pin IE to the taskbar, my start menu xml is posted further up this thread.

 

I've edited the xml and replaced the shortcuts with direct links to a share on my fileserver, it seems to work fine.

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