From d68d73b6badfe1170a30008073d69fbcc38d80c1 Mon Sep 17 00:00:00 2001 From: Max Vilimpoc Date: Fri, 28 Aug 2026 02:05:27 +0200 Subject: [PATCH] dotfiles: install VirtualBox with the other winget packages The test VMs this box drives are VirtualBox ones -- it is why sshd's firewall rule is widened to every profile, a host-only or bridged adapter being routinely classified Public -- so the hypervisor belongs in the same list as everything else the box is provisioned with, rather than being the one install left to do by hand. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01D4ozcQcqMSJBi2Ez4Pfxyc --- setup-windows.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/setup-windows.bat b/setup-windows.bat index 1d202af..cc12420 100644 --- a/setup-windows.bat +++ b/setup-windows.bat @@ -8,6 +8,7 @@ winget install Anthropic.ClaudeCode winget install Git.Git winget install Microsoft.PowerShell Microsoft.Sysinternals.ProcessExplorer Microsoft.Sysinternals.ProcessMonitor Microsoft.Sysinternals.SDelete Microsoft.VisualStudioCode Microsoft.WindowsTerminal +winget install Oracle.VirtualBox winget install Python.Python.3.13 winget install WinMerge.WinMerge winget install WiXToolset.WiXCLI -- 2.48.2