Skip to content

Lynna Jackson

Lab/Classroom Computer and Software Managment

  • Home
  • The 100 mile view

Windows – Start Menu layout for Windows 10 version 1809

Apparently, with Windows 10 LTSC version 1809 setting the Start Menu layout in the Profile user account no longer sticks through sysprep setup. I have, however, found another way to set the start menu layout:
1) Configure the start menu the way you want it in the Profile User
2) Open a powershell window
3) Export the start menu layout with:
Export-StartLayout -UseDesktopApplicationID -Path PathAndFileName.xml

To import this layout on the target system(s) use the following in a batch script:
PowerShell.exe -Command "& {Import-StartLayout -LayoutPath PathAndFileName.xml -MountPath c:\}"

Or in an admin powershell window just:
Import-StartLayout -LayoutPath PathAndFileName.xml -MountPath c:\

See also:
https://docs.microsoft.com/en-us/windows/configuration/customize-and-export-start-layout

And for even more specifics See:
https://docs.microsoft.com/en-us/windows/configuration/start-layout-xml-desktop

This entry was posted in Labs and tagged User_Profile, Windows, Windows 10 on May 20, 2019 by Lynna Jackson.

Post navigation

← Chrome – Understanding Browser Policy Management Windows – Setting Application Defaults →

Tags

  • Active_Directory
  • Adobe
  • AFP
  • ARD
  • Background
  • Boot
  • Bootcamp
  • Chrome
  • Command
  • Default User
  • DEP
  • Deployment
  • Dual_Boot
  • El Capitan
  • External boot
  • GIS
  • Group_Policy
  • High Sierra
  • Image
  • Installer
  • JAMF
  • KACE
  • Keyserver
  • Kiosk
  • Lion
  • Login
  • Macintosh
  • Matlab
  • Mavericks
  • Mt Lion
  • Novell
  • Packaging
  • Reference
  • Security
  • Silent Installer
  • SIP
  • Sleep
  • Software
  • Spss
  • Startup
  • User_Profile
  • VectorWorks
  • Windows
  • Windows 10
  • Windows to Go

Contact Me

Contact me by email ... [email protected]
Proudly powered by WordPress