Add option to add Windows Terminal to File Explorer #12005

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

Originally created by @AraHaan on GitHub (Jan 10, 2021).

Description of the new feature/enhancement

I would like all of the places where the user can open powershell (from shift right click on File Explorer), and on the File Tab on file explorer to be replaced or add options to those 2 places in File Explorer on Windows 10 (even on the Windows Store terminals).
Or at least a button that says open [insert program here] here inside Windows Terminal. Where it does what it would normally do but make it inside of the current Windows Terminal instance (or make a new one if there is no current instance of Windows Terminal).

Proposed technical implementation details (optional)

I would like this because currently it only lists the powershell built into windows in File Explorer, but what if I want to use tabs instead from Windows Terminal to only worry about 1 process only that holds then all of the consoles I want to be running.

Originally created by @AraHaan on GitHub (Jan 10, 2021). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Description of the new feature/enhancement I would like all of the places where the user can open powershell (from shift right click on File Explorer), and on the File Tab on file explorer to be replaced or add options to those 2 places in File Explorer on Windows 10 (even on the Windows Store terminals). Or at least a button that says ``open [insert program here] here inside Windows Terminal``. Where it does what it would normally do but make it inside of the current Windows Terminal instance (or make a new one if there is no current instance of Windows Terminal). <!-- A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable). --> # Proposed technical implementation details (optional) I would like this because currently it only lists the powershell built into windows in File Explorer, but what if I want to use tabs instead from Windows Terminal to only worry about 1 process only that holds then all of the consoles I want to be running. <!-- A clear and concise description of what you want to happen. -->
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 03:03:44 +00:00
Author
Owner

@KalleOlaviNiemitalo commented on GitHub (Jan 10, 2021):

I want to use tabs instead from Windows Terminal to only worry about 1 process only

Running PowerShell in Windows Terminal needs more processes than running it in the default conhost. It needs a powershell.exe or pwsh.exe process as usual, then a OpenConsole.exe process instead of conhost.exe, and an extra WindowsTerminal.exe process. https://github.com/microsoft/terminal/pull/7240 even describes a plan to add a "content process" for each session.

@KalleOlaviNiemitalo commented on GitHub (Jan 10, 2021): > I want to use tabs instead from Windows Terminal to only worry about 1 process only Running PowerShell in Windows Terminal needs _more_ processes than running it in the default conhost. It needs a powershell.exe or pwsh.exe process as usual, then a OpenConsole.exe process instead of conhost.exe, and an extra WindowsTerminal.exe process. <https://github.com/microsoft/terminal/pull/7240> even describes a plan to add a "content process" for each session.
Author
Owner

@DHowett commented on GitHub (Jan 11, 2021):

Also, /dup #5591. 😄

@DHowett commented on GitHub (Jan 11, 2021): Also, /dup #5591. :smile:
Author
Owner

@ghost commented on GitHub (Jan 11, 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 (Jan 11, 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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#12005