Remove WinSCP icon during installation
This commit is contained in:
parent
1aabdf77cf
commit
205970f441
2 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,6 @@ function Restore-PersonalApps([Context] $context) {
|
|||
|
||||
$context.RemoveDesktopIcon("GPU-Z*");
|
||||
$context.RemoveDesktopIcon("WinDirStat*");
|
||||
$context.RemoveDesktopIcon("WinSCP*");
|
||||
$context.RemoveDesktopIcon("*HWMonitor*");
|
||||
$context.RemoveDesktopIcon("ImgBurn*");
|
||||
$context.RemoveDesktopIcon("Inkscape*");
|
||||
|
|
|
@ -5,4 +5,5 @@ param($context)
|
|||
[Context] $context = $context;
|
||||
|
||||
choco install -y winscp;
|
||||
$context.RemoveDesktopIcon("WinSCP*");
|
||||
. "$PSScriptRoot/../../Config/WinSCP/Install.ps1" $context;
|
||||
|
|
Loading…
Reference in a new issue