Remove MSEdge desktop symbol
This commit is contained in:
parent
e355b6244d
commit
45e30c37ac
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ function Invoke-WindowsInstallation([Context] $context)
|
||||||
|
|
||||||
if (-not $context.Get("InitialConfiguration")) {
|
if (-not $context.Get("InitialConfiguration")) {
|
||||||
. "$PSScriptRoot/../Config/Explorer/Install.ps1" $context;
|
. "$PSScriptRoot/../Config/Explorer/Install.ps1" $context;
|
||||||
|
$context.RemoveDesktopIcon("*Microsoft Edge*");
|
||||||
$context.Set("InitialConfiguration", 1, "DWord");
|
$context.Set("InitialConfiguration", 1, "DWord");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue