Windows 8.1 Deploying Default Metro Apps
Answers (2)
Comments:
-
we are looking to have only the calculator, 5 different links that are used in app mode and a couple other apps on the metro page... - sbevan007 9 years ago
-
i setup 1 exactly the way i wanted it but i cannot figure out how to deploy that "set" of apps to each start page of the others. - sbevan007 9 years ago
If you want to deploy a customized Metro screen configuration (not actually install any apps) here`s how to do it.
On your PC that you have customized you need to create the Template. Open a powershell window and execute this command if you want to deploy your configuration with an SCCM task sequence:
Export-StartLayout -As Bin -Path C:\Temp\StartLayout.bin
Copy the bin file just created to your SCCM server share and deploy as usual.
For Group policy deployment run this command:
export-startlayout –path C:\Temp\StartLayout .xml -as xml
then copy the xml file just created and deploy via group Policy.
see:
and
http://technet.microsoft.com/en-ca/library/dn467928.aspx#BKMK_ExportStartScreenLayout
Comments:
-
Please note that this replaces the default metro screen configuration...therefore does not affect any user profiles that have already logged in. That`s why i include it in my task sequence during Imaging. - KevinViolette 9 years ago
-
thanks Kevin for the great ideas...but we do not use SCCM...we use Kace for imaging. but I think i can get it to work through kace based on the information you have given. - sbevan007 9 years ago
-
I have never seen Kace but assume is somewhat similar. Good luck. - KevinViolette 9 years ago