Right clicking the Windows Terminal icon in the taskbar doesn't allow directly launching profiles like it used to. #21009

Closed
opened 2026-01-31 07:30:31 +00:00 by claunia · 4 comments
Owner

Originally created by @ItsIgnacioPortal on GitHub (Dec 21, 2023).

Windows Terminal version

1.18.3181.0

Windows build number

10.0.19045.3803

Other Software

No response

Steps to reproduce

  1. Open windows terminal
  2. Right click it's icon in the task bar

Expected Behavior

Previously there was a menu where you could launch any of your Windows Terminal profiles after right clicking the terminal icon in the taskbar. All of the options that were shown within windows terminal were shown in this menu:
image

Actual Behavior

But now, all I see is "Terminal"
image

This feature was already implemented in previous versions of Windows Terminal, but it seems to have been reverted now, for some reason.

Originally created by @ItsIgnacioPortal on GitHub (Dec 21, 2023). ### Windows Terminal version 1.18.3181.0 ### Windows build number 10.0.19045.3803 ### Other Software _No response_ ### Steps to reproduce 1. Open windows terminal 2. Right click it's icon in the task bar ### Expected Behavior Previously there was a menu where you could launch any of your Windows Terminal profiles after right clicking the terminal icon in the taskbar. All of the options that were shown within windows terminal were shown in this menu: ![image](https://github.com/microsoft/terminal/assets/46269721/490af447-a12f-4c2b-9c4f-aa9fbe3259aa) ### Actual Behavior But now, all I see is "Terminal" ![image](https://github.com/microsoft/terminal/assets/46269721/c9a3bad1-0866-4dc4-8017-eb8a4cfecb4f) This feature was already implemented in previous versions of Windows Terminal, but it seems to have been reverted now, for some reason.
Author
Owner

@github-actions[bot] commented on GitHub (Dec 21, 2023):

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@github-actions[bot] commented on GitHub (Dec 21, 2023): Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! ### Closed similar issues: - [Add ability to quickly launch Windows Terminal with a desired profile instead of the one set currently as default. (#7540)](https://github.com/microsoft/terminal/issues/7540), similarity score: 0.83 - [Enable launching of any terminal profile directly from taskbar (and not just the default profile) (#6667)](https://github.com/microsoft/terminal/issues/6667), similarity score: 0.82 - [Opening Windows Terminal by default doesn't pick the right profile (#10228)](https://github.com/microsoft/terminal/issues/10228), similarity score: 0.81 - [Launch profiles by alt-clicking in task bar. (#3757)](https://github.com/microsoft/terminal/issues/3757), similarity score: 0.81 > Note: You can give me feedback by thumbs upping or thumbs downing this comment.
Author
Owner

@zadjii-msft commented on GitHub (Jan 3, 2024):

Here's a thought - does this happen on a cold launch of the Terminal/? (e.g. make sure to close all Terminal windows, then launch the terminal fresh) Or does this only happen after you've closed one terminal window, while the Terminal is still running?

I bet this is a window refrigeration issue - it is on Windows 10, and jumplist code is in that part of the codebase

@zadjii-msft commented on GitHub (Jan 3, 2024): Here's a thought - does this happen on a cold launch of the Terminal/? (e.g. make sure to close all Terminal windows, then launch the terminal fresh) Or does this only happen after you've closed one terminal window, while the Terminal is still running? I bet this is a window refrigeration issue - it is on Windows 10, and jumplist code is in that part of the codebase
Author
Owner

@ItsIgnacioPortal commented on GitHub (Jan 8, 2024):

does this only happen after you've closed one terminal window, while the Terminal is still running?

I've tested that now, and it doesn't seem to trigger the issue.

Oddly enough, the issue seems to be completely gone now. I'm still in the same Windows version, and the same Windows Terminal version (v1.18.3181.0). The only thing that's changed is that I upgraded some system dependencies:

  • Microsoft Visual C++ 2021 Redistributable (x64) - v11.0.61030.0

  • Microsoft Visual C++ 2021 Redistributable (x86) - v11.0.61030.0

  • Microsoft Visual C++ 2015-2022 Redistributable (x64) - v14.38.33130.0

  • Microsoft Visual C++ 2015-2022 Redistributable (x86) - v14.38.33130.0

  • Microsoft Windows Desktop Runtime (x64) - v6.0.25.33020

  • Microsoft Windows Desktop Runtime (x86) - v6.0.25.33020

  • Microsoft Windows Desktop Runtime (x64) - v7.0.14.33020

  • Microsoft Windows Desktop Runtime (x86) - v7.0.14.33020

  • Microsoft Windows Desktop Runtime (x86) - v8.0.0.33101

  • Microsoft Windows Desktop Runtime (x64) - v8.0.0.33101

  • Java 8 Update 391 (64-bit) - v8.0.3910.13

  • Java 8 Update 391 - v8.0.3910.13

And now the launch options are showing up correctly:
2024-01-08 14_47_33-

@ItsIgnacioPortal commented on GitHub (Jan 8, 2024): > does this only happen after you've closed one terminal window, while the Terminal is still running? I've tested that now, and it doesn't seem to trigger the issue. Oddly enough, the issue seems to be completely gone now. I'm still in the same Windows version, and the same Windows Terminal version (v1.18.3181.0). The only thing that's changed is that I upgraded some system dependencies: - Microsoft Visual C++ 2021 Redistributable (x64) - v11.0.61030.0 - Microsoft Visual C++ 2021 Redistributable (x86) - v11.0.61030.0 - Microsoft Visual C++ 2015-2022 Redistributable (x64) - v14.38.33130.0 - Microsoft Visual C++ 2015-2022 Redistributable (x86) - v14.38.33130.0 - Microsoft Windows Desktop Runtime (x64) - v6.0.25.33020 - Microsoft Windows Desktop Runtime (x86) - v6.0.25.33020 - Microsoft Windows Desktop Runtime (x64) - v7.0.14.33020 - Microsoft Windows Desktop Runtime (x86) - v7.0.14.33020 - Microsoft Windows Desktop Runtime (x86) - v8.0.0.33101 - Microsoft Windows Desktop Runtime (x64) - v8.0.0.33101 - Java 8 Update 391 (64-bit) - v8.0.3910.13 - Java 8 Update 391 - v8.0.3910.13 And now the launch options are showing up correctly: ![2024-01-08 14_47_33-](https://github.com/microsoft/terminal/assets/46269721/84358d14-0837-4d90-b9d2-6b56a4952240)
Author
Owner

@samlletas commented on GitHub (Apr 30, 2025):

Leaving a comment here hoping to be useful in case someone faces this problem. In my case doing the following steps fixed it:

  1. Open the terminal and add a new tab for each profile.
  2. Go to the terminal settings and save (no need to change anything, just save).
  3. Close the terminal.
  4. The profiles should now be back in the taskbar right-click menu.
@samlletas commented on GitHub (Apr 30, 2025): Leaving a comment here hoping to be useful in case someone faces this problem. In my case doing the following steps fixed it: 1. Open the terminal and add a new tab for each profile. 2. Go to the terminal settings and save (no need to change anything, just save). 3. Close the terminal. 4. The profiles should now be back in the taskbar right-click menu.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#21009