From d5a791015bbc58131e02237ff3641ea5e89be66a Mon Sep 17 00:00:00 2001 From: Jimmy Astle Date: Tue, 11 Sep 2018 15:36:29 -0400 Subject: [PATCH] Minor update to cmstp.exe syntax need to add teh /s so this test runs without user interaction --- atomics/T1191/T1191.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1191/T1191.yaml b/atomics/T1191/T1191.yaml index df05729d..7ee70bf5 100644 --- a/atomics/T1191/T1191.yaml +++ b/atomics/T1191/T1191.yaml @@ -36,4 +36,4 @@ atomic_tests: executor: name: command_prompt command: | - cmstp.exe #{inf_file_uac} /au + cmstp.exe /s #{inf_file_uac} /au