diff options
| author | Barry Golden <[email protected]> | 2015-08-06 20:07:53 -0700 |
|---|---|---|
| committer | Barry Golden <[email protected]> | 2015-08-06 20:07:53 -0700 |
| commit | 7c089b4b332b8a8bd2e29672bbf4f6ee430b3e77 (patch) | |
| tree | 8a7e461efc0c2e77b9cd82b3968e38fd5efef7b4 /general/obcallback | |
| parent | 9026073a419b5ef68fb46d4f7fae52dbef09dbe1 (diff) | |
Update README.md
Diffstat (limited to 'general/obcallback')
| -rw-r--r-- | general/obcallback/ReadMe.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/general/obcallback/ReadMe.md b/general/obcallback/ReadMe.md index 7efc2741..d91a209d 100644 --- a/general/obcallback/ReadMe.md +++ b/general/obcallback/ReadMe.md @@ -20,12 +20,12 @@ C:\> notepad C:\> tlist (locate the process ID of notepad.exe) -C:\> kill –f 2329 (attempt to kill off the notepad.exe with a PID of 2329) -process notepad.exe (2329) – ‘Untitled – Notepad’ could not be killed +C:\> kill -f 2329 (attempt to kill off the notepad.exe with a PID of 2329) +process notepad.exe (2329) - 'Untitled – Notepad' could not be killed C:\> obcallbacktestctrl.exe -deprotect (remove the protections on the notepad process) -C:\> kill –f 2329 (attempt to kill off the process – which will succeed) +C:\> kill -f 2329 (attempt to kill off the process – which will succeed) C:\> obcallbacktestctrl.exe -uninstall (uninstall the kernel driver) ``` |
