diff --git a/PowerLsassSilentProcessExit.ps1 b/PowerLsassSilentProcessExit.ps1 index fe2fa8d..2fe32c5 100644 --- a/PowerLsassSilentProcessExit.ps1 +++ b/PowerLsassSilentProcessExit.ps1 @@ -19,7 +19,7 @@ 1 - Call CreateRemoteThread on RtlSilentProcessExit on LSASS (Note, that this doesnt work in the current version...) .PARAMETER DumpPath - Path wherer the dumpfile shall be stored + Path where the dumpfile shall be stored .EXAMPLE PowerLsassSilentProcessExit.ps1 -DumpMode 0 -DumpPath C:\temp @@ -203,4 +203,4 @@ try{ Write-Warning "[WARN] Error happened during Cleanup of Registry! Error:`r`n" Write-Host $PSItem.Tostring() Exit 1 -} \ No newline at end of file +}