Quantcast
Channel: Microsoft Deployment Toolkit forum
Viewing all articles
Browse latest Browse all 11297

Export-Startlayout missing Start menu tiles after MDT deployment

$
0
0

At this moment i am creating a new task sequence in MDT to deploy Windows 10 Enterprise x64 (build 1607).

I created a task where i deploy a custom Windows start menu. This is what i already did.

1) I created internet shortcuts (.url files) and copied them into the startmenu/programms folder.
2) I right clicked these shortcuts which appear in the startmenu and selected "Pin to start". Now they appear as tiles.
3) I exported the menu with Powershell using Export-Startlayout –path C:\Startmenu.xml
4) I copied the startmenu.xml and the shortcuts to my MDT script folder.
5) In MDT i created a task to copy the layout file to the local machine during deployment usingcmd.exe /c copy %SCRIPTROOT%\startmenu\LayoutStartMenu.xml c:\Windows\Temp
6) In MDT i created a task to copy the URL file to the local machine during the deployment using:cmd.exe /c copy %SCRIPTROOT%\startmenu\theurlfile.url "C:\ProgramData\Microsoft\Windows\Start Menu\Programs"
7) In MDT i created a "Run Powershell Script" task where i run a powershell script that imports the menu in Windows 10 during the deployment using:%SCRIPTROOT%\startmenu-win10\ApplyCustomMenu.ps1
 - (The script: Import-StartLayout –LayoutPath C:\Windows\Temp\LayoutStartMenu.xml -MountPath $env:SystemDrive\)

The problem:

When i restart the computer and I login as a user i can see that the custom menu appears. All the groups and select program tiles are there but not the URL tiles. The spaces are empty but no tiles are shown. The .URL are copied over and can be found in the startmenu/programs folder. I just have to click them again and select pin to start.

Does someone has an idea what i do or goes wrong?


Viewing all articles
Browse latest Browse all 11297

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>