Chuckster Posted March 21, 2019 Posted March 21, 2019 (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 March 21, 2019 by Chuckster
Chuckster Posted March 21, 2019 Author Posted March 21, 2019 MODS... How can I paste my code without it screwing up the formatting? The dumps everything in one line
Rob_D Posted March 21, 2019 Posted March 21, 2019 double carriage returns have worked to fix my [code ] tags before.
DJ-1701 Posted March 21, 2019 Posted March 21, 2019 Click the A/A button on the top left, then do you and click the A/A button again. [code] Code Code Code Hello! 2
Arthur Posted March 21, 2019 Posted March 21, 2019 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. 2
Arthur Posted March 21, 2019 Posted March 21, 2019 Do your settings shortcuts (shutdown, logoff etc.) all point the same EXE?
bknaggs Posted March 21, 2019 Posted March 21, 2019 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.
Chuckster Posted March 21, 2019 Author Posted March 21, 2019 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...?
bknaggs Posted March 22, 2019 Posted March 22, 2019 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.
jessica Posted March 22, 2019 Posted March 22, 2019 We have a slim start menu. I believe its the StartTileGroupsColumnCount that stops it taking up half the screen.
JRowley Posted March 22, 2019 Posted March 22, 2019 (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 March 22, 2019 by JRowley
Arthur Posted March 22, 2019 Posted March 22, 2019 Export-StartLayout –path .xml Worth adding -UseDesktopApplicationID in there too? Export-StartLayout –path .xml -UseDesktopApplicationID www.edugeek.net/forums/windows-10/196937-windows-10-start-menu-how-everyone-else-doing-2.html#post1708340
JRowley Posted March 22, 2019 Posted March 22, 2019 Worth adding -UseDesktopApplicationID in there too? Export-StartLayout –path .xml -UseDesktopApplicationID www.edugeek.net/forums/windows-10/196937-windows-10-start-menu-how-everyone-else-doing-2.html#post1708340 Yes sorry, it is best to use the switch. Though you can still use both DesktopApplicationID and DesktopApplicationLinkPath it is best to use DesktopApplicationID going forward.
Chuckster Posted March 22, 2019 Author Posted March 22, 2019 I've tried following the instructions but to no avail. My start menu looks like .. My recreated XML but not so many pinned apps...
gsk Posted April 11, 2019 Posted April 11, 2019 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.
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