From 9ee62e303faebaba9afb5592c9f2d8c47915f03d Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sun, 26 Sep 2021 01:39:51 +0300 Subject: [PATCH] Update Download_Sophia.ps1 --- Download_Sophia.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Download_Sophia.ps1 b/Download_Sophia.ps1 index c8e1a3a3..a5a06c97 100644 --- a/Download_Sophia.ps1 +++ b/Download_Sophia.ps1 @@ -144,7 +144,7 @@ if (-not ("WinAPI.ForegroundWindow" -as [type])) } Get-Process -Name explorer | Where-Object -FilterScript {$_.MainWindowTitle -match "Sophia Script v"} | ForEach-Object -Process { - # Show window, if minimized + # Show window, if minimized # [WinAPI.ForegroundWindow]::ShowWindowAsync($_.MainWindowHandle, 5) Start-Sleep -Seconds 3