diff --git a/tools/export_utils/shell_types.py b/tools/export_utils/shell_types.py index 81431c6f4..1ba1c7ac1 100644 --- a/tools/export_utils/shell_types.py +++ b/tools/export_utils/shell_types.py @@ -335,6 +335,7 @@ def spawn(self) -> None: 'nu': UnixShell, 'pwsh.exe': PowerShell, 'pwsh': PowerShell, + 'PowerShell.exe': PowerShell, 'powershell.exe': PowerShell, 'powershell': PowerShell, 'cmd.exe': WinCmd,