You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually when I use a backgrounded Write-Host I call it this way: Write-Host "text" -BackgroundColor DarkBlue -NoNewline
and then I add a Write-Host "`n"
in order to make it fit the string and the string ONLY
in certain contextes though when there is a Remove-Item around the trick doesn't work anymore
Name Value
---------
PSVersion 7.5.1
PSEdition Core
GitCommitId 7.5.1
OS Microsoft Windows 10.0.26100
Platform Win32NT
PSCompatibleVersions {1.0,2.0,3.0,4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Prerequisites
Steps to reproduce
Usually when I use a backgrounded Write-Host I call it this way:
Write-Host "text" -BackgroundColor DarkBlue -NoNewlineand then I add a Write-Host "`n"
in order to make it fit the string and the string ONLY
in certain contextes though when there is a Remove-Item around the trick doesn't work anymore
Expected:

Actual behavior:

Reproducible example:
For 7za : https://www.7-zip.org/download.html
Expected behavior
Actual behavior
Error details
Environment data
Visuals
No response