Remove edge icon at the very end
This commit is contained in:
parent
4031d0b0f1
commit
8edd0ca479
1 changed files with 1 additions and 2 deletions
|
@ -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*");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue