From 1a6742d3553e960909fcae0ae9e118f197381ab6 Mon Sep 17 00:00:00 2001 From: Allan Date: Wed, 1 May 2019 16:12:04 -0400 Subject: [PATCH] Update README.md Added quotes for the service exe. Also, as a side note, "boot" will not work for me on Server 2012 R2. Have to use auto. The SC command gives a invalid parameter error yet the help files show its valid. idk. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdb0230..5cb8f78 100644 --- a/README.md +++ b/README.md @@ -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= \opfservice.exe start= boot + > sc create OPF binPath= "\opfservice.exe" start= boot You can then start or stop the OPF service from the command line (as an administrator) with: