microsoft / microsoft/terminal
start wt.exe with parameter fails in administrator mode
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 105k
- Forks
- 9.6k
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 29
Description
### Windows Terminal version
1.16.230126001
### Windows build number
10.0.19045.2604
### Other Software
_No response_
### Steps to reproduce
Open cmd.exe and type "wt ping google.de".

### Expected Behavior
Open wt with cmd.exe and execute "ping google.de".

### Actual Behavior
If wt runs with option "run profile as administrator" cmd.exe opens but parameter (ping google.de) is not executed.


Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with `wt ping google.de` in cmd.exe while the profile is configured to run as administrator, then trace how arguments are passed when launching the elevated profile. Done means the elevated cmd.exe receives and executes `ping google.de` just as the non-elevated launch does; no source file or test is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100