Running "wt" from Start->Run no longer works #10942

Closed
opened 2026-01-31 02:34:18 +00:00 by claunia · 11 comments
Owner

Originally created by @shooshx on GitHub (Oct 8, 2020).

Environment

Microsoft Windows [Version 10.0.18363.904]
Windows Terminal 1.3.2651.0

Steps to reproduce

Click WinKey+R to open the "Run" window, write "wt", press OK

Expected behavior

This used to work with the previous version and open windows terminal, as it does work with "cmd"
This is a regression in the latest version
Previous version had "wt.exe" in a different place which is accessible
Running "wt" from within the terminal does work and open a new terminal window

Actual behavior

I get this message box:

[Window Title]
C:\Program Files\WindowsApps\Microsoft.WindowsTerminal_1.3.2651.0_x64__8wekyb3d8bbwe\wt.exe

[Content]
Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item.

[OK]

Originally created by @shooshx on GitHub (Oct 8, 2020). # Environment Microsoft Windows [Version 10.0.18363.904] Windows Terminal 1.3.2651.0 # Steps to reproduce Click WinKey+R to open the "Run" window, write "wt", press OK # Expected behavior This used to work with the previous version and open windows terminal, as it does work with "cmd" This is a regression in the latest version Previous version had "wt.exe" in a different place which is accessible Running "wt" from within the terminal does work and open a new terminal window # Actual behavior I get this message box: [Window Title] C:\Program Files\WindowsApps\Microsoft.WindowsTerminal_1.3.2651.0_x64__8wekyb3d8bbwe\wt.exe [Content] Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item. [OK]
claunia added the Resolution-Duplicate label 2026-01-31 02:34:18 +00:00
Author
Owner

@sergiokessler commented on GitHub (Oct 9, 2020):

same here, but only if I click on "run as administrator"...

@sergiokessler commented on GitHub (Oct 9, 2020): same here, but only if I click on "run as administrator"...
Author
Owner

@DHowett commented on GitHub (Oct 9, 2020):

Do you have both preview and stable installed at the same time?

@sergiokessler you need to register the application for both your normal user and the administrator user. I believe that's a different (but similar!) issue.

@DHowett commented on GitHub (Oct 9, 2020): Do you have both preview and stable installed at the same time? @sergiokessler you need to register the application for both your normal user and the administrator user. I believe that's a different (but similar!) issue.
Author
Owner

@ghost commented on GitHub (Oct 9, 2020):

Do you have both preview and stable installed at the same time?

@sergiokessler you need to register the application for both your normal user and the administrator user. I believe that's a different (but similar!) issue.

I had the same issue when I had both the stable and preview version. But now I only use WT preview.
You can fix that by using only one of them

I think the preview version should be named as wt-preview.exe like code-insiders for Visual Studio Code Insiders . That would be better

@ghost commented on GitHub (Oct 9, 2020): > Do you have both preview and stable installed at the same time? > > @sergiokessler you need to register the application for both your normal user and the administrator user. I believe that's a different (but similar!) issue. I had the same issue when I had both the stable and preview version. But now I only use WT preview. You can fix that by using only one of them I think the preview version should be named as `wt-preview.exe` like `code-insiders` for Visual Studio Code Insiders . That would be better
Author
Owner

@sergiokessler commented on GitHub (Oct 9, 2020):

nope, I don't have the preview version.

image

image

started normally:
image

@sergiokessler commented on GitHub (Oct 9, 2020): nope, I don't have the preview version. ![image](https://user-images.githubusercontent.com/14111329/95595574-aea2c200-0a22-11eb-9a12-e53bd796a792.png) ![image](https://user-images.githubusercontent.com/14111329/95595684-d3973500-0a22-11eb-8697-4c0b38a7a776.png) started normally: ![image](https://user-images.githubusercontent.com/14111329/95595740-e447ab00-0a22-11eb-9dbd-133d87c6725c.png)
Author
Owner

@ghost commented on GitHub (Oct 9, 2020):

Oops

@ghost commented on GitHub (Oct 9, 2020): Oops
Author
Owner

@ghost commented on GitHub (Oct 13, 2020):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@ghost commented on GitHub (Oct 13, 2020): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Author
Owner

@shooshx commented on GitHub (Oct 13, 2020):

anything on this?

@shooshx commented on GitHub (Oct 13, 2020): anything on this?
Author
Owner

@zadjii-msft commented on GitHub (Oct 13, 2020):

@shooshx As Dhowett mentioned above, do you have both preview and stable installed at the same time?

@zadjii-msft commented on GitHub (Oct 13, 2020): @shooshx As Dhowett mentioned above, do you have both preview and stable installed at the same time?
Author
Owner

@shooshx commented on GitHub (Oct 13, 2020):

Sorry, I missed that, how can I tell if I do?
Going into C:\Program Files\WindowsApps using an administrator cmd.exe I see:

1/08/2020  09:55    <DIR>          Microsoft.WindowsTerminal_1.0.1401.0_x64__8wekyb3d8bbwe
11/08/2020  09:55    <DIR>          Microsoft.WindowsTerminal_1.0.1811.0_x64__8wekyb3d8bbwe
22/08/2020  20:04    <DIR>          Microsoft.WindowsTerminal_1.1.2021.0_x64__8wekyb3d8bbwe
23/09/2020  08:06    <DIR>          Microsoft.WindowsTerminal_1.3.2651.0_x64__8wekyb3d8bbwe

How do I remove the old versions?

@shooshx commented on GitHub (Oct 13, 2020): Sorry, I missed that, how can I tell if I do? Going into C:\Program Files\WindowsApps using an administrator cmd.exe I see: ``` 1/08/2020 09:55 <DIR> Microsoft.WindowsTerminal_1.0.1401.0_x64__8wekyb3d8bbwe 11/08/2020 09:55 <DIR> Microsoft.WindowsTerminal_1.0.1811.0_x64__8wekyb3d8bbwe 22/08/2020 20:04 <DIR> Microsoft.WindowsTerminal_1.1.2021.0_x64__8wekyb3d8bbwe 23/09/2020 08:06 <DIR> Microsoft.WindowsTerminal_1.3.2651.0_x64__8wekyb3d8bbwe ``` How do I remove the old versions?
Author
Owner

@DHowett commented on GitHub (Oct 23, 2020):

/dup #7188

I don't have any more info, unfortunately. 😦

@DHowett commented on GitHub (Oct 23, 2020): /dup #7188 I don't have any more info, unfortunately. 😦
Author
Owner

@ghost commented on GitHub (Oct 23, 2020):

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 (Oct 23, 2020): 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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10942