From c36b28eef8d39bf59ca960837ee70af2b3daa829 Mon Sep 17 00:00:00 2001 From: Luminous-InfiniTom <35981510+Luminous-InfiniTom@users.noreply.github.com> Date: Thu, 14 Nov 2019 00:15:34 -0600 Subject: [PATCH] Added cleanup command for fax binary (#654) --- atomics/T1031/T1031.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/atomics/T1031/T1031.yaml b/atomics/T1031/T1031.yaml index 1b647c6e..e75b89e7 100644 --- a/atomics/T1031/T1031.yaml +++ b/atomics/T1031/T1031.yaml @@ -17,4 +17,5 @@ atomic_tests: command: | sc config Fax binPath= "C:\windows\system32\WindowsPowerShell\v1.0\powershell.exe -noexit -c \"write-host 'T1031 Test'\"" sc start Fax + cleanup_command: sc config Fax binPath= "C:\WINDOWS\system32\fxssvc.exe"