Update T1218.005.yaml for windows 11 calculator (#3094)

Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
Co-authored-by: dademola <dademola@hunit.(none)>
This commit is contained in:
DelicateHug
2025-04-08 12:34:32 -04:00
committed by GitHub
parent cdf93972cd
commit 96ee459edc
+2 -1
View File
@@ -49,7 +49,8 @@ atomic_tests:
$var.content|out-file "#{temp_file}"
mshta "#{temp_file}"
start-sleep -s 15
stop-process -name "calculator" -Force
stop-process -name "calculator" -Force -ErrorAction Ignore
stop-process -name "CalculatorApp" -Force -ErrorAction Ignore
cleanup_command: |
remove-item "#{temp_file}" -ErrorAction Ignore
name: powershell