Open rklec opened 5 months ago
I can reproduce this. I tried to open an admin PowerShell to start the SSH-Agent like so:
Get-Service ssh-agent | Set-Service -StartupType Automatic -PassThru | Start-Service
Pasting the command again
Pasting the command in a regular powershell session
Describe the problem: When Windows PowerShell Core is started in admin mode randomly adds quotation marks in commands typed and pasted making it completely unusable.
To Reproduce: Just open the default (PowerShell Core) termin in admin mode and confirm the UAC request.
See video:
tabbyProblemAdminTab.webm
As for the example, I've used code from https://stackoverflow.com/questions/64010651/powershell-random-color-change and tried to run it.
You can see:
cd X:
, it somehow writescd "X:"
, which is okayish, as it works, but...Write-Host -NoNewline " " (1000..9999 | get-random) -ForegroundColor (Get-random $color)
as it e.g. adds a quotation mark inForeground"Color
and always at the beginning of the command line etc.System
OS: Windows version 22H2 (Build 19045.4291) Tabby 1.0.207
Config
Mostly modified font to
Lucida Console
as the default (Consolas
) looks waay to ugly.