Add a function for removing desktop icons
This commit is contained in:
parent
6268eab1e5
commit
348b1a00bc
2 changed files with 25 additions and 0 deletions
scripts/Windows/Software/Windows
|
@ -66,6 +66,8 @@ Start-SoftwareInstaller @PSBoundParameters `
|
|||
$startLayoutFile = "start.json";
|
||||
Write-Host "Removing adware";
|
||||
|
||||
Remove-DesktopIcon "*Microsoft Edge*";
|
||||
|
||||
Edit-DefaultUserKey {
|
||||
param (
|
||||
[RegistryKey] $Key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue