Browse Source

Update Download_Sophia.ps1

master
Dmitry Nefedov 8 months ago
committed by GitHub
parent
commit
7efb3a7751
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Download_Sophia.ps1

2
Download_Sophia.ps1

@ -208,7 +208,7 @@ if (-not ("WinAPI.ForegroundWindow" -as [type]))
{
Add-Type @Signature
}
catch [System.Management.Automation.ParameterBindingValidationException]
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."

Loading…
Cancel
Save