Hi everyone,


The import-startlayout command dosen't seem to work if I put it in a task 
sequence. If I run the command manually, it works but not from mdt.



Here is the command I use



powershell -noninteractive -command import-startlayout -layoutpath 
c:\srvany\Windows8StartMenu.bin -mountpath %systemdrive%\



I also tried





$mount= "C:\"



Import-StartLayout -LayoutPath "c:\srvany\Windows8StartMenu.bin" -MountPath 
$mount



And







Import-StartLayout -LayoutPath "c:\srvany\Windows8StartMenu.bin" -MountPath 
$env:systemdrive\









thanks


Reply via email to