Jump to content

Recommended Posts

Posted (edited)

I am trying to deploy the below as my start menu.

 

Can anyone see what's wrong with it?

 

I don't get my shortcut links such as shutdown and restart to work (despite copied in the Start Menu folder), and what should be a slim start menu is wide and where the icons should sit go over to the right.

 

 

 
 
   
     
       
         
       
       
         
           
           
           
           
         
         
         
         
       
       
         
         
       
       
         
         
         
         
       
     
   
 

Edited by Chuckster
Posted

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


	
		
			
				
			
			
				
					
					
					
					
				
				
				
				
			
			
				
				
			
			
				
				
				
				
			
		
	

 

The
 dumps everything in one line

I've found copying-and-pasting code seems to work better in the 'Standard Editor', although @DJ-1701's solution should also work.

 

mZiUc9.png

  • Thanks 2
Posted
I found when I was testing Windows 10 Start menu XML that you couldn't control the width of what was presented. I think it is classed as a user preference that isn't controllable through group policy.
Posted
Do your settings shortcuts (shutdown, logoff etc.) all point the same EXE?

Yes, they do.

 

It's shutdown.exe -l shutdown -s -t 00 -f etc...

 

I found when I was testing Windows 10 Start menu XML that you couldn't control the width of what was presented. I think it is classed as a user preference that isn't controllable through group policy.

 

Surely the start menu should look like what's stated in the XML, with the ability to then allow users to faff with it...?

Posted

Surely the start menu should look like what's stated in the XML, with the ability to then allow users to faff with it...?

 

You'd hope so but it's not how Microsoft have done it. If you look at the XML there's no position information for each group of tiles relative to each other.

Posted (edited)

Have you tried layout the start menu how you want it and then extracting it with powershell?

 

Export-StartLayout –path .xml -UseDesktopApplicationID

 

If nothing else you can check things like Column/Row settings and should be able to get the correct width.

Edited by JRowley
  • 3 weeks later...
Posted
I'm sorry this isn't an answer to your actual problem, but FWIW I got rid of all the tiles and then exported the layout with PS. I've made more use of the desktop if people want a more visual layout of applications.

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