Running error when trying to launch the Windows Utility

Hello,

I recently purchased the Windows Utility and tried to run the application but experienced the following error:

Title: “C:\Users\bradl\AppData\Local\Microsoft\WindowsApps\wt.exe”
"Windows cannot find ‘C:\Users\bradl\AppData\Local\Microsoft\WindowsApps\wt.exe’. Make sure you’ve typed the name correctly, then try again.
[OK]

I have tried running the application with administrator without any success. Any suggestions?

The error likely occurs because older systems, typically Windows 10, do not have Windows Terminal (wt) installed by default.

You can also install Windows Terminal from the Microsoft Store: https://apps.microsoft.com/detail/9n0dx20hk701?ocid=webpdpshare

Or use winget from an elevated PowerShell: winget install --id Microsoft.WindowsTerminal -e

1 Like