Fix typo
This commit is contained in:
parent
bfff046e4d
commit
445aae4f1d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ $startLayoutFile = "start.json";
|
|||
Push-Location "$tempDir";
|
||||
|
||||
Write-Information "Remove MSEdge Icon";
|
||||
$context.RemoveDesktopIcon("Microsoft Edge");
|
||||
$context.RemoveDesktopIcon("Microsoft Edge*");
|
||||
|
||||
Write-Host "Configuring Windows";
|
||||
Write-Information "Set old-school icon size";
|
||||
|
|
Loading…
Reference in a new issue