Custom Icon for PowerShell WPF App
In this article, I'll be talking about how to use a custom icon for your PowerShell GUI.
By default, running your PowerShell script that shows a WPF UI, the titlebar of your app will use a default PowerShell Icon, like the one shown below.
Thankfully you can change this, using some simple code...