Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taskbar Peek (or Terminals title), show if Terminals is elevated. #13241

Closed
jefflord opened this issue Jun 7, 2022 · 4 comments
Closed

Taskbar Peek (or Terminals title), show if Terminals is elevated. #13241

jefflord opened this issue Jun 7, 2022 · 4 comments
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@jefflord
Copy link

jefflord commented Jun 7, 2022

Description of the new feature/enhancement

It would be great if the Windows Peek feature could be able to let us know if Terminals is elevated. I usually have an elevated and non-elevated terminal and you cannot tell which is which from the Peek:

image

Proposed technical implementation details (optional)

I understand this is likely a "Windows" or "Taskbar" thing to do graphically, so options might be limited. Perhaps as a start, add a new option/setting under Appearance which could be something like "Prefix application title with '🛡' if Terminals is elevated."

I know that cmd and powershell might also "be involved..." since you could do this:

$host.ui.RawUI.WindowTitle = "🛡 : My title"

Also, cmd already prefixes the title with "Administrator"... Since all the things that Terminals might host have different rules, and so do Taskbar... the suggested option might be a good "global" option?

Thanks,
Jeff

@jefflord jefflord added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Jun 7, 2022
@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Jun 7, 2022
@vadimkantorov
Copy link

Another graphical idea is to color the terminal tab switch area differently for elevated process. This could allow to quicker visually perceive the difference

@jefflord
Copy link
Author

jefflord commented Jun 8, 2022

Another graphical idea is to color the terminal tab switch area differently for elevated process. This could allow to quicker visually perceive the difference

Actually, this is not a thing because all of the tabs are elevated or not. If Terminals could have elevated and non-elevated tabs (which would be great), then what you suggest would be perfect.

Until then, we need to run two instances of Terminals. And when Terminals window is visible you can tell it's elevated by the shield icon in the title:
image

You cannot tell which is elevated by just looking at the Taskbar Peek area:
image

@zadjii-msft
Copy link
Member

To try and de-dupe some conversation here:

I think overall it looks like what you're looking for is best served by #1320, so I'm gonna close this one as a dupe of that. Thanks!

/dup #1320

@zadjii-msft zadjii-msft closed this as not planned Won't fix, can't repro, duplicate, stale Jun 8, 2022
@ghost
Copy link

ghost commented Jun 8, 2022

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 ghost closed this as completed Jun 8, 2022
@ghost ghost added Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Jun 8, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

3 participants