ignore errors
This commit is contained in:
Родитель
ffe2315c8a
Коммит
df779cce6c
|
@ -66,7 +66,7 @@ function New-DesktopShortcut {
|
|||
$Shortcut.IconLocation = $IconLocation
|
||||
}
|
||||
$Shortcut.save()
|
||||
Move-Item -Path $tempfilename -Destination $filename
|
||||
Move-Item -Path $tempfilename -Destination $filename -ErrorAction SilentlyContinue
|
||||
|
||||
if ($RunAsAdministrator) {
|
||||
$bytes = [System.IO.File]::ReadAllBytes($filename)
|
||||
|
|
Загрузка…
Ссылка в новой задаче