diff --git a/atomics/T1050/T1050.md b/atomics/T1050/T1050.md index b478e357..f1721949 100644 --- a/atomics/T1050/T1050.md +++ b/atomics/T1050/T1050.md @@ -58,6 +58,6 @@ Installs A Local Service via PowerShell #### Run it with `powershell`! ``` -powershell New-Service -Name "AtomicTestService" -BinaryPathName "#{binary_path}" +powershell.exe New-Service -Name "AtomicTestService" -BinaryPathName "#{binary_path}" ```