Skip to main content

Overview of all the posts on Gerald's blog

2022


2021


2020


GoXLR app hide screen on Windows startup

·4 mins
This post describes a little PowerShell script that helps you hide the GoXLR app that shows each time you boot Windows. Learn what it does and how to use it

Regex Named Groups and Using Them in C#

·4 mins
While working on some regex this I learned something: regex named groups. Regex has the ability to name each matched group which is then easy to use in C#