Compress startlayout
This commit is contained in:
parent
44f3e8cdf5
commit
565054566c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ $startLayout.pinnedList = $startLayout.pinnedList | Where-Object {
|
|||
}));
|
||||
}
|
||||
|
||||
$startLayout | ConvertTo-Json | Set-Content $startLayoutFile;
|
||||
$startLayout | ConvertTo-Json -Compress | Set-Content $startLayoutFile;
|
||||
Import-StartLayout $startLayoutFile "$env:SystemDrive";
|
||||
|
||||
Pop-Location;
|
||||
|
|
Loading…
Reference in a new issue