If you will install CylanceOPTICS, add registry entries on the Windows device
CylanceOPTICS
, add registry entries on the Windows
deviceOn
Windows
devices, you must add two registry entries:
- The first entry configuresCylancePROTECT DesktopandCylanceOPTICSto use theCylanceHYBRIDproxy server, running on port 8888. TheCylanceHYBRIDapplication uses a proxy server to help with communication betweenCylanceOPTICSdevices and theCylanceHYBRIDconsole.
- The second entry disables theCylanceOPTICScloud fallback feature. By default,CylanceOPTICSattempts to communicate directly with the Cylance cloud when a proxy connection is not available.
You may need to run the command prompt as an administrator.
- On the device, open a command prompt.
- To configureCylancePROTECT DesktopandCylanceOPTICSto use theCylanceHYBRIDproxy server, running on port8888, type the following command:reg add HKLM\software\Cylance\Desktop /v ProxyServer /t REG_SZ /d http://<CylanceHYBRID FQDN>:8888 /fUsehttp://and port8888in the command.
- PressEnter. This adds yourCylanceHYBRIDapplication information that is used whenCylancePROTECT DesktopandCylanceOPTICSare installed.
- To disable theCylanceOPTICScloud fallback feature, type the following command:reg add HKLM\software\Cylance\Optics /v DisableProxyBypass /t REG_SZ /d True /fIf this key is present, theCylanceOPTICSagent will always attempt to establish a connection through the configured proxy server.
- Close the command prompt.