User Tools

Site Tools


windows:forcestartmenulayout

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
windows:forcestartmenulayout [2016/05/31 15:18]
tschulz
windows:forcestartmenulayout [2016/06/03 11:42] (current)
tschulz [Default User/ Import Layout Method]
Line 21: Line 21:
   - Setup your start menu as you would like for new users. ​ Be sure no do put folders or files located in your profile like your "​Documents"​ folder since they point to the folder in your profile not the symbolic Documents folder. ​ This is a example of what I used for my business lab{{:​windows:​start_meu.png?​300}} ​     - Setup your start menu as you would like for new users. ​ Be sure no do put folders or files located in your profile like your "​Documents"​ folder since they point to the folder in your profile not the symbolic Documents folder. ​ This is a example of what I used for my business lab{{:​windows:​start_meu.png?​300}} ​  
   - Start **powershell as administrator** (this is required since we need to modify the default user profile){{:​windows:​powershell.png?​300}}   - Start **powershell as administrator** (this is required since we need to modify the default user profile){{:​windows:​powershell.png?​300}}
-  - Run the following in **powershell**<​file>​Export-StartLayout -Path C:\Temp\custom_layout.xml</​file>​+  - Run the following in **powershell**<​file>​Export-StartLayout -Path C:​\custom_layout.xml</​file>​
   - Here is a example of the xml file<​file xml custom_layout.xml><​LayoutModificationTemplate Version="​1"​ xmlns="​http://​schemas.microsoft.com/​Start/​2014/​LayoutModification">​   - Here is a example of the xml file<​file xml custom_layout.xml><​LayoutModificationTemplate Version="​1"​ xmlns="​http://​schemas.microsoft.com/​Start/​2014/​LayoutModification">​
   <​LayoutOptions StartTileGroupCellWidth="​6"​ />   <​LayoutOptions StartTileGroupCellWidth="​6"​ />
Line 40: Line 40:
   </​DefaultLayoutOverride>​   </​DefaultLayoutOverride>​
 </​LayoutModificationTemplate></​file>​ </​LayoutModificationTemplate></​file>​
-  - Lastly Import the xml file to your default user profile<​file>​Import-StartLayout -LayoutPath C:\Temp\custom_layout.xml -MountPath $env:​SystemDrive\</​file>​+  - Lastly Import the xml file to your default user profile<​file>​Import-StartLayout -LayoutPath C:​\custom_layout.xml -MountPath $env:​SystemDrive\</​file>​
  --- //​[[tschulz@sebeka.k12.mn.us|Thad Schulz]] 2015/11/25 10:37//  --- //​[[tschulz@sebeka.k12.mn.us|Thad Schulz]] 2015/11/25 10:37//
windows/forcestartmenulayout.txt · Last modified: 2016/06/03 11:42 by tschulz