From 8edd0ca47902b4259f00b343d3ad265040ca5331 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 29 Jul 2023 11:28:32 +0200 Subject: [PATCH] Remove edge icon at the very end --- scripts/Windows/Collections/Personal.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index c1bda5d56..70811e2ad 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -35,8 +35,6 @@ function Restore-PersonalApps([Context] $context) { Install-PersonalDrivers $context; } - $context.RemoveDesktopIcon("*Microsoft Edge*") - # Backed up applications Restore-Git $context; Restore-LogitechGHUB $context; @@ -183,4 +181,5 @@ function Restore-PersonalApps([Context] $context) { ppsspp; $context.RemoveDesktopIcon("PPSSPP *32-Bit*"); + $context.RemoveDesktopIcon("*Microsoft Edge*"); }