From cb6dd7c0e3932094d26c9cd773c37049bb600999 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Mon, 6 Dec 2021 22:02:12 +0300 Subject: [PATCH] Add pause after installation windows features (#4668) --- images/win/windows2022.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/win/windows2022.json b/images/win/windows2022.json index 43175723..555f3d3e 100644 --- a/images/win/windows2022.json +++ b/images/win/windows2022.json @@ -139,10 +139,12 @@ }, { "type": "windows-restart", + "check_registry": true, "restart_timeout": "10m" }, { "type": "powershell", + "pause_before": "2m", "scripts": [ "{{ template_dir }}/scripts/Installers/Install-Docker.ps1", "{{ template_dir }}/scripts/Installers/Install-PowershellCore.ps1"