Can't change background color in Powershell after updating to 1809 #405

Open
opened 2026-01-30 21:51:05 +00:00 by claunia · 0 comments
Owner

Originally created by @johanlindfors on GitHub (Oct 8, 2018).

Originally assigned to: @zadjii-msft on GitHub.

After the latest update to Windows 10 1809 I can't change the background color of the PowerShell console from within the actual console.

This used to work:

[console]::BackgroundColor = ”black”
Clear-Host
(the window was now black)

But it doesn't anymore.

Originally created by @johanlindfors on GitHub (Oct 8, 2018). Originally assigned to: @zadjii-msft on GitHub. After the latest update to Windows 10 1809 I can't change the background color of the PowerShell console from within the actual console. This used to work: [console]::BackgroundColor = ”black” Clear-Host (the window was now black) But it doesn't anymore.
claunia added the Work-ItemProduct-Powershell labels 2026-01-30 21:51:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#405