Remove edge desktop icon
This commit is contained in:
parent
c6425ccd65
commit
4e80e7eef0
|
@ -163,5 +163,9 @@ using namespace Microsoft.Win32;
|
||||||
)
|
)
|
||||||
|
|
||||||
Expand-BackupArtifacts -User $Arguments.Name -Path "Home" -Target $HOME;
|
Expand-BackupArtifacts -User $Arguments.Name -Path "Home" -Target $HOME;
|
||||||
|
|
||||||
|
if (-not (Get-OSConfig "adware")) {
|
||||||
|
Remove-DesktopIcon "*Microsoft Edge*";
|
||||||
|
}
|
||||||
};
|
};
|
||||||
} @args;
|
} @args;
|
||||||
|
|
Loading…
Reference in a new issue