Skip to content
Discussion options

You must be logged in to vote

You know, I'm not sure about that option. It may be based on the executable you've selected, yes. But there's one big caveat here: if you're looking in WindowsApps, wt.exe there is not a real executable and the shell can't tell what architecture it is at all.

The best way to figure out how Terminal is running is to start it, then go to Task Manager > Details and enable the Platform column and look at WindowsTerminal.exe.

The second best way is to ask the app package catalog which exact terminal package is installed:

PowerShell:

Get-AppxPackage Microsoft.WindowsTerminal* | ft PackageFullName

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by DHowett
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@thomthom
Comment options

@DHowett
Comment options

@thomthom
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants