diff --git a/functions/private/Show-CustomDialog.ps1 b/functions/private/Show-CustomDialog.ps1 index 4ad2f793..505c7a8d 100644 --- a/functions/private/Show-CustomDialog.ps1 +++ b/functions/private/Show-CustomDialog.ps1 @@ -205,7 +205,7 @@ $cttLogoPath = @" $hyperlink.Foreground = $foregroundColor $hyperlink.Add_Click({ param($sender, $args) - [System.Diagnostics.Process]::Start($sender.NavigateUri.AbsoluteUri) + Start-Process $sender.NavigateUri.AbsoluteUri }) $hyperlink.Add_MouseEnter({ param($sender, $args)