Recent Posts

Easily format all files in your VS Code workspace

less than 1 minute read

I recently discovered the awesome Format Files VS Code extension that allows you to format all files in your workspace. Typically you would need to open each...

Use Carnac to show key presses on-screen

less than 1 minute read

Carnac is a free, open source, small utility that displays the keys you press on the screen. This is great for demos, presentations, and screen recordings wh...

Change the default AutoHotkey script editor

3 minute read

The Windows context menu provides an Edit Script option for AutoHotkey .ahk files. Unfortunately, it defaults to opening in Notepad, which is not a great edi...

Run PowerShell as another user

3 minute read

I was looking for a way to run a PowerShell script as another user in our deployment pipeline. There are many reasons you might want to do this; for me I nee...