无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站广告联系 微信:wuyouceo QQ:184822951
查看: 3565|回复: 15

[分享] WinRAR 6.11 x64 集成到 WinPE 一例 (WePE 2.2 x64 下实现)

  [复制链接]
发表于 2022-6-13 18:48:30 | 显示全部楼层 |阅读模式
本帖最后由 blank007 于 2022-6-13 19:01 编辑

学习了各位坛友的方法之后,做了一个WinRAR到WinPE的集成。

这个方法集成后,右键菜单、文件关联均可以实现。以下是需要的最少文件:

7zxa.dll
Default.sfx
RARExt.dll
RARExt32.dll
RARReg.key
Uninstall.exe
WinRAR.exe

实现方法:

1、设置好自己喜欢的选项

    主菜单"选项"->"设置"->"集成"的"WinRAR关联文件"中,选好相关文件格式。"界面"中的选项建议都不选。"外壳集成"中,最好只选前两项。 其它选项自己按喜好选择。

2、导出设置

     主菜单"选项"->"导入和导出"->"导出设置到文件",保存。如,保存为 WinRAR.reg

3、集成

     将上述文件和WinRAR.reg 到放到 WinPE 的某个文件夹中,如:X:\Program Files\WinRAR

    在 PETools.ini 文件的后面,加入如下语句:

//文件关联

//EXEC !%ProgramFiles%\7Zip\7ZIP.cmd

EXEC !%SystemRoot%\regedit.exe /s "%ProgramFiles%\WinRAR\WinRAR.reg"
EXEC !%ProgramFiles%\WinRAR\Uninstall.exe /Setup /S

//EXEC !%SystemRoot%\system32\PEcmd.exe kill explorer.exe

_END

4、重新打包 WinPE


注意:

    WinRAR.reg 中有一句:

    [HKEY_LOCAL_MACHINE\Software\WinRAR]
    "exe64"="X:\\Program Files\\WinRAR\\WinRAR.exe"

    这里表明WinRAR.exe所在的位置,要按实际位置更改。

    如果想把 WinRAR x86 集成到 WePE 2.2 x86 中,所需文件和操作如上所述。但 WinRAR.reg 中的这句,要把 exe64 改成 exe32。

    附件中的 WinRAR.rar解压后就是一个 WinRAR.reg 实例,可供参考。




WinRAR.rar

3.53 KB, 下载次数: 80, 下载积分: 无忧币 -2

评分

参与人数 1无忧币 +5 收起 理由
2013WCL + 5

查看全部评分

发表于 2022-6-13 18:50:25 | 显示全部楼层
谢谢楼主分享
回复

使用道具 举报

发表于 2022-6-13 20:01:18 来自手机 | 显示全部楼层
支持经验分享
回复

使用道具 举报

发表于 2022-6-13 21:43:08 | 显示全部楼层

谢谢楼主分享
回复

使用道具 举报

发表于 2022-6-13 22:58:15 | 显示全部楼层
谢谢支持楼主的经验分享
回复

使用道具 举报

发表于 2022-6-14 00:42:02 | 显示全部楼层
我都是安装模式。
EXEC pecmd DEVI $$d:\WINRAR\WinRAR.inf         

