[Seek Help] 统信兼容引擎如何运行这类绿化软件呢?
Tofloor
default avatar
JianDan
deepin
2025-04-03 02:29
Author

找了个软件,要先绿化,但是引擎好像不能运行,有啥办法?

image.png

@加菲不是胖橘

Reply Favorite View the author
All Replies
jjcui8595
deepin
Resources Team Moderator
2025-04-03 05:54
#1

需要自己编辑修改.bat文件。比如IDM的“绿化”批处理就需要改成如下内容,其他软件可以参考尝试。

::预置软件序列号依赖标识
reg add "HKCU\Software\DownloadManager" /f /v "LName" /d "All Users" >NUL 2>NUL
reg add "HKCU\Software\DownloadManager" /f /v "LName" /d "idm@tonec.com" >NUL 2>NUL
reg add "HKCU\Software\DownloadManager" /f /v "Serial" /d "88888-88888-88888-88888" >NUL 2>NUL
IF NOT EXIST "%ProgramW6432%" (
reg add "HKLM\Software\Internet Download Manager" /f /v "LName" /d "All Users" >NUL 2>NUL
reg add "HKLM\Software\Internet Download Manager" /f /v "Email" /d "idm@tonec.com" >NUL 2>NUL
reg add "HKLM\Software\Internet Download Manager" /f /v "Serial" /d "88888-88888-88888-88888" >NUL 2>NUL
) ELSE (
reg add "HKLM\Software\WOW6432Node\Internet Download Manager" /f /v "LName" /d "All Users" >NUL 2>NUL
reg add "HKLM\Software\WOW6432Node\Internet Download Manager" /f /v "Email" /d "idm@tonec.com" >NUL 2>NUL
reg add "HKLM\Software\WOW6432Node\Internet Download Manager" /f /v "Serial" /d "88888-88888-88888-88888" >NUL 2>NUL
)

Reply View the author
加菲不是胖橘
deepin product team
2025-04-03 07:46
#2

先安装软件,然后菜单-高级调试进去,点击“+”进去找到.bat的汉化脚本:

image.png

Reply View the author
JianDan
deepin
2025-04-03 08:16
#3
加菲不是胖橘

先安装软件,然后菜单-高级调试进去,点击“+”进去找到.bat的汉化脚本:

image.png

原来藏这么深呀,唉,可惜。

但是还是不行,唉。

Reply View the author
酷谷的谷子
deepin
2025-04-03 13:25
#4
JianDan

原来藏这么深呀,唉,可惜。

但是还是不行,唉。

建议吧批处理转换成exe,你可以试试这种办法,具体百度或者AI

Reply View the author
克亮
Moderator
2025-04-03 14:08
#5

可以把你所要打的包提供个链接。我这里拿福昕PDF绿色批处理版本做演示方法如下:

1.首先下载绿色版本带批处理的 Foxit PDF Editor包。

2.打开统信兼容引擎

image.png

3.点击右上角添加应用,找到 FoxitPDFEditor.exe

image.png

4.正常情况下出出现N多WINEBUG ,可以忽略。然后提示失败,不用理会。去掉重启,点不发送。随后点我要调试如下图

image.png

image.png

image.png

5.先换wine版本 目前最新的是deepin-wine-staging 兼容性目前为止比较好。

image.png

6.接下来有几步非常重要,点应用+号添加批处理,DLL覆盖 优先加载应用自带,会自动添加

image.png

image.png

7.点击调试运行,程序会自动检索系统缺少的组件,检测到直接点击跳转安装。

image.png

image.png

8.安装完毕后,大功告成。上图。 希望对你有帮助。

image.png

Reply View the author