參考網址:https://a3.walkup.tw/?p=6786
測試環境如下
-
- CorelDRAW Graphics Suite X7 17.2.0.688 ( 軟體離線升級方式:參閱本文 )
- Windows 8.1 企業版 64
停止 Protexis Licensing V2 服務,利用「Windows 批次檔」來啟動 Corel 軟體
-
- 停止服務很簡單,關鍵是 Protexis Licensing V2 服務停止後 Corel 軟體是否能正常開啟
- 本機 ( 滑鼠右鍵 ) → 管理 → 服務與應用程式 → 服務
- 找到名稱為「Corel License Validation Service V2 x64, Powered by arvato」的項目,停止該服務、並將啟動類型設為「手動」
-
OK 重點來了,將下列藍底文字儲存為 StartCorel.bat,以「ANSI」的編碼方式存檔為佳
StartCorel.bat 批次檔內容
1
2
3
4
5
6
7
@echo off
net start "PSI_SVC_2_x64"
Start "" "C:Program FilesCorelCorelDRAW Graphics Suite X7Programs64CorelDRW.exe"
echo 需要系統管理員身分執行本檔案,Protexis Licensing V2 服務會自動開啟數秒隨即關閉
ping -n 6 localhost >nul
net stop "PSI_SVC_2_x64"
exit
- 存檔完畢後直接用「系統管理員身分」執行 StartCorel.bat 檔案,即可開啟 Corel 軟體;而 Protexis Licensing V2 服務僅開啟數秒隨即關閉,不會常駐於電腦系統中
附註
新版軟體 CorelDRAW Graphics Suite X8 已停用 Protexis Licensing V2 服務