Skip to content

Commit

Permalink
Executor in Atomic Test #2 changed to Powershell (#504)
Browse files Browse the repository at this point in the history
The specified test doesn't work in command_prompt.
  • Loading branch information
sisoma2 authored and keithmccammon committed Sep 17, 2019
1 parent ff779dd commit edc6609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomics/T1088/T1088.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ atomic_tests:
default: C:\Windows\System32\cmd.exe

executor:
name: command_prompt
name: powershell
command: |
New-Item "HKCU:\software\classes\mscfile\shell\open\command" -Force
Set-ItemProperty "HKCU:\software\classes\mscfile\shell\open\command" -Name "(default)" -Value "#{executable_binary}" -Force
Expand Down

0 comments on commit edc6609

Please sign in to comment.