From 7e1312fe47a0756cff649aeec445159dedfbb519 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sun, 10 Nov 2024 13:12:35 +0300 Subject: [PATCH] Update Sophia.psm1 --- .../Module/Sophia.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 index f8b2320a..506c195e 100644 --- a/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 @@ -415,7 +415,7 @@ public static extern bool SetForegroundWindow(IntPtr hWnd); Write-Error -Message ($Localization.NoResponse -f "https://github.com") -ErrorAction SilentlyContinue } - # Checking whether Get-WindowsEdition cmdlet is working + # Checking whether PowerShell 7 was installed from the Microsoft Store # https://github.com/PowerShell/PowerShell/issues/21295 if ((Get-Process -Id $PID).Path -match "C:\\Program Files\\WindowsApps") {