Views:

To recreate the Apex One Master Service, use the following Command Prompt (Administrator) commands:

sc create ofcservice binpath="C:\Program Files (x86)\Trend Micro Apex One\PCCSRV\Web\Service\OfcService.exe" DisplayName="Apex One Master Service" start=auto
sc description ofcservice "Accepts and responds to commands and requests from Apex One Security Agents, Web console, and Apex Central."
sc config OSCEIntegrationService depend= ofcservice/RpcSs

 
Make sure that the directory indicated in "binpath" is the same as the actual path on your environment.