Skip to content

Commit c517240

Browse files
authored
Update README.md
1 parent cac8157 commit c517240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If the strings are going to be modified, the length and the maximum buffer of th
4242
I've noticed a max buffer of around ~96 or so characters. If you go more than that, you will definitely overwrite the buffer in the percentage section. So instead of saying `complete`, you will get some of your characters in that data.
4343

4444
## How to use
45-
To use the driver, issue the following commands inside an elevated debugger:
45+
To use the driver, issue the following commands inside an elevated command prompt:
4646
```
4747
sc create <service name> binPath= <path to driver>/AngryWindows.sys type= kernel start= auto
4848
sc start <service name>

0 commit comments

Comments
 (0)