From 1f6467166364305b906a23c403944d102122cde1 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Fri, 2 Feb 2024 22:47:06 +0300 Subject: [PATCH] Update Download_Sophia.ps1 --- Download_Sophia.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Download_Sophia.ps1 b/Download_Sophia.ps1 index 93e2cee1..ea364cdc 100644 --- a/Download_Sophia.ps1 +++ b/Download_Sophia.ps1 @@ -211,8 +211,6 @@ if (-not ("WinAPI.ForegroundWindow" -as [type])) catch [System.Management.Automation.ParameterBindingException] { Write-Warning -Message "PowerShell 5.1 does not compile code if the username contains non-Latin characters (including emoji) and is written in lowercase." - - exit } }