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
