Disable the session start option from Access Point
SynthesisVR version 3.11 or later required
To disable the “Session Start” capability of the “Access Point” desktop app you have to:
- Edit: %localappdata%\SynthesisVR\app\Resources\localmanifest.json
- Add the following line: “disableAPSessionStart”: true
- Save the changes
You can disable the ability of starting games by adding the following line to the localmanifest.json file (similarly to the above option):
- “disableAPGameChange”: true,