using namespace Microsoft.Win32;

. "$PSScriptRoot/../../../lib/Software.ps1";

Start-SoftwareInstaller @args `
    -Configurator {
        Set-Service ssh-agent -StartupType AutomaticDelayedStart;
    };