Browse Source

Update Download_Sophia.ps1

pull/264/head
Dmitry Nefedov 3 years ago
committed by GitHub
parent
commit
95e059650d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Download_Sophia.ps1

2
Download_Sophia.ps1

@ -143,7 +143,7 @@ if (-not ("WinAPI.ForegroundWindow" -as [type]))
Add-Type @SetForegroundWindow Add-Type @SetForegroundWindow
} }
Get-Process- Name explorer | Where-Object -FilterScript {$_.MainWindowTitle -match "Sophia Script v"} | ForEach-Object -Process { 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) [WinAPI.ForegroundWindow]::ShowWindowAsync($_.MainWindowHandle, 5)

Loading…
Cancel
Save