microsoft/Terminal

Run as administrator profiles do not run until terminal is ran as administrator.

Open

#13.675 geöffnet am 4. Aug. 2022

Auf GitHub ansehen
 (6 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)C++ (3.212 Forks)batch import
Help WantedIssue-BugNeeds-Tag-FixPriority-2Product-Terminal

Repository-Metriken

Stars
 (35.764 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

Windows Terminal version

1.14.1963.0

Windows build number

10.0.22000.832

Other Software

No response

Steps to reproduce

  1. Log in to windows as a standard user without administrative permissions
  2. Create a new profile and configure it to run as administrator.
  3. Save the settings and try to run the profile

Expected Behavior

When the profile is ran under the standard non-admin account, the system should prompt the user for administrator credentials. Once the credentials are entered, the profile should run in a new windows with administrator permissions.

Actual Behavior

After entering credentials to the user account control prompt, the profile does not run. Instead it's execution (and appearance of its windows) is delayed until a new instance of terminal is ran as administrator.

This issue does not affect administrator accounts, it only occurs for accounts that are not in the administrators group.

Contributor Guide