Write-Progress can display its progress like this

This can be opt-in so it's not breaking the existing program.
It's not a builtin, but I believe the BurntToast module would be capable of something like this.
This sounds like something that's probably better implemented as a module
Does it possible to rewrite the built-in Write-Progress from the user land?
Various possibilities are:
Write-Progress with your own command that redirects progress to the WNC (this would probably break a number of applications depending on Write-Progress to write to the host)Write-WncProgress to allow both to be used side-by-sideBlocked by #13042
I鈥檓 going to close this feature request as out-of-scope for the PowerShell project, noting @iSazonov鈥檚 point about required dependencies
Most helpful comment
It's not a builtin, but I believe the BurntToast module would be capable of something like this.