-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
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 The best way to figure out how Terminal is running is to start it, then go to Task Manager > Details and enable the The second best way is to ask the app package catalog which exact terminal package is installed: PowerShell: Get-AppxPackage Microsoft.WindowsTerminal* | ft PackageFullName |
Beta Was this translation helpful? Give feedback.
-
Yea, that WindowsApps folder had me puzzled. I thought first it was a symlink, but turns out it's some different "proxy" file item? In any case, I used that powershell command and found the real location and ran
Looks like it's ARM64 after all. Which now makes me wonder why I'm seeing the performance difference in the UI app when it's not going via any compatibility layers. 🤔 |
Beta Was this translation helpful? Give feedback.
-
This is perhaps a silly question, but is the TUI app arm64-native? 😉 |
Beta Was this translation helpful? Give feedback.
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: