diff --git a/profiles/KVM/Windows/Install.ps1 b/profiles/KVM/Windows/Install.ps1 index b6a69b26..cd50c6c2 100644 --- a/profiles/KVM/Windows/Install.ps1 +++ b/profiles/KVM/Windows/Install.ps1 @@ -12,6 +12,7 @@ function Install-PortValhallaDrivers { ) choco install -y --params "'ALLUSERS=1'" qemu-guest-agent; + choco install -y spice-agent; } . "$PSScriptRoot/../../Generic/Windows/Install.ps1";