Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ 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= <full path to exe>\opfservice.exe start= boot
> sc create OPF binPath= "<full path to exe>\opfservice.exe" start= boot

You can then start or stop the OPF service from the command line (as an administrator) with:

Expand Down