Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ Note, you do not include the `.dll` extension in the registry key -- just `OpenP

Next, you will want to configure the OPF service. You can do so as follows:

> sc create OPF binPath= c:\windows\system32\opfservice.exe start= boot
> sc create OPF binPath= <full path to exe>\opfservice.exe start= boot

Finally, create two dictionary files in c:\windows\system32\ named `opfmatch.txt` and `opfcont.txt`. These should contain
one forbidden password per line, such as:
Finally, create two dictionary files in the same directory where you placed opfservice.exe named `opfmatch.txt` and
`opfcont.txt`. These should contain one forbidden password per line, such as:

Password1
Password2
Expand Down