Skip to main content

Installing SQL Server using Boxstarter a...

Reading Time: < 1 minute Let me first tell you a bit about Boxstarter. It leverages Chocolatey packages to automate the installation of software and create repeatable, reboot resilient, scripted Windows environments. Chocolatey makes installing software very easy with no user intervention. When installing SQL Server on a machine the installer uses DPAPI to encrypt/decrypt data for the installation. Due to the […]

The Microsoft Windows Terminal

Reading Time: < 1 minute The Microsoft’s Windows Terminal Chocolatey package is approved and ready for download! Windows Terminal is a new, modern, feature-rich, productive terminal application for command-line users. It includes many of the features most frequently requested by the Windows command-line community. including support for tabs, rich text, globalization, configurability, theming & styling, and more. If you want […]

GitHub Pages

Reading Time: < 1 minute After playing around a bit with GitHub Pages, I decided to create a script that automatically generates some informational pages about my Chocolatey packages. The script first will first iterate to all my extensions (currently only one). It generates PowerShell documentation about the commandlets for that particular extension. After that, It will iterate through all […]