Remove MSEdge desktop symbol

This commit is contained in:
Manuel Thalmann 2023-07-16 15:37:18 +02:00
parent e355b6244d
commit 45e30c37ac

View file

@ -13,6 +13,7 @@ function Invoke-WindowsInstallation([Context] $context)
if (-not $context.Get("InitialConfiguration")) {
. "$PSScriptRoot/../Config/Explorer/Install.ps1" $context;
$context.RemoveDesktopIcon("*Microsoft Edge*");
$context.Set("InitialConfiguration", 1, "DWord");
}