A Guide to PowerShellRun · Motivation What do you first do when you want to start something on your PC? I used to use PowerToys Run to run installed...
In my previous blog post, I introduced PowerShellRun module as a terminal based launcher application. That is the main purpose of the module but the...
Let's assume you are developing a PowerShell module. You would add small modifications to the module and test if they work as expected iteratively. In...
Multithreading caveats · Since PowerShell class methods are implemented as ScriptBlocks internally, the concept of the Bound and Unbound ScriptBlocks...
Application icons on the Windows Taskbar have some useful features such as an overlay badge, thumb buttons and a progress indicator. Since they are...
How they work together · Do you know the difference between these two ScriptBlocks? One is directly defined in a script, and the other is created from a...