{ "type": "powershell", "execute_command": "powershell -executionpolicy bypass \"& { if (Test-Path variable:global:ProgressPreference){\\$ProgressPreference='SilentlyContinue'};. {{.Vars}}; &'{{.Path}}'; exit \\$LastExitCode }\"", "pause_before": "15m", "inline": [ "echo \"Restart Computer\"; Start-Sleep 5; Restart-Computer -force" ] },