本文適用於以下產品:WithSecure Elements Endpoint Protection (EPP)
說明:
一. 若 Elements Connector 安裝在 Windows 上:
a. 用最高權限開啟命令提示字元 (CMD)
b. 停用 Elements Connector 服務,指令: net stop wsconnector
c. 開啟 regedit (登入編輯程式)
d. 編輯 additional_java_args,位置如下:
\HKEY_LOCAL_MACHINE\SOFTWARE\WithSecure\ElementsConnector\ additional_java_args
e. 輸入參數: -DenableVistaInteroperability=false
※ 若有其它參數存在時,須空一格輸入
f. 用最高權限開啟命令提示字元 (CMD)
g. 啟用 Elements Connector 服務,指令: net start wsconnector
二. 若 Elements Connector 安裝在 Linux 上:
a. 操作過程請使用 root 權限
b. 停用 Elements Connector 服務,指令: ./etc/init.d/fsconnector stop
c. 編輯 fspms.conf,位置如下:
/etc/opt/f-secure/fspms/fspms.conf
d. 將欄位 additional_java_args=”” 修改如下:
additional_java_args=”-DenableVistaInteroperability=false”
※ 若有其它參數存在時,須空一格輸入
e. 啟用 Elements Connector 服務,指令: ./etc/init.d/fsconnector start