“d:\WINRAR\WinRAR.inf”这行代码是你winrar.inf的存放目录,改成你实际的就行。 要求winrar.inf必须放在winrar目录。winrar.inf内容如下:

  1. [Version]
  2. Signature="$Windows NT[        DISCUZ_CODE_0        ]quot;
  3. Provider="http://txm100308.blog.163.com"

  4. [DefaultInstall]
  5. AddReg=WinRAR_AddReg

  6. [WinRAR_DelReg]

  7. [WinRAR_AddReg]
  8. hklm,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\WinRAR.exe",,,"%01%\WinRAR.exe"
  9. hklm,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\WinRAR.exe","Path",,"%01%"

  10. hkcr,"*\shellex\ContextMenuHandlers\WinRAR",,,"{B41DB860-64E4-11D2-9906-E49FADC173CA}"

  11. hkcr,"*\shellex\ContextMenuHandlers\WinRAR32",,,"{B41DB860-8EE4-11D2-9906-E49FADC173CA}"


  12. hkcr,".ace",,,"WinRAR"

  13. hkcr,".arj",,,"WinRAR"

  14. hkcr,".bz",,,"WinRAR"

  15. hkcr,".bz2",,,"WinRAR"

  16. hkcr,".cab",,,"WinRAR"

  17. hkcr,".gz",,,"WinRAR"

  18. hkcr,".jar",,,"WinRAR"

  19. hkcr,".lha",,,"WinRAR"

  20. hkcr,".lzh",,,"WinRAR"

  21. hkcr,".r00",,,"WinRAR"

  22. hkcr,".r01",,,"WinRAR"

  23. hkcr,".r02",,,"WinRAR"

  24. hkcr,".r03",,,"WinRAR"

  25. hkcr,".r04",,,"WinRAR"

  26. hkcr,".r05",,,"WinRAR"

  27. hkcr,".r06",,,"WinRAR"

  28. hkcr,".r07",,,"WinRAR"

  29. hkcr,".r08",,,"WinRAR"

  30. hkcr,".r09",,,"WinRAR"

  31. hkcr,".r10",,,"WinRAR"

  32. hkcr,".r11",,,"WinRAR"

  33. hkcr,".r12",,,"WinRAR"

  34. hkcr,".r13",,,"WinRAR"

  35. hkcr,".r14",,,"WinRAR"

  36. hkcr,".r15",,,"WinRAR"

  37. hkcr,".r16",,,"WinRAR"

  38. hkcr,".r17",,,"WinRAR"

  39. hkcr,".r18",,,"WinRAR"

  40. hkcr,".r19",,,"WinRAR"

  41. hkcr,".r20",,,"WinRAR"

  42. hkcr,".r21",,,"WinRAR"

  43. hkcr,".r22",,,"WinRAR"

  44. hkcr,".r23",,,"WinRAR"

  45. hkcr,".r24",,,"WinRAR"

  46. hkcr,".r25",,,"WinRAR"

  47. hkcr,".r26",,,"WinRAR"

  48. hkcr,".r27",,,"WinRAR"

  49. hkcr,".r28",,,"WinRAR"

  50. hkcr,".r29",,,"WinRAR"

  51. hkcr,".rar",,,"WinRAR"

  52. hkcr,".rev",,,"WinRAR.REV"

  53. hkcr,".tar",,,"WinRAR"

  54. hkcr,".taz",,,"WinRAR"

  55. hkcr,".tbz",,,"WinRAR"

  56. hkcr,".tbz2",,,"WinRAR"

  57. hkcr,".tgz",,,"WinRAR"

  58. hkcr,".txz",,,"WinRAR"

  59. hkcr,".uu",,,"WinRAR"

  60. hkcr,".uue",,,"WinRAR"

  61. hkcr,".xxe",,,"WinRAR"

  62. hkcr,".xz",,,"WinRAR"

  63. hkcr,".z",,,"WinRAR"

  64. hkcr,".zip",,,"WinRAR.ZIP"

  65. hkcr,"CLSID\{B41DB860-64E4-11D2-9906-E49FADC173CA}",,,"WinRAR"

  66. hkcr,"CLSID\{B41DB860-64E4-11D2-9906-E49FADC173CA}\InProcServer32",,,"%01%\rarext.dll"
  67. hkcr,"CLSID\{B41DB860-64E4-11D2-9906-E49FADC173CA}\InProcServer32","ThreadingModel",,"Apartment"

  68. hkcr,"Drive\shellex\DragDropHandlers\WinRAR",,,"{B41DB860-64E4-11D2-9906-E49FADC173CA}"

  69. hkcr,"Drive\shellex\DragDropHandlers\WinRAR32",,,"{B41DB860-8EE4-11D2-9906-E49FADC173CA}"

  70. hkcr,"exefile\shellex\PropertySheetHandlers\{B41DB860-64E4-11D2-9906-E49FADC173CA}",,,""

  71. hkcr,"exefile\shellex\PropertySheetHandlers\{B41DB860-8EE4-11D2-9906-E49FADC173CA}",,,""

  72. hkcr,"Folder\shellex\ContextMenuHandlers\WinRAR",,,"{B41DB860-64E4-11D2-9906-E49FADC173CA}"

  73. hkcr,"Folder\shellex\ContextMenuHandlers\WinRAR32",,,"{B41DB860-8EE4-11D2-9906-E49FADC173CA}"

  74. hkcr,"Folder\shellex\DragDropHandlers\WinRAR",,,"{B41DB860-64E4-11D2-9906-E49FADC173CA}"

  75. hkcr,"Folder\shellex\DragDropHandlers\WinRAR32",,,"{B41DB860-8EE4-11D2-9906-E49FADC173CA}"

  76. hkcr,"WinRAR",,,"RAR 压缩文件"

  77. hkcr,"WinRAR\DefaultIcon",,,"%01%\WinRAR.exe,0"

  78. hkcr,"WinRAR\shell\open\command",,,"""%01%\WinRAR.exe"" ""%%1"""

  79. hkcr,"WinRAR\shellex\ContextMenuHandlers\{B41DB860-64E4-11D2-9906-E49FADC173CA}",,,""

  80. hkcr,"WinRAR\shellex\ContextMenuHandlers\{B41DB860-8EE4-11D2-9906-E49FADC173CA}",,,""

  81. hkcr,"WinRAR\shellex\DropHandler",,,"{B41DB860-64E4-11D2-9906-E49FADC173CA}"

  82. hkcr,"WinRAR\shellex\PropertySheetHandlers\{B41DB860-64E4-11D2-9906-E49FADC173CA}",,,""

  83. hkcr,"WinRAR\shellex\PropertySheetHandlers\{B41DB860-8EE4-11D2-9906-E49FADC173CA}",,,""

  84. hkcr,"WinRAR.REV",,,"RAR 恢复卷"

  85. hkcr,"WinRAR.REV\DefaultIcon",,,"%01%\WinRAR.exe,1"

  86. hkcr,"WinRAR.REV\shell\open\command",,,"""%01%\WinRAR.exe"" ""%%1"""

  87. hkcr,"WinRAR.ZIP",,,"ZIP 压缩文件"

  88. hkcr,"WinRAR.ZIP\DefaultIcon",,,"%01%\WinRAR.exe,0"

  89. hkcr,"WinRAR.ZIP\shell\open\command",,,"""%01%\WinRAR.exe"" ""%%1"""

  90. hkcr,"WinRAR.ZIP\shellex\ContextMenuHandlers\{B41DB860-64E4-11D2-9906-E49FADC173CA}",,,""

  91. hkcr,"WinRAR.ZIP\shellex\ContextMenuHandlers\{B41DB860-8EE4-11D2-9906-E49FADC173CA}",,,""

  92. hkcr,"WinRAR.ZIP\shellex\DropHandler",,,"{B41DB860-64E4-11D2-9906-E49FADC173CA}"

  93. hkcr,"WinRAR.ZIP\shellex\PropertySheetHandlers\{B41DB860-64E4-11D2-9906-E49FADC173CA}",,,""

  94. hkcr,"WinRAR.ZIP\shellex\PropertySheetHandlers\{B41DB860-8EE4-11D2-9906-E49FADC173CA}",,,""

  95. hkcr,"Wow6432Node\CLSID\{B41DB860-8EE4-11D2-9906-E49FADC173CA}",,,"WinRAR"

  96. hkcr,"Wow6432Node\CLSID\{B41DB860-8EE4-11D2-9906-E49FADC173CA}\InProcServer32",,,"%01%\rarext32.dll"
  97. hkcr,"Wow6432Node\CLSID\{B41DB860-8EE4-11D2-9906-E49FADC173CA}\InProcServer32","ThreadingModel",,"Apartment"

  98. hklm,"SOFTWARE\RegisteredApplications","WinRAR",,"Software\WinRAR\Capabilities"

  99. hkcu,"Software\WinRAR\Setup","CascadedMenu",0x10001,01,00,00,00

  100. hkcu,"Software\WinRAR\Setup\.ace","Set",0x10001,01,00,00,00
  101. hkcu,"Software\WinRAR\Setup\.ace","Exist",0x10001,00,00,00,00
  102. hkcu,"Software\WinRAR\Setup\.ace","Type",,""
  103. hkcu,"Software\WinRAR\Setup\.ace","Content",,""
  104. hkcu,"Software\WinRAR\Setup\.ace","ShellNew",,""

  105. hkcu,"Software\WinRAR\Setup\.arj","Set",0x10001,01,00,00,00
  106. hkcu,"Software\WinRAR\Setup\.arj","Exist",0x10001,01,00,00,00
  107. hkcu,"Software\WinRAR\Setup\.arj","Type",,""
  108. hkcu,"Software\WinRAR\Setup\.arj","Content",,""
  109. hkcu,"Software\WinRAR\Setup\.arj","ShellNew",,""

  110. hkcu,"Software\WinRAR\Setup\.bz","Exist",0x10001,00,00,00,00
  111. hkcu,"Software\WinRAR\Setup\.bz","Type",,""
  112. hkcu,"Software\WinRAR\Setup\.bz","Content",,""
  113. hkcu,"Software\WinRAR\Setup\.bz","ShellNew",,""

  114. hkcu,"Software\WinRAR\Setup\.bz2","Set",0x10001,01,00,00,00
  115. hkcu,"Software\WinRAR\Setup\.bz2","Exist",0x10001,00,00,00,00
  116. hkcu,"Software\WinRAR\Setup\.bz2","Type",,""
  117. hkcu,"Software\WinRAR\Setup\.bz2","Content",,""
  118. hkcu,"Software\WinRAR\Setup\.bz2","ShellNew",,""

  119. hkcu,"Software\WinRAR\Setup\.cab","Set",0x10001,01,00,00,00
  120. hkcu,"Software\WinRAR\Setup\.cab","Exist",0x10001,01,00,00,00
  121. hkcu,"Software\WinRAR\Setup\.cab","Type",,"CABFolder"
  122. hkcu,"Software\WinRAR\Setup\.cab","Content",,""
  123. hkcu,"Software\WinRAR\Setup\.cab","ShellNew",,""

  124. hkcu,"Software\WinRAR\Setup\.gz","Set",0x10001,01,00,00,00
  125. hkcu,"Software\WinRAR\Setup\.gz","Exist",0x10001,01,00,00,00
  126. hkcu,"Software\WinRAR\Setup\.gz","Type",,""
  127. hkcu,"Software\WinRAR\Setup\.gz","Content",,"application/x-gzip"
  128. hkcu,"Software\WinRAR\Setup\.gz","ShellNew",,""

  129. hkcu,"Software\WinRAR\Setup\.jar","Set",0x10001,01,00,00,00
  130. hkcu,"Software\WinRAR\Setup\.jar","Exist",0x10001,00,00,00,00
  131. hkcu,"Software\WinRAR\Setup\.jar","Type",,""
  132. hkcu,"Software\WinRAR\Setup\.jar","Content",,""
  133. hkcu,"Software\WinRAR\Setup\.jar","ShellNew",,""

  134. hkcu,"Software\WinRAR\Setup\.lha","Exist",0x10001,00,00,00,00
  135. hkcu,"Software\WinRAR\Setup\.lha","Type",,""
  136. hkcu,"Software\WinRAR\Setup\.lha","Content",,""
  137. hkcu,"Software\WinRAR\Setup\.lha","ShellNew",,""

  138. hkcu,"Software\WinRAR\Setup\.lzh","Set",0x10001,01,00,00,00
  139. hkcu,"Software\WinRAR\Setup\.lzh","Exist",0x10001,01,00,00,00
  140. hkcu,"Software\WinRAR\Setup\.lzh","Type",,""
  141. hkcu,"Software\WinRAR\Setup\.lzh","Content",,""
  142. hkcu,"Software\WinRAR\Setup\.lzh","ShellNew",,""

  143. hkcu,"Software\WinRAR\Setup\.rar","Set",0x10001,01,00,00,00
  144. hkcu,"Software\WinRAR\Setup\.rar","Exist",0x10001,00,00,00,00
  145. hkcu,"Software\WinRAR\Setup\.rar","Type",,""
  146. hkcu,"Software\WinRAR\Setup\.rar","Content",,""

  147. hkcu,"Software\WinRAR\Setup\.tar","Set",0x10001,01,00,00,00
  148. hkcu,"Software\WinRAR\Setup\.tar","Exist",0x10001,01,00,00,00
  149. hkcu,"Software\WinRAR\Setup\.tar","Type",,""
  150. hkcu,"Software\WinRAR\Setup\.tar","Content",,"application/x-tar"
  151. hkcu,"Software\WinRAR\Setup\.tar","ShellNew",,""

  152. hkcu,"Software\WinRAR\Setup\.taz","Exist",0x10001,00,00,00,00
  153. hkcu,"Software\WinRAR\Setup\.taz","Type",,""
  154. hkcu,"Software\WinRAR\Setup\.taz","Content",,""
  155. hkcu,"Software\WinRAR\Setup\.taz","ShellNew",,""

  156. hkcu,"Software\WinRAR\Setup\.tbz","Exist",0x10001,00,00,00,00
  157. hkcu,"Software\WinRAR\Setup\.tbz","Type",,""
  158. hkcu,"Software\WinRAR\Setup\.tbz","Content",,""
  159. hkcu,"Software\WinRAR\Setup\.tbz","ShellNew",,""

  160. hkcu,"Software\WinRAR\Setup\.tbz2","Exist",0x10001,00,00,00,00
  161. hkcu,"Software\WinRAR\Setup\.tbz2","Type",,""
  162. hkcu,"Software\WinRAR\Setup\.tbz2","Content",,""
  163. hkcu,"Software\WinRAR\Setup\.tbz2","ShellNew",,""

  164. hkcu,"Software\WinRAR\Setup\.tgz","Exist",0x10001,01,00,00,00
  165. hkcu,"Software\WinRAR\Setup\.tgz","Type",,""
  166. hkcu,"Software\WinRAR\Setup\.tgz","Content",,"application/x-compressed"
  167. hkcu,"Software\WinRAR\Setup\.tgz","ShellNew",,""

  168. hkcu,"Software\WinRAR\Setup\.txz","Exist",0x10001,00,00,00,00
  169. hkcu,"Software\WinRAR\Setup\.txz","Type",,""
  170. hkcu,"Software\WinRAR\Setup\.txz","Content",,""
  171. hkcu,"Software\WinRAR\Setup\.txz","ShellNew",,""

  172. hkcu,"Software\WinRAR\Setup\.uu","Exist",0x10001,00,00,00,00
  173. hkcu,"Software\WinRAR\Setup\.uu","Type",,""
  174. hkcu,"Software\WinRAR\Setup\.uu","Content",,""
  175. hkcu,"Software\WinRAR\Setup\.uu","ShellNew",,""

  176. hkcu,"Software\WinRAR\Setup\.uue","Set",0x10001,01,00,00,00
  177. hkcu,"Software\WinRAR\Setup\.uue","Exist",0x10001,00,00,00,00
  178. hkcu,"Software\WinRAR\Setup\.uue","Type",,""
  179. hkcu,"Software\WinRAR\Setup\.uue","Content",,""
  180. hkcu,"Software\WinRAR\Setup\.uue","ShellNew",,""

  181. hkcu,"Software\WinRAR\Setup\.xxe","Exist",0x10001,00,00,00,00
  182. hkcu,"Software\WinRAR\Setup\.xxe","Type",,""
  183. hkcu,"Software\WinRAR\Setup\.xxe","Content",,""
  184. hkcu,"Software\WinRAR\Setup\.xxe","ShellNew",,""

  185. hkcu,"Software\WinRAR\Setup\.xz","Set",0x10001,01,00,00,00
  186. hkcu,"Software\WinRAR\Setup\.xz","Exist",0x10001,00,00,00,00
  187. hkcu,"Software\WinRAR\Setup\.xz","Type",,""
  188. hkcu,"Software\WinRAR\Setup\.xz","Content",,""
  189. hkcu,"Software\WinRAR\Setup\.xz","ShellNew",,""

  190. hkcu,"Software\WinRAR\Setup\.z","Set",0x10001,01,00,00,00
  191. hkcu,"Software\WinRAR\Setup\.z","Exist",0x10001,01,00,00,00
  192. hkcu,"Software\WinRAR\Setup\.z","Type",,""
  193. hkcu,"Software\WinRAR\Setup\.z","Content",,"application/x-compress"
  194. hkcu,"Software\WinRAR\Setup\.z","ShellNew",,""

  195. hkcu,"Software\WinRAR\Setup\.zip","Set",0x10001,01,00,00,00
  196. hkcu,"Software\WinRAR\Setup\.zip","Exist",0x10001,01,00,00,00
  197. hkcu,"Software\WinRAR\Setup\.zip","Type",,"CompressedFolder"
  198. hkcu,"Software\WinRAR\Setup\.zip","Content",,"application/x-zip-compressed"
  199. hkcu,"Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.zip\UserChoice","Hash",,"BsFGZ0PFUo8="
  200. hkcu,"Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.zip\UserChoice","ProgId",,"WinRAR.ZIP"

  201. hkcu,"Software\WinRAR\Setup\Links","Desktop",0x10001,00,00,00,00
  202. hkcu,"Software\WinRAR\Setup\Links","StartMenu",0x10001,00,00,00,00
  203. hkcu,"Software\WinRAR\Setup\Links","Programs",0x10001,00,00,00,00

  204. hkcu,"Software\WinRAR\Setup\MenuItems","ExtrTo",0x10001,01,00,00,00
  205. hkcu,"Software\WinRAR\Setup\MenuItems","ExtrHere",0x10001,01,00,00,00
  206. hkcu,"Software\WinRAR\Setup\MenuItems","Extr",0x10001,01,00,00,00
  207. hkcu,"Software\WinRAR\Setup\MenuItems","ExtrSep",0x10001,01,00,00,00
  208. hkcu,"Software\WinRAR\Setup\MenuItems","OpenSFX",0x10001,01,00,00,00
  209. hkcu,"Software\WinRAR\Setup\MenuItems","OpenArc",0x10001,01,00,00,00
  210. hkcu,"Software\WinRAR\Setup\MenuItems","AddTo",0x10001,01,00,00,00
  211. hkcu,"Software\WinRAR\Setup\MenuItems","AddArc",0x10001,01,00,00,00
  212. hkcu,"Software\WinRAR\Setup\MenuItems","EmailArc",0x10001,00,00,00,00
  213. hkcu,"Software\WinRAR\Setup\MenuItems","EmailOpt",0x10001,00,00,00,00
  214. hkcu,"Software\WinRAR\Setup\MenuItems","Test",0x10001,00,00,00,00
  215. hkcu,"Software\WinRAR\Setup\MenuItems","Convert",0x10001,00,00,00,00
  216. hkcu,"Software\WinRAR\Setup\MenuItems","SFXLocal",0x10001,01,00,00,00
  217. hkcu,"Software\WinRAR\Setup\MenuItems","SFXNetwork",0x10001,01,00,00,00
  218. hkcu,"Software\WinRAR\Setup\MenuItems","SFXOther",0x10001,01,00,00,00
  219. hkcu,"Software\WinRAR\Setup\MenuItems","DragAdd",0x10001,01,00,00,00
  220. hkcu,"Software\WinRAR\Setup\MenuItems","DragExtr",0x10001,01,00,00,00
复制代码






点评

WINRAR 也可以免安装运行  详情 回复 发表于 2023-9-13 14:42
回复

使用道具 举报

发表于 2022-6-14 08:23:48 | 显示全部楼层
感谢分享技术
回复

使用道具 举报

发表于 2022-6-14 08:24:36 | 显示全部楼层
非常感谢
回复

使用道具 举报

发表于 2022-6-14 08:27:08 | 显示全部楼层

谢谢分享!!
回复

使用道具 举报

发表于 2022-6-14 09:08:39 | 显示全部楼层
日常工具,谢谢分享!
回复

使用道具 举报

发表于 2022-6-14 09:21:40 | 显示全部楼层
回复

使用道具 举报

发表于 2022-11-20 20:27:04 | 显示全部楼层
谢谢楼主分享
回复

使用道具 举报

发表于 2023-9-13 14:27:44 | 显示全部楼层
谢谢楼主分享
回复

使用道具 举报

发表于 2023-9-13 14:41:22 | 显示全部楼层
谢谢楼主分享
回复

使用道具 举报

发表于 2023-9-13 14:42:24 | 显示全部楼层
本帖最后由 martin313 于 2023-9-13 14:43 编辑
qjldw 发表于 2022-6-14 00:42
我都是安装模式。
EXEC pecmd DEVI $$d:\WINRAR\WinRAR.inf         


WINRAR 也可以免安装运行
直接 DEVI 即可,前面的 EXEC pecmd 可去掉
回复

使用道具 举报

发表于 2023-9-13 16:33:18 | 显示全部楼层
谢谢楼主分享
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2024-3-29 19:44

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表