Skip to content

Instantly share code, notes, and snippets.

@lowleveldesign
lowleveldesign / UpdateChocolatey.bat
Last active November 5, 2023 11:41
Scripts to automatically update all Chocolatey packages installed on your system
@echo off
powershell -NoProfile -ExecutionPolicy ByPass -File "%~d0%~p0%~n0.ps1"