error 2147943140 (0x800702e4) after Windows 11 22H2 Upgrade #18529

Closed
opened 2026-01-31 06:16:48 +00:00 by claunia · 2 comments
Owner

Originally created by @hl2guide on GitHub (Sep 23, 2022).

Windows Terminal version

1.15.2525.0

Windows build number

Microsoft Windows [Version 10.0.22621.521]

Other Software

No response

Steps to reproduce

  1. Upgrade Windows 11 to Windows 11 22H2
  2. Run Terminal

Expected Behavior

PowerShell 7 tab loads up.

Actual Behavior

[error 2147943140 (0x800702e4) when launching `"C:\Program Files\PowerShell\7\pwsh.exe"']
Originally created by @hl2guide on GitHub (Sep 23, 2022). ### Windows Terminal version 1.15.2525.0 ### Windows build number Microsoft Windows [Version 10.0.22621.521] ### Other Software _No response_ ### Steps to reproduce 1. Upgrade Windows 11 to Windows 11 22H2 2. Run Terminal ### Expected Behavior PowerShell 7 tab loads up. ### Actual Behavior ``` [error 2147943140 (0x800702e4) when launching `"C:\Program Files\PowerShell\7\pwsh.exe"'] ```
claunia added the Issue-QuestionNeeds-Tag-FixResolution-AnsweredProduct-Terminal labels 2026-01-31 06:16:48 +00:00
Author
Owner

@lhecker commented on GitHub (Sep 23, 2022):

0x800702e4 is ERROR_ELEVATION_REQUIRED. Can you check whether you have marked pwsh.exe as requiring elevation ("Run as Administrator")? If you keep that flag turned on, terminal will not be able to launch it.

@lhecker commented on GitHub (Sep 23, 2022): `0x800702e4` is `ERROR_ELEVATION_REQUIRED`. Can you check whether you have marked `pwsh.exe` as requiring elevation ("Run as Administrator")? If you keep that flag turned on, terminal will not be able to launch it.
Author
Owner

@hl2guide commented on GitHub (Sep 24, 2022):

@lhecker ah that fixed it.

@hl2guide commented on GitHub (Sep 24, 2022): @lhecker ah that fixed it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#18529