diff --git a/atomics/T1119/T1119.yaml b/atomics/T1119/T1119.yaml index 82c9b8e7..0c353520 100644 --- a/atomics/T1119/T1119.yaml +++ b/atomics/T1119/T1119.yaml @@ -12,7 +12,7 @@ atomic_tests: command: | mkdir %temp%\T1119_command_prompt_collection >nul 2>&1 dir c: /b /s .docx | findstr /e .docx - for /R c: %f in (*.docx) do copy %f %temp%\T1119_command_prompt_collection + for /R c:\ %f in (*.docx) do copy /Y %f %temp%\T1119_command_prompt_collection cleanup_command: | del %temp%\T1119_command_prompt_collection /F /Q >nul 2>&1 name: command_prompt