Cant open from run #13407

Closed
opened 2026-01-31 03:41:54 +00:00 by claunia · 3 comments
Owner

Originally created by @RexTheCapt on GitHub (Apr 12, 2021).

Windows Terminal version (or Windows build number)

19042.867

Other Software

No response

Steps to reproduce

Windows+R, wt, ENTER

Expected Behavior

Windows terminal opens up

Actual Behavior

Error message: The application was unable to start correctly (0xc0000022). Click OK to close the application.

Originally created by @RexTheCapt on GitHub (Apr 12, 2021). ### Windows Terminal version (or Windows build number) 19042.867 ### Other Software _No response_ ### Steps to reproduce Windows+R, wt, ENTER ### Expected Behavior Windows terminal opens up ### Actual Behavior Error message: The application was unable to start correctly (0xc0000022). Click OK to close the application.
claunia added the Resolution-Duplicate label 2026-01-31 03:41:54 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Apr 12, 2021):

There's a pile of issues already tracking this particular error message:

  • #9452: [MSIX Bucket] Launch issues caused by bad permissions on WindowsApps, and others
  • #9399: Always crashes with 0xc0000022
  • #7974: 0xc0000022 error was occured while opening wt.exe after v1.2.2381.0
  • #7081: 0xc0000022 startup error when opening wt from file explorer or Run window
  • #6862: Error 0xd0000022 when launching any shell (PS, cmd, git bash, PS7, Azure Cloud Shell) in WT

Please follow up in #9452 if none of the solutions in those threads work for you.

/dup #9452

@zadjii-msft commented on GitHub (Apr 12, 2021): There's a [pile of issues](https://github.com/microsoft/terminal/issues?q=is%3Aissue+0xc0000022) already tracking this particular error message: * #9452: [MSIX Bucket] Launch issues caused by bad permissions on WindowsApps, and others * #9399: Always crashes with 0xc0000022 * #7974: 0xc0000022 error was occured while opening wt.exe after v1.2.2381.0 * #7081: 0xc0000022 startup error when opening wt from file explorer or Run window * #6862: Error 0xd0000022 when launching any shell (PS, cmd, git bash, PS7, Azure Cloud Shell) in WT Please follow up in #9452 if none of the solutions in those threads work for you. /dup #9452
Author
Owner

@ghost commented on GitHub (Apr 12, 2021):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Apr 12, 2021): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Author
Owner

@TheWhatis commented on GitHub (Oct 19, 2021):

Just create file wte.bat (or other filename.bat), write in it
@echo off
%USERPROFILE%\AppData\Local\Microsoft\WindowsApps\wt.exe
write a path your file in variable the PATH and open terminal from "run" with command wte (or other filename). ( Sorry for my English, I'm just starting to learn it XD )

@TheWhatis commented on GitHub (Oct 19, 2021): Just create file wte.bat (or other filename.bat), write in it `@echo off` `%USERPROFILE%\AppData\Local\Microsoft\WindowsApps\wt.exe` write a path your file in variable the PATH and open terminal from "run" with command wte (or other filename). ( Sorry for my English, I'm just starting to learn it XD )
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#13407