一键制作自解压可执行程序包2022年3月12日


 

  一键制作自解压可执行程序包 2022年3月12日

 

制作与测试环境 :微软 Windows 7 专业版 SP1

 

在电脑C盘根目录下新建文件夹 Prog

安装WinRAR软件

按快捷键 Win + R 输入 notepad 回车 打开记事本程序

复制粘贴以下文本代码到记事本

 

  1. ;下面的注释包含自解压脚本命令
  2. Path=C:\Prog\
  3. Setup=C:\Prog\AutoHotkey\Silent_Setup.bat
  4. Setup=C:\Prog\Maye\Maye.exe
  5. Setup=C:\Prog\Archivarius-3000\Serial\key.txt
  6. Silent=2
  7. Overwrite=2

 

按快捷键 Alt + F A

在另存为对话框的文件名输入框中输入

C:\Prog\自解压脚本命令.txt 回车

 

按快捷键 Win + R 输入 notepad 回车 打开记事本程序

复制粘贴以下文本代码到记事本

(注意以下代码只有一行,不得转行,不得自动换行)

 

  1. REM C:\Prog\一键制作自解压可执行软件包.bat 批处理脚本文件 2022315
  2. if exist "C:\Program Files (x86)\WinRAR\WinRAR.exe" (
  3. "C:\Program Files (x86)\WinRAR\WinRAR.exe" a -agYYYY.MM.DD -m5 -r -sfx -y -z自解压脚本命令.txt c-prog-maye-ev-tc-kp-arch.exe *.*
  4. )else (
  5. "C:\Program Files\WinRAR\WinRAR.exe" a -agYYYY.MM.DD -m5 -r -sfx -y -z自解压脚本命令.txt c-prog-maye-ev-tc-kp-arch.exe *.*
  6. )

按快捷键 Alt + F A

在另存为对话框的文件名输入框中输入

C:\Prog\一键制作自解压可执行软件包.bat

保存类型选择 所有文件

编码选择 ANSI

单击 保存(S) 按钮

把一些常用的绿色免安装软件复制到文件夹C:\Prog\中

 

双击批处理脚本文件 一键制作自解压可执行软件包.bat

移动C:\Prog\c-prog.exe 可执行程序文件到文件夹 C:\ 中

重命名文件夹 C:\Prog 为 文件夹 C:\Prog-bak

双击C:\c-prog.exe 可执行程序文件 并观察执行效果

执行效果1 : 按快捷键 Alt + 空格 应当能够显示 Maye 主窗口

执行效果2 : Maye 主窗口中的图标大小和其中的快捷方式的快捷键都正确有效

执行效果3 : 按快捷键 ~ 应当能够显示或者隐藏 Total Commander 10.0 主窗口

或者用Maye和AutoHotkey这两个软件同时设置快捷键 ` ( 即~键、即Tab键正上方的键盘按键)用于打开附件6 :C:\Prog\按快捷键~打开映射盘中的文件夹 远程访问群晖网络存储服务器中的文件,这两个软件会同时争用快捷键注册权。

执行效果4 : 按快捷键 F8 应当能够显示或者隐藏 Everything 主窗口

执行效果5 : 按鼠标右键应当有 新建 AutoHotkey脚本 的右键子菜单

执行效果6 : 右击ahk脚本文件应当有简体中文右键菜单(运行脚本、编译脚本、编辑脚本)

执行效果7 : 双击任意ahk脚本应当能够关联并正确执行脚本

附件1: C:\Prog\文件夹中的内容清单

  1. ; /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  2. 附件1 C:\Prog\文件夹中的内容清单
  3. C:\Prog\!!_安装设置软件\
  4. C:\Prog\!!_安装设置软件\DS920+群晖NAS设置流程.docx
  5. C:\Prog\!!_安装设置软件\GoodSync网络同步设置流程.docx
  6. C:\Prog\!!_更换高速硬件\
  7. C:\Prog\!!_更换高速硬件\更SATA3.0固态硬盘流程.docx
  8. C:\Prog\!!_更换高速硬件\更PCIe3.0NVME-M.2转接卡并安装操作系统流程.docx
  9. C:\Prog\Archivarius-3000\
  10. C:\Prog\AutoHotkey\
  11. C:\Prog\BulkRename\
  12. C:\Prog\CloseAllWindows\
  13. C:\Prog\Embarcadero_Delphi_10.4.2_V27.0_Lite_v16.2\
  14. C:\Prog\Dexpot\
  15. C:\Prog\DoubleKillerPro\
  16. C:\Prog\Everything\
  17. C:\Prog\FastStoneCapture\
  18. C:\Prog\FlashFXP\
  19. C:\Prog\FolderSizes\
  20. C:\Prog\GoodSync自动静默智能安装包\
  21. C:\Prog\Hash\
  22. C:\Prog\hddb\
  23. C:\Prog\IObitUnlocker\
  24. C:\Prog\KeePass\
  25. C:\Prog\MasterSeeker\
  26. C:\Prog\Maye\
  27. C:\Prog\NeatDM\
  28. C:\Prog\TotalCMD\
  29. C:\Prog\UltraSearch\
  30. C:\Prog\WiseDesktop\
  31. C:\Prog\c-prog-maye-ev-tc-kp-arch2022.03.12.exe
  32. C:\Prog\AnyTXT-Searcher.exe
  33. C:\Prog\TextSeek.exe
  34. C:\Prog\SGI备份还原映象总裁.exe
  35. C:\Prog\腾讯桌面整理独立安装版.exe
  36. C:\Prog\自解压脚本命令.txt
  37. C:\Prog\一键制作自解压可执行软件包.bat

附件2:C:\Prog\AutoHotkey\_Silent_Setup.bat

  1. REM ; /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  2. REM 附件2C:\Prog\AutoHotkey\_Silent_Setup.bat
  3. REM /*
  4. REM =======================================================
  5. REM Silent_Setup.bat - 自动静默安装AutoHotkey和SciTE4AutoHotkey的批处理脚本
  6. REM
  7. REM 文件 : C:\Prog\AutoHotkey\Silent_Setup.bat
  8. REM
  9. REM 脚本作者 : ds920
  10. REM 最新版本 : 1.0.1
  11. REM 更新时间 : 2022年1月26日
  12. REM
  13. REM 项目主页 : https://gitee.com/ds920
  14. REM
  15. REM 用法: (需要Windows系统的电脑)
  16. REM 1. 鼠标双击用WinRAR x86 32位 压缩软件 打包成的SFX自解压exe可自行自动静默安装包文件
  17. REM
  18. REM =======================================================
  19. REM */
  20. START "" "%~dp0"AutoHotkey_1.1.33.10_setup.exe /S /A32 /U32 /U64 /D=C:\Prog\AutoHotkey\ /WAIT
  21. REM 等待3秒钟,以便让AHK文件关联生效,使ahk脚本能够顺利运行
  22. ping -n 3 127.0.0.1>nul 2>nul
  23. REM 设置AHK文件关联、汉化AHK文件右键菜单(运行脚本、编译脚本、编译脚本(GUI)、编辑脚本)
  24. REM 脚本说明: 此工具用来修改 AutoHotkey 脚本的右键菜单关联,适用于 AutoHotkey 安装版、绿色版。
  25. REM 作者: 甲壳虫<jdchenjian@gmail.com>
  26. REM 修改作者: 兔子
  27. REM 修改作者: ds920
  28. START "" "%~dp0"SciTE\_Linked.ahk

附件3:C:\Prog\AutoHotkey\SciTE\_Linked.ahk

  1. ; /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  2. ; 附件3C:\Prog\AutoHotkey\SciTE\_Linked.ahk
  3. /*
  4. 作者: 甲壳虫
  5. 博客: http://hi.baidu.com/jdchenjian
  6. 脚本说明: 此工具用来修改 AutoHotkey 脚本的右键菜单关联,适用于 AutoHotkey 安装版、绿色版。
  7. 脚本版本: 2009-01-21
  8. 修改作者: 兔子
  9. 更新说明:
  10. 2010.01.09 之前某个时间,修改AHK路径、编辑器路径、编译器路径,默认全部在当前目录下寻找
  11. 2010.01.09 去掉默认在新建菜单的勾
  12. 2010.06.21 如果SCITE为默认编辑器,则复制个人配置文件“SciTEUser.properties”到%USERPROFILE%
  13. 2010.06.25 修正因#NoEnv使%USERPROFILE%变量直接引用无效
  14. 2016.04.18 删除“2010.06.21”的改动
  15. 2021.10.17 新增“编译脚本 (GUI)”的汉化
  16. 2021.11.02 自动根据 AutoHotkey.exe 的位置定位基准目录。
  17. 2021.11.05 重构代码,精简界面,修复新建模板时的编码问题,修复编辑模板时的权限问题。
  18. 修改作者 : ds920
  19. ; ===== ds920 修改 2022年1月11日 ===== 第31行 =====
  20. ; ===== ds920 修改 2022年1月11日 ===== 第124行 =====
  21. ; ===== ds920 修改 2022年1月11日 ===== 第189到191行 =====
  22. ; ===== ds920 修改 2022年1月11日 ===== 第242行 =====
  23. 更新说明:
  24. 2022.01.11 注释掉部分AutoHotkey语句,让其他脚本能够静默调用此AHK脚本,
  25. 实现AHK文件关联和汉化鼠标右键中文菜单
  26. 2022.01.11 #SingleInstance, force 改成 #SingleInstance, Ignore 防止出现等待的提示窗口
  27. */
  28. #NoEnv
  29. ; ===== ds920 修改 2022111 ===== 31 =====
  30. #SingleInstance, Ignore
  31. SendMode Input
  32. SetWorkingDir %A_ScriptDir%
  33. ; 版本(仅用于显示)
  34. Script_Version=ver. 1.1
  35. ; AutoHotkey 原版的相关信息写在注册表HKCR主键中,
  36. ; 尝试当前用户否有权操作该键,如果无权操作HKCR键(受限用户),
  37. ; 可通过操作注册表HKCU键来实现仅当前用户关联AHK脚本。
  38. RegWrite, REG_SZ, HKCR, .test
  39. if ErrorLevel
  40. IsLimitedUser:=1
  41. RegDelete, HKCR, .test
  42. if ErrorLevel
  43. IsLimitedUser:=1
  44. if IsLimitedUser
  45. {
  46. RootKey=HKCU ; 受限用户操作HKCU
  47. Subkey=Software\Classes\ ; 为简化后面的脚本,此子键须以“\”结尾
  48. }
  49. else
  50. {
  51. RootKey=HKCR ; 非受限用户操作HKCR
  52. Subkey=
  53. }
  54. ; 检查是否存在AHK注册表项
  55. RegRead, FileType, %RootKey%, %Subkey%.ahk
  56. if (FileType!="")
  57. {
  58. RegRead, value, %RootKey%, %Subkey%%FileType%\Shell\Open\Command ; AHK路径
  59. AHK_Path:=PathGetPath(value)
  60. RegRead, value, %RootKey%, %Subkey%%FileType%\Shell\Compile\Command ; 编译器路径
  61. Compiler_Path:=PathGetPath(value)
  62. RegRead, value, %RootKey%, %Subkey%%FileType%\Shell\Edit\Command ; 编辑器路径
  63. Editor_Path:=PathGetPath(value)
  64. RegRead, Template_Name, %RootKey%, %Subkey%.ahk\ShellNew, FileName ; 模板文件名
  65. }
  66. else
  67. FileType=AutoHotkeyScript
  68. ; 通过 AutoHotkey.exe 的位置来定位基准目录
  69. SplitPath, A_AhkPath, , AhkDir
  70. if AHK_Path=
  71. {
  72. IfExist, %AhkDir%\AutoHotkey.exe
  73. AHK_path=%AhkDir%\AutoHotkey.exe
  74. }
  75. if Compiler_Path=
  76. {
  77. IfExist, %AhkDir%\Compiler\Ahk2Exe.exe
  78. Compiler_Path=%AhkDir%\Compiler\Ahk2Exe.exe
  79. }
  80. if Editor_Path=
  81. {
  82. IfExist, %AhkDir%\SciTE\SciTE.exe
  83. Editor_Path=%AhkDir%\SciTE\SciTE.exe
  84. }
  85. if Template_Name=
  86. Template_Name=Template.ahk
  87. Gui, Font, bold s15
  88. Gui, Add, Text, x10 y10 w480 h290, %A_Space%设置并汉化 .ahk 文件的右键菜单
  89. Gui, Font
  90. Gui, Add, GroupBox, x20 y50 w460 h50 , “运行脚本”
  91. Gui, Add, Edit, x35 y70 w340 h20 vAHK_Path, %AHK_path%
  92. Gui, Add, Button, x385 y70 w40 h20 gFind_AHK, 浏览
  93. Gui, Add, GroupBox, x20 y110 w460 h50 , “编译脚本”
  94. Gui, Add, Edit, x35 y130 w340 h20 vCompiler_Path, %Compiler_Path%
  95. Gui, Add, Button, x385 y130 w40 h20 gChoose_Compiler, 浏览
  96. Gui, Add, Button, x430 y130 w40 h20 gDefault_Compiler, 默认
  97. Gui, Add, GroupBox, x20 y170 w460 h50 , “编辑脚本”
  98. Gui, Add, Edit, x35 y190 w340 h20 vEditor_Path, %Editor_Path%
  99. Gui, Add, Button, x385 y190 w40 h20 gChoose_Editor, 浏览
  100. Gui, Add, Button, x430 y190 w40 h20 gDefault_Editor, 默认
  101. Gui, Add, GroupBox, x20 y230 w460 h50 , “新建脚本”
  102. Gui, Add, Button, x35 y250 w340 h20 gEdit_Template, 自定义新建脚本的模板
  103. Gui, Font, bold s15
  104. Gui, Add, Button, x20 y300 w200 h40 default gInstall, 设置
  105. Gui, Add, Button, x280 y300 w200 h40 gCancel, 取消
  106. ; ===== ds920 修改 2022111 ===== 124 =====
  107. gosub, Install
  108. if (A_Args.1="/set")
  109. gosub, Install
  110. else
  111. Gui, Show, x250 y200 h350 w500 Center, AHK 脚本关联工具 %Script_Version%
  112. return
  113. GuiClose:
  114. GuiEscape:
  115. Cancel:
  116. ExitApp
  117. return
  118. ; 查找 AutoHotkey 主程序
  119. Find_AHK:
  120. Gui +OwnDialogs
  121. FileSelectFile, AHK_Path, 3, , 查找 AutoHotkey.exe, AutoHotkey.exe
  122. if (AHK_Path!="")
  123. GuiControl,,AHK_Path, %AHK_Path%
  124. gosub Default_Compiler
  125. return
  126. ; 选择脚本编译器
  127. Choose_Compiler:
  128. Gui +OwnDialogs
  129. FileSelectFile, Compiler_Path, 3, , 选择脚本编译器, 程序(*.exe)
  130. if (Compiler_Path!="")
  131. GuiControl,,Compiler_Path, %Compiler_Path%
  132. return
  133. ; 默认脚本编译器
  134. Default_Compiler:
  135. GuiControlGet, AHK_Path
  136. SplitPath, AHK_Path, ,AHK_Dir
  137. IfExist, %AHK_Dir%\Compiler\Ahk2Exe.exe
  138. {
  139. Compiler_Path=%AHK_Dir%\Compiler\Ahk2Exe.exe
  140. GuiControl,, Compiler_Path, %Compiler_Path%
  141. }
  142. return
  143. ; 选择脚本编辑器
  144. Choose_Editor:
  145. Gui +OwnDialogs
  146. FileSelectFile, Editor_Path, 3, , 选择脚本编辑器, 程序(*.exe)
  147. if (Editor_Path!="")
  148. GuiControl,,Editor_Path, %Editor_Path%
  149. return
  150. ; 默认脚本编辑器
  151. Default_Editor:
  152. IfExist, %AhkDir%\SciTE\SciTE.exe
  153. Editor_Path=%AhkDir%\SciTE\SciTE.exe
  154. else ifExist, %A_WinDir%\system32\notepad.exe
  155. Editor_Path=%A_WinDir%\system32\notepad.exe
  156. GuiControl,, Editor_Path, %Editor_Path%
  157. return
  158. ; 设置
  159. Install:
  160. Gui, Submit
  161. ; ===== ds920 修改 2022111 ===== 189191 =====
  162. AHK_Path:="C:\Prog\AutoHotkey\AutoHotkey.exe"
  163. Compiler_Path:="C:\Prog\AutoHotkey\Compiler\Ahk2Exe.exe"
  164. Editor_Path:="C:\Prog\AutoHotkey\SciTE\SciTE.exe"
  165. IfNotExist, %AHK_Path%
  166. {
  167. MsgBox, 16, , AutoHotkey 路径错误
  168. return
  169. }
  170. IfNotExist, %Compiler_Path%
  171. {
  172. MsgBox, 16, , 编译器路径错误
  173. return
  174. }
  175. IfNotExist, %Editor_Path%
  176. {
  177. MsgBox, 16, , 编辑器路径错误
  178. return
  179. }
  180. ; 写入注册表
  181. RegWrite, REG_SZ, %RootKey%, %Subkey%.ahk,, %FileType%
  182. RegWrite, REG_SZ, %RootKey%, %Subkey%.ahk\ShellNew, FileName, %Template_Name%
  183. IfNotExist, %A_WinDir%\ShellNew\%Template_Name%
  184. gosub Create_Template
  185. RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%,, AutoHotkey 脚本
  186. RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\DefaultIcon,, %AHK_Path%`,1
  187. RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell,, Open
  188. RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Open,, 运行脚本
  189. RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Open\Command,, "%AHK_Path%" "`%1" `%*
  190. RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Compile,, 编译脚本
  191. RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Compile-Gui,, 编译脚本 (Gui)
  192. IfInString, Compiler_Path, Ahk2Exe.exe
  193. {
  194. RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Compile\Command,, "%Compiler_Path%" /in "`%1"
  195. RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Compile-Gui\Command,, "%Compiler_Path%" /Gui /in "`%1"
  196. }
  197. else
  198. {
  199. RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Compile\Command,, "%Compiler_Path%" "`%1"
  200. RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Compile-Gui\Command,, "%Compiler_Path%" /Gui "`%1"
  201. }
  202. RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Edit,, 编辑脚本
  203. RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Edit\Command,, "%Editor_Path%" "`%1"
  204. ; ===== ds920 修改 2022年1月11日 ===== 第242行 =====
  205. ; MsgBox, 64, , 设置完毕 !
  206. ExitApp
  207. return
  208. ; 编辑脚本模板
  209. Edit_Template:
  210. GuiControlGet, Editor_Path
  211. IfNotExist, %Editor_Path%
  212. {
  213. MsgBox, 64, , 脚本编辑器路径错误 !
  214. return
  215. }
  216. IfNotExist, %A_WinDir%\ShellNew\%Template_Name%
  217. gosub Create_Template
  218. IfExist, %A_WinDir%\system32\notepad.exe
  219. Run, *RunAs notepad.exe %A_WinDir%\ShellNew\%Template_Name%
  220. else
  221. Run, *RunAs %Editor_Path% %A_WinDir%\ShellNew\%Template_Name%
  222. return
  223. ; 新建脚本模板
  224. Create_Template:
  225. FileAppend,
  226. (
  227. #NoEnv
  228. SendMode Input
  229. SetWorkingDir `%A_ScriptDir`%
  230. ), %A_WinDir%\ShellNew\%Template_Name%, UTF-8
  231. IfNotExist, %A_WinDir%\ShellNew\%Template_Name%
  232. MsgBox, 64, , 无法创建脚本模板 !`n`n请尝试使用管理员权限运行本工具。
  233. return
  234. ; 从注册表值字符串中提取路径
  235. PathGetPath(pSourceCmd)
  236. {
  237. local Path, ArgsStartPos = 0
  238. if (SubStr(pSourceCmd, 1, 1) = """")
  239. Path := SubStr(pSourceCmd, 2, InStr(pSourceCmd, """", false, 2) - 2)
  240. else
  241. {
  242. ArgsStartPos := InStr(pSourceCmd, " ")
  243. if ArgsStartPos
  244. Path := SubStr(pSourceCmd, 1, ArgsStartPos - 1)
  245. else
  246. Path = %pSourceCmd%
  247. }
  248. return Path
  249. }

附件4:C:\Prog\Everything\Everything_F8.ahk

  1. ; /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  2. ; 附件4C:\Prog\Everything\Everything_F8.ahk
  3. ;
  4. ;/*
  5. ;===========================================
  6. ; 设置激活或者隐藏 Everything 主窗口的快捷键为 F8
  7. ;
  8. ; 脚本作者 : ds920
  9. ;
  10. ; 用法: (需要最新版本 AHK v1.1.31+)
  11. ; 1. 到Everything官方网站下载并安装Everything
  12. ; https://www.voidtools.com/zh-cn/downloads/
  13. ; 2. 将本脚本保存为"RunTC.ahk"并复制到D:/Program/Everything文件夹中
  14. ; 3. 使用Maye来设置RunTC.ahk的热键为 F8
  15. ;
  16. ; 升级更新历史:
  17. ; 版本1.0 2022年2月24日 新建 创建此AutoHotkey脚本并测试通过F8热键功能
  18. ;
  19. ; 由于AutoHotkey的Hotkey语句设置的热键必需在任务栏或者桌面进程激活时才有效,
  20. ; 所以请使用Maye来设置 Everything 的热键 F8
  21. ; https://blog.arae.cc/post/25830.html
  22. ; https://github.com/25H/Maya/releases/
  23. ;
  24. ; 请正确设置华硕路由器的免费DDNS动态域名解析和路由器中的免费花生壳DDNS动态域名解析,
  25. ; 并且正确设置华硕路由器的端口映射转发和Serv-U FTP服务器软件或者群晖网络存储服务器NAS,
  26. ; 并且正确连接和设置向日葵 控控A2远程控制硬件KVM设备,
  27. ; 以便能够随时随地在智能手机、笔记本电脑、台式电脑、平板电脑和智能电视机上访问映射网络驱动器、共享文件夹和共享文件。
  28. ;
  29. ; 为了能够根据部分文件正文内容快速的(5分钟之内)找到所需的文件请正确设置群晖网络存储服务器NAS的 Universal Search 套件的 索引文件夹列表
  30. ; 为了能够根据部分文件正文内容快速的(5分钟之内)找到所需的文件请正确设置Windows版的 Archivarius3000 (4.79/x64)- 家用和办公的搜索系统
  31. ; 请使用Windows版的 Archivarius3000 (4.79/x64)- 家用和办公的搜索系统 创建 RaiDrive映射群晖虚拟磁盘和SMB映射网络驱动器的全文正文索引数据库
  32. ;
  33. ; 为了防止出现文件丢失的情况,请正确设置群晖网络存储服务器NAS的 RAID 1 镜像存储池 (有数据保护)
  34. ; 为了防止出现文件丢失的情况,请正确设置群晖网络存储服务器NAS的 Hyper Backup 套件的 本地数据备份任务(单一版本)
  35. ; 为了防止出现文件丢失的情况,请正确设置群晖网络存储服务器NAS的 Cloud Sync 套件的 单向备份任务 (仅上传本地更改)
  36. ; 为了防止出现文件丢失的情况,请正确设置Windows版的 GoodSync Version 11.10.0.1 软件的单向备份任务(启用触发删除功能)
  37. ; 为了防止出现文件丢失的情况,请正确设置Windows版的 SyncBackPro V10.2.4.0 软件的镜像任务 (定期执行)
  38. ;
  39. ;===========================================
  40. ;*/
  41. ; 运行 Everything 并调整 Everything 的窗口位置
  42. #SingleInstance,Ignore
  43. loop,5
  44. {
  45. DetectHiddenWindows,On
  46. Sleep,5
  47. IfWinExist,QQ595076941_Everything
  48. ExitApp
  49. }
  50. Gui, Show, Hide,QQ595076941_Everything
  51. #Persistent
  52. ; #NoTrayIcon
  53. DetectHiddenWindows,On
  54. SetTitleMatchMode,2
  55. ActivateOrHideWindowHotkey_Everything()
  56. return
  57. ActivateOrHideWindowHotkey_Everything()
  58. {
  59. IfWinActive,ahk_class EVERYTHING
  60. {
  61. WinMinimize,ahk_class EVERYTHING
  62. ExitApp
  63. }
  64. else
  65. {
  66. Run,C:\Prog\Everything\Everything.exe
  67. WinWaitActive,ahk_class EVERYTHING,,5
  68. ; Send,#{Right}
  69. ; WinMove,ahk_class 窗口类名,窗口文本,窗口左上角与屏幕上边沿的距离,窗口左上角与屏幕左边沿的距离,窗口左右宽度,窗口上下高度
  70. WinMove,ahk_class EVERYTHING,,A_ScreenWidth/2,20,A_ScreenWidth/2-30,A_ScreenHeight-200
  71. ExitApp
  72. }
  73. }

附件5:C:\Prog\TotalCMD\TC_~.ahk

  1. ; /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  2. ; 附件5C:\Prog\TotalCMD\TC_~.ahk
  3. ;
  4. ;/*
  5. ;===========================================
  6. ; 设置激活或者隐藏 Total Commander 10.00 主窗口的快捷键为 `(即~,位于Tab键上方的键)
  7. ; https://www.autoahk.com/archives/37780
  8. ; https://www.cnblogs.com/delphixx/p/15718194.html
  9. ;
  10. ; 脚本作者 : ds920
  11. ; 最新版本 : 1.1
  12. ; 更新时间 : 2021年12月22日
  13. ;
  14. ; 用法: (需要最新版本 AHK v1.1.31+)
  15. ; 1. 到飞扬时空的新浪博客下载并安装TotalCommander中文增强版到文件夹D:/TotalCMD
  16. ; 2. 将本脚本保存为"RunTC.ahk"并复制到D:/TotalCMD文件夹中
  17. ; 3. 使用Maye来设置RunTC.ahk的热键为 `(即~,位于Tab键上方的键)
  18. ;
  19. ; 升级更新历史:
  20. ; 版本1.0 2021年12月22日 新建 创建此AutoHotkey脚本并测试通过F8热键功能
  21. ; 版本1.1 2021年12月22日 修改 调整删除 SetTimer 定时器时判断TC主窗口是否激活的顺序
  22. ; 把基于窗口类的激活判断语句"if(WinActive("ahk_class" TTOTAL_CMD))"放在最外层
  23. ; 防止有相同标题的窗口激活时(例如:相同标题的浏览器等等)窗口激活误判
  24. ;
  25. ; 由于AutoHotkey的Hotkey语句设置的热键必需在任务栏或者桌面进程激活时才有效,
  26. ; 所以请使用Maye来设置Total Commander的热键 `(即~,位于Tab键上方的键)
  27. ; https://blog.arae.cc/post/25830.html
  28. ; https://github.com/25H/Maya/releases/
  29. ;
  30. ; 可以用 Total Commander 访问用RaiDrive异地远程连接群晖WebDAV文件服务并映射成的本地虚拟磁盘盘符 Z: 分区
  31. ; 可以用 Total Commander 访问用NetDrive2异地远程连接群晖SFTP文件服务并映射成的本地虚拟磁盘盘符 Y: 分区
  32. ; 可以用支持 Total Commander的WebDAV文件服务访问插件异地远程连接群晖WebDAV文件服务中的网络共享文件夹
  33. ; 可以用KeePass或者KeePass2Android来连接坚果云或者
  34. ; 群晖NAS的WebDAV文件服务来管理网址、用户名、账号、密码、口令、暗号、纪念日等个人敏感隐私信息和数据
  35. ; 可以用FileZilla Pro 专业版软件异地远程连接群晖的WebDAV文件服务并
  36. ; 批量上传文件夹到群晖的 RAID 1 镜像存储池中的共享文件夹之中
  37. ; 可以用腾讯文档的电脑客户端来新建在线文档和在线表格来进行办公文档和办公表格的分享和协作
  38. ; 可以用Bulk Rename Utility 2.7.1.2来批量重命名或者编号群晖WebDAV文件服务中的共享文件夹中的大量文件
  39. ; 可以用Double Killer Pro V 2.1.0.104来批量删除群晖WebDAV文件服务中的共享文件夹中的重复文件
  40. ; 可以安装并升级更新"火绒安全软件"来防杀电脑病毒木马恶意软件并拦截垃圾广告弹出的骚扰窗口
  41. ; 可以用SGI备份还原映像总裁镜像总裁一键还原工具软件来备份保护Windows操作系统和
  42. ; 电脑中应用程序软件和设置到GHO系统镜像文件
  43. ; SGI备份还原映像总裁镜像总裁一键还原工具软件官方网址是 https://www.sysceo.com/Software-softwarei-id-253.html
  44. ; 以便今后用杏雨梨云启动维护系统可启动固态U盘来恢复电脑系统应用程序软件GHO系统镜像文件到电脑的系统分区C盘
  45. ; 可以用Shadow Defender 影子卫士来保护Windows操作系统和电脑中应用程序软件的设置,
  46. ; 防止电脑软件设置被未授权的用户和程序非法更改和破坏
  47. ; 如果无法安装 Shadow Defender 影子卫士时可以用"DeepFreeze冰点还原精灵"或者
  48. ; "PowerShadow影子系统"或者"Returnil Virtual System(RVS)"来代替影子卫士
  49. ;
  50. ;===========================================
  51. ;*/
  52. #SingleInstance,Ignore
  53. loop,5
  54. {
  55. DetectHiddenWindows,On
  56. Sleep,5
  57. IfWinExist,QQ595076941_AutoAHKRun
  58. ExitApp
  59. }
  60. Gui, Show, Hide,QQ595076941_AutoAHKRun
  61. #Persistent
  62. ; #NoTrayIcon
  63. DetectHiddenWindows,On
  64. SetTitleMatchMode,2
  65. ; 设置激活或者隐藏 Total Commander 10.00 主窗口的快捷键为 F8
  66. ; Hotkey,F8,ActivateOrHideWindowHotkey
  67. ActivateOrHideWindowHotkey()
  68. return
  69. ; ——————————————————–
  70. ActivateOrHideWindowHotkey()
  71. {
  72. ; MsgBox,PressedHotkey检测到已经按下快捷键
  73. Sleep,5
  74. IfWinActive,ahk_class TTOTAL_CMD
  75. {
  76. Sleep,5
  77. if(WinActive(ahk_class TTOTAL_CMD))
  78. {
  79. Sleep,5
  80. WinGetClass, MyClass, A
  81. IfInString,MyClass,TTOTAL_CMD
  82. {
  83. Sleep,5
  84. IfWinActive,Total Commander
  85. {
  86. TCTitle:="Total Commander"
  87. Sleep,5
  88. WinGetActiveTitle,Title
  89. IfInString,Title,%TCTitle%
  90. {
  91. ; MsgBox,MinimizeWindow最小化指定窗口
  92. WinMinimize,Total Commander ahk_class TTOTAL_CMD
  93. Sleep,5
  94. ExitApp
  95. }
  96. }
  97. }
  98. }
  99. }
  100. else
  101. {
  102. ; MsgBox,ActivateWindow显示并且最大化并且激活指定窗口
  103. SetTimer,RunTotalCMDTimer,50
  104. SetTimer,ActivateWindowTimer,10
  105. }
  106. }
  107. ; ——————————————————–
  108. RunTotalCMDTimer()
  109. {
  110. ; 1、如果程序没有运行则运行程序,这里我把可执行文件名改成了TotalCMD-v10.exe
  111. Sleep,10
  112. Process,Exist,TotalCMD.exe
  113. if (%ErrorLevel%=0)
  114. {
  115. Sleep,10
  116. IfExist,C:/Prog/TotalCMD/TotalCMD.exe
  117. {
  118. Run,C:/Prog/TotalCMD/TotalCMD.exe
  119. }
  120. else
  121. {
  122. MsgBox,找不到文件 C:/Prog/TotalCMD/TotalCMD.exe
  123. return
  124. }
  125. }
  126. }
  127. ;根据窗口类名显示并激活Total Commander窗口
  128. ActivateWindowTimer()
  129. {
  130. ; 2、显示并激活(切换到)指定窗口
  131. DetectHiddenWindows,On
  132. SetTitleMatchMode,2
  133. WinActivate,Total Commander ahk_class TTOTAL_CMD
  134. WinGet, WinID, ID,Total Commander ahk_class TTOTAL_CMD
  135. DllCall("SwitchToThisWindow", "UInt", WinID, "UInt", 1)
  136. WinShow,Total Commander ahk_class TTOTAL_CMD
  137. WinMove,Total Commander ahk_class TTOTAL_CMD,,0,0,A_ScreenWidth,A_ScreenHeight
  138. WinMaximize,Total Commander ahk_class TTOTAL_CMD
  139. ; 3、检查指定窗口是否激活成功,
  140. ; 假如激活成功则退出Timer计时器循环执行,
  141. ; 如果激活失败则继续尝试激活指定窗口
  142. Sleep,5
  143. IfWinActive,ahk_class TTOTAL_CMD
  144. {
  145. Sleep,5
  146. if(WinActive(ahk_class TTOTAL_CMD))
  147. {
  148. Sleep,5
  149. WinGetClass, MyClass, A
  150. IfInString,MyClass,TTOTAL_CMD
  151. {
  152. Sleep,5
  153. IfWinActive,Total Commander
  154. {
  155. TCTitle:="Total Commander"
  156. Sleep,5
  157. WinGetActiveTitle,Title
  158. IfInString,Title,%TCTitle%
  159. {
  160. SetTimer,ActivateWindowTimer,Delete
  161. Sleep,5
  162. ExitApp
  163. }
  164. }
  165. }
  166. }
  167. }
  168. }
  169. ;================= The End =================
  170. ;
  171. /*
  172. ;================= 根据窗口类名激活或者隐藏窗口的AutoHotkey函数 =================
  173. ; 请使用 窗口信息工具 AHKInfo 1.3.5 获取窗口的类名
  174. ;根据窗口类名激活或者隐藏窗口
  175. ActivateOrHideWindow(VarExeFileName:="TotalCMD-v10″,VarWinClassName:="TTOTAL_CMD")
  176. {
  177. ; 1、如果程序没有运行则运行程序
  178. Process,Exist,%VarExeFileName%.exe
  179. if (%ErrorLevel%=0)
  180. {
  181. IfExist,%VarExeFileName%.exe
  182. {
  183. Run,%VarExeFileName%.exe
  184. return
  185. }
  186. else
  187. {
  188. MsgBox,找不到文件 %VarExeFileName%.exe
  189. return
  190. }
  191. }
  192. ; 2、如果窗口未置顶则显示并激活(切换到)指定窗口
  193. IfWinNotActive,ahk_class %VarWinClassName%
  194. {
  195. loop,2
  196. {
  197. Sleep,50
  198. WinShow,ahk_class %VarWinClassName%
  199. ;~ WinMaximize,ahk_class %VarWinClassName%
  200. Sleep,50
  201. WinGet, WinID, ID,ahk_class %VarWinClassName%
  202. Sleep,50
  203. DllCall("SwitchToThisWindow", "UInt", WinID, "UInt", 1)
  204. }
  205. return
  206. }
  207. ; 3、如果窗口已经显示并置顶则隐藏窗口
  208. ;~ WinMinimize,ahk_class %VarWinClassName%
  209. WinHide,ahk_class %VarWinClassName%
  210. }
  211. */
  212. ;

; 附件6 :C:\Prog\按快捷键~打开映射盘中的文件夹\按快捷键~打开映射盘中的文件夹.ahk

;
; 为了防止误删误改、病(木)毒(马)、硬盘损毁等因素引起的数据丢失
; 请正确设置群晖网络存储服务器的RAID 1 镜像存储池 ( 有数据保护 )
; 请正确设置群晖网络存储服务器的Hyper Backup定时单向备份任务
; 请正确设置群晖网络存储服务器的Cloud Sync 定时单向上传任务( 仅上传本地更改 )
; 请正确设置Windows电脑上GoodSync的定时单向下载备份任务,用于在网络瘫痪时紧急访问办公文件
;
; 为了防止丢失正在编辑的内容,为了实时自动静默保存正在编辑的内容,
; 请坚持只在腾讯文档的在线文档或者在线表格中编辑文档、表格、批处理脚本或者AutoHotkey脚本。
; 请坚持只在腾讯文档的在线文档或者在线表格中编辑批处理脚本或者AutoHotkey脚本。
; 宁可编辑好后全选复制粘贴,也不要丢失正在编辑的内容,为了安全,宁可繁琐一点。
;
; 请正确设置群晖网络存储服务器的DDNS动态域名解析
; 请正确设置华硕高端无线路由器的DDNS动态域名解析
; 请正确设置华硕高端无线路由器的端口转发 端口映射
; 请正确设置内网穿透和公网顶级域名
;
; 请使用 RaiDrive_2021.12.35 或者
; NetDrive2 v2.6.16 或者
; WebDrive Enterprise 2019 或者
; Cloud Drive 或者
; AirLiveDrive 或者
; ExpanDrive 或者
; BackupChain DriveMaker v10.0.319 或者
; Rclone 或者
; 其他映射网络驱动器为本地虚拟磁盘的软件
; 映射群晖网络存储服务器的SFTP文件服务为本地虚拟磁盘 Z:
;
; 请把此AutoHotkey脚本文件固定到Windows任务栏的最左边,便于随时运行
; 为了防止丢失网址、用户名和密码,
; 请正确设置从KeePass2Android到坚果云WebDAV中加密数据库的远程连接
;

; 需要大批量传输文件时请使用 FlashFXP、CuteFTP、WinSCP、XFTP7、8UFTP或者其他类似软件连接

; 群晖网络存储服务器的FTP文件访问服务进行长期挂机传输。

  1. ; 附件6 C:\Prog\按快捷键~打开映射盘中的文件夹\按快捷键~打开映射盘中的文件夹.ahk
  2. ;
  3. ; 为了防止误删误改、病(木)毒(马)、硬盘损毁等因素引起的数据丢失
  4. ; 请正确设置群晖网络存储服务器的RAID 1 镜像存储池 ( 有数据保护 )
  5. ; 请正确设置群晖网络存储服务器的Hyper Backup定时单向备份任务
  6. ; 请正确设置群晖网络存储服务器的Cloud Sync 定时单向上传任务( 仅上传本地更改 )
  7. ; 请正确设置Windows电脑上GoodSync的定时单向下载备份任务,用于在网络瘫痪时紧急访问办公文件
  8. ;
  9. ; 为了防止丢失正在编辑的内容,为了实时自动静默保存正在编辑的内容,
  10. ; 请坚持只在腾讯文档的在线文档或者在线表格中编辑文档、表格、批处理脚本或者AutoHotkey脚本。
  11. ; 请坚持只在腾讯文档的在线文档或者在线表格中编辑批处理脚本或者AutoHotkey脚本。
  12. ; 宁可编辑好后全选复制粘贴,也不要丢失正在编辑的内容,为了安全,宁可繁琐一点。
  13. ;
  14. ; 请正确设置群晖网络存储服务器的DDNS动态域名解析
  15. ; 请正确设置华硕高端无线路由器的DDNS动态域名解析
  16. ; 请正确设置华硕高端无线路由器的端口转发 端口映射
  17. ; 请正确设置内网穿透和公网顶级域名
  18. ;
  19. ; 请使用 RaiDrive_2021.12.35 或者
  20. ; NetDrive2 v2.6.16 或者
  21. ; WebDrive Enterprise 2019 或者
  22. ; Cloud Drive 或者
  23. ; AirLiveDrive 或者
  24. ; ExpanDrive 或者
  25. ; BackupChain DriveMaker v10.0.319 或者
  26. ; Rclone 或者
  27. ; 其他映射网络驱动器为本地虚拟磁盘的软件
  28. ; 映射群晖网络存储服务器的SFTP文件服务为本地虚拟磁盘 Z:
  29. ;
  30. ; 请把此AutoHotkey脚本文件固定到Windows任务栏的最左边,便于随时运行
  31. ; 为了防止丢失网址、用户名和密码,
  32. ; 请正确设置从KeePass2Android到坚果云WebDAV中加密数据库的远程连接
  33. ;
  34. ;
  35. ; 需要大批量传输文件时请使用 FlashFXPCuteFTPWinSCPXFTP78UFTP或者其他类似软件连接
  36. ; 群晖网络存储服务器的FTP文件访问服务进行长期挂机传输。
  37. ;
  38. #SingleInstance,force
  39. SetTitleMatchMode,2
  40. DetectHiddenWindows,On
  41. Hotkey,``,OpenOfficeFolder
  42. OpenOfficeFolder()
  43. return
  44. OpenOfficeFolder()
  45. {
  46. Run,Z:\盘12_RAID1_16TB\GoodSync定时单向备份到D\01_单位
  47. WinWaitActive,01_单位,,5
  48. loop,3
  49. {
  50. WinMove,01_单位,,100,20,A_ScreenWidth-400,A_ScreenHeight-160
  51. Sleep,100
  52. }
  53. }

附件7 : 银灿IS903_USB-CD-Rom 模拟光驱中的文件列表

银灿IS903主控U盘量产的CD-ROM中存放杏雨梨云启动维护系统ISO

数据分区安装firpe

www.firpe.cn

FirPE Project –

也许是最适合年轻人使用的WinPE系统~

FirPE 是一款系统预安装环境(Windows PE),它具有简约、易操作等特点,使用起来十分人性化。以U盘作为使用载体,空间更为充分,携带更为方便。同时整合各种装机必备工具,有效提高系统安装效率。FirPE 将为大家带来全新的用户体验!


├AUTORUN.ico
├AUTORUN.INF
├BOOTMGR
├BOOTMGR.EFI
├EASYU.FLG
├GRLDR
├Srv_2012_R2_DC_2019.07_GHOMD5_527.gho
├VENTOY.DAT
├Win7x64-2022.03_GHOMD5_A47.GHO
├启动光盘引导文件BIF.bif
├<01_金山文档网页版>
│  └金山文档网页版.url
├<02_操作系统备份软件>
│  ├SGI备份还原映像总裁.exe
│  ├
│  │  ├CGI-plus.exe
│  │  ├GhostExplorer.exe
│  │  ├GhostHashPWD.EXE
│  │  ├OneKey.exe
│  │  ├OneKeyGhost.exe
│  │  ├<一键GHOST硬盘版>
│  │  │  ├HELP.CHM
│  │  │  ├readme.txt
│  │  │  └一键GHOST硬盘版.exe
├<03_C_Prog_2022.03>
│  └C_Prog_2022.03.exe
├<04_电脑软件装机流程>
│  ├<01_使用说明>
│  │  ├使用说明书01.pdf
│  │  └使用说明书02.docx
│  ├<02_网购设备>
│  │  ├
│  │  │  ├Garmin佳明Fenix7x太阳能运动手表01.png
│  │  │  └Garmin佳明Fenix7x太阳能运动手表02.jpg
│  │  ├<容量为16TB的群晖DS920+网络存储服务器>
│  │  │  ├容量为16TB的群晖DS920+网络存储服务器.jpg
│  │  │  ├容量为16TB的群晖DS920+网络存储服务器2.jpg
│  │  │  ├<容量为16TB的群晖DS920+网络存储服务器>
│  │  │  │  ├容量为16TB的群晖DS920+网络存储服务器1.jpg
│  │  │  │  ├容量为16TB的群晖DS920+网络存储服务器2.jpg
│  │  │  │  ├容量为16TB的群晖DS920+网络存储服务器3.jpg
│  │  │  │  ├容量为16TB的群晖DS920+网络存储服务器4.jpg
│  │  │  │  ├容量为16TB的群晖DS920+网络存储服务器5.jpg
│  │  │  │  ├容量为16TB的群晖DS920+网络存储服务器6.jpg
│  │  │  │  └容量为16TB的群晖DS920+网络存储服务器7.jpg
│  │  ├<容量为256GB的小米10安卓智能手机>
│  │  │  ├容量为256GB的小米10安卓智能手机1.jpg
│  │  │  ├容量为256GB的小米10安卓智能手机2.jpg
│  │  │  └容量为256GB的小米10安卓智能手机3.jpg
│  │  ├<小于800克的超轻超薄笔记本电脑>
│  │  │  ├小于800克的超轻超薄笔记本电脑1.jpg
│  │  │  ├小于800克的超轻超薄笔记本电脑2.jpg
│  │  │  └小于800克的超轻超薄笔记本电脑3.jpg
│  │  ├<主控是IS903容量是64GB的U盘>
│  │  │  ├主控是IS903容量是64GB的U盘1.jpg
│  │  │  ├主控是IS903容量是64GB的U盘2.jpg
│  │  │  ├主控是IS903容量是64GB的U盘3.png
│  │  │  ├主控是IS903容量是64GB的U盘4.jpg
│  │  │  └主控是IS903容量是64GB的U盘5.jpg
│  ├<03_量产U盘>
│  │  ├杏雨梨云启动维护系统2022壬寅版之迎春更新V2.docx
│  │  └银灿IS903量产USB-CD-Rom教程.docx
│  ├<04_复制备份电脑原有重要文件>
│  │  ├
│  │  │  ├FastCopy.exe
│  │  │  ├FastEx64.dll
│  │  │  ├FastExt1.dll
│  │  │  ├Readme.txt
│  │  │  ├Setup.exe
│  │  │  ├
│  │  │  │  ├FastCopy.chm
│  │  │  │  ├readme.txt
│  │  │  │  ├readme_eng.txt
│  │  │  │  └xxhash-LICENSE.txt
│  │  ├
│  │  │  ├FastCopy.exe
│  │  │  ├FastCopy2.ini
│  │  │  ├FastEx64.dll
│  │  │  ├FastExt1.dll
│  │  │  ├Setup.exe
│  │  │  ├
│  │  │  │  ├FastCopy.chm
│  │  │  │  ├readme.txt
│  │  │  │  ├readme_eng.txt
│  │  │  │  └xxhash-LICENSE.txt
│  ├<05_WinSrv2012R2Gho文件在根目录下>
│  │  ├!!_Win7Gho文件在根目录下.docx
│  │  ├Win7x64-2022.03.docx
│  │  ├Win7x86-2022.03.docx
│  │  ├WinXP_2020.docx
│  │  ├安装必看(重要)-Win7x64-2022.03.txt
│  │  ├安装必看(重要)-Win7x86-2022.txt
│  │  ├安装必看(重要)-WinXP_2020.txt
│  │  └
│  ├<05_防毒杀毒>
│  │  └火绒安全软件.exe
│  ├<06_激活WinSrv2012R2>
│  │  ├Windows系统与Office激活工具箱__V2021.exe
│  │  ├
│  │  │  ├01_激活Windows7Activation_Windows7Activation.exe
│  │  │  ├03_激活Windows7_v2_超级土狗.exe
│  │  │  ├04_激活Windows7_v3_MicroKMS_v20.09.12.exe
│  │  │  ├05_激活Windows7_v4_Windows一键激活.exe
│  │  │  ├06_激活Windows7_v5_暴风一键永久激活.exe
│  │  │  ├07_激活Windows7_v6_HEU_KMS.exe
│  │  │  ├08_激活Windows7_v7_AAct_x64.exe.exe
│  │  │  ├09_激活Windows7_v8_KMS8.exe
│  │  │  ├10_激活Windows7_v9_Oem7F7.exe
│  │  │  ├11_激活Windows7.exe
│  │  │  ├HEU_KMS_Activator_v21.0.0.exe
│  │  │  ├Oem7F7.exe
│  │  │  ├Re-LoaderByR@1n.exe
│  │  │  ├RemoveWAT.exe
│  │  │  ├Windows7_1秒认证.exe
│  │  │  ├Windows超级土狗0.12.01.exe
│  │  │  ├
│  │  │  │  ├ReadMe.txt
│  │  │  │  ├Windows超级土狗.exe
│  │  │  │  ├警告(ReadMe).txt
│  │  │  │  └使用必读.txt
│  │  ├
│  │  │  ├AutoPico.exe
│  │  │  ├DevComponents.DotNetBar2.dll
│  │  │  ├DisableSmartScreen.reg
│  │  │  ├DM.bin
│  │  │  ├KMSELDI.exe
│  │  │  ├ReadMe KMSpico Portable.txt
│  │  │  ├RemoveWaterMark.cmd
│  │  │  ├Vestris.ResourceLib.dll
│  │  │  ├
│  │  │  │  ├
│  │  │  │  │  ├
│  │  │  │  │  │  ├Access_KMS_Client.OOB.xrm-ms
│  │  │  │  │  │  ├Access_KMS_Client.PL.xrm-ms
│  │  │  │  │  │  ├Access_KMS_Client.PPDLIC.xrm-ms
│  │  │  │  │  │  ├Access_KMS_Client.RAC_Priv.xrm-ms
│  │  │  │  │  │  ├Access_KMS_Client.RAC_Pub.xrm-ms
│  │  │  │  │  │  ├AccessVLReg32.reg
│  │  │  │  │  │  ├AccessVLReg64.reg
│  │  │  │  │  │  └AccessVLRegWOW.reg
│  │  │  │  │  ├
│  │  │  │  │  │  ├Excel_KMS_Client.OOB.xrm-ms
│  │  │  │  │  │  ├Excel_KMS_Client.PL.xrm-ms
│  │  │  │  │  │  ├Excel_KMS_Client.PPDLIC.xrm-ms
│  │  │  │  │  │  ├Excel_KMS_Client.RAC_Priv.xrm-ms
│  │  │  │  │  │  ├Excel_KMS_Client.RAC_Pub.xrm-ms
│  │  │  │  │  │  ├ExcelVLReg32.reg
│  │  │  │  │  │  ├ExcelVLReg64.reg
│  │  │  │  │  │  └ExcelVLRegWOW.reg
│  │  │  │  │  ├
│  │  │  │  │  │  ├Groove_KMS_Client.OOB.xrm-ms
│  │  │  │  │  │  ├Groove_KMS_Client.PL.xrm-ms
│  │  │  │  │  │  ├Groove_KMS_Client.PPDLIC.xrm-ms
│  │  │  │  │  │  ├Groove_KMS_Client.RAC_Priv.xrm-ms
│  │  │  │  │  │  ├Groove_KMS_Client.RAC_Pub.xrm-ms
│  │  │  │  │  │  ├GrooveVLReg32.reg
│  │  │  │  │  │  ├GrooveVLReg64.reg
│  │  │  │  │  │  └GrooveVLRegWOW.reg
│  │  │  │  │  ├
│  │  │  │  │  │  ├InfoPath_KMS_Client.OOB.xrm-ms
│  │  │  │  │  │  ├InfoPath_KMS_Client.PL.xrm-ms
│  │  │  │  │  │  ├InfoPath_KMS_Client.PPDLIC.xrm-ms
│  │  │  │  │  │  ├InfoPath_KMS_Client.RAC_Priv.xrm-ms
│  │  │  │  │  │  ├InfoPath_KMS_Client.RAC_Pub.xrm-ms
│  │  │  │  │  │  ├InfoPathVLReg32.reg
│  │  │  │  │  │  ├InfoPathVLReg64.reg
│  │  │  │  │  │  └InfoPathVLRegWOW.reg
│  │  │  │  │  ├
│  │  │  │  │  │  ├OneNote_KMS_Client.OOB.xrm-ms
│  │  │  │  │  │  ├OneNote_KMS_Client.PL.xrm-ms
│  │  │  │  │  │  ├OneNote_KMS_Client.PPDLIC.xrm-ms
│  │  │  │  │  │  ├OneNote_KMS_Client.RAC_Priv.xrm-ms
│  │  │  │  │  │  ├OneNote_KMS_Client.RAC_Pub.xrm-ms
│  │  │  │  │  │  ├OneNoteVLReg32.reg
│  │  │  │  │  │  ├OneNoteVLReg64.reg
│  │  │  │  │  │  └OneNoteVLRegWOW.reg
│  │  │  │  │  ├
│  │  │  │  │  │  ├Outlook_KMS_Client.OOB.xrm-ms
│  │  │  │  │  │  ├Outlook_KMS_Client.PL.xrm-ms
│  │  │  │  │  │  ├Outlook_KMS_Client.PPDLIC.xrm-ms
│  │  │  │  │  │  ├Outlook_KMS_Client.RAC_Priv.xrm-ms
│  │  │  │  │  │  ├Outlook_KMS_Client.RAC_Pub.xrm-ms
│  │  │  │  │  │  ├OutlookVLReg32.reg
│  │  │  │  │  │  ├OutlookVLReg64.reg
│  │  │  │  │  │  └OutlookVLRegWOW.reg
│  │  │  │  │  ├
│  │  │  │  │  │  ├PowerPoint_KMS_Client.OOB.xrm-ms
│  │  │  │  │  │  ├PowerPoint_KMS_Client.PL.xrm-ms
│  │  │  │  │  │  ├PowerPoint_KMS_Client.PPDLIC.xrm-ms
│  │  │  │  │  │  ├PowerPoint_KMS_Client.RAC_Priv.xrm-ms
│  │  │  │  │  │  ├PowerPoint_KMS_Client.RAC_Pub.xrm-ms
│  │  │  │  │  │  ├PowerPointVLReg32.reg
│  │  │  │  │  │  ├PowerPointVLReg64.reg
│  │  │  │  │  │  └PowerPointVLRegWOW.reg
│  │  │  │  │  ├
│  │  │  │  │  │  ├ProjectPro_KMS_Client.OOB.xrm-ms
│  │  │  │  │  │  ├ProjectPro_KMS_Client.PL.xrm-ms
│  │  │  │  │  │  ├ProjectPro_KMS_Client.PPDLIC.xrm-ms
│  │  │  │  │  │  ├ProjectPro_KMS_Client.RAC_Priv.xrm-ms
│  │  │  │  │  │  ├ProjectPro_KMS_Client.RAC_Pub.xrm-ms
│  │  │  │  │  │  ├ProjectProVLReg32.reg
│  │  │  │  │  │  ├ProjectProVLReg64.reg
│  │  │  │  │  │  └ProjectProVLRegWOW.reg
│  │  │  │  │  ├
│  │  │  │  │  │  ├ProjectStd_KMS_Client.OOB.xrm-ms
│  │  │  │  │  │  ├ProjectStd_KMS_Client.PL.xrm-ms
│  │  │  │  │  │  ├ProjectStd_KMS_Client.PPDLIC.xrm-ms
│  │  │  │  │  │  ├ProjectStd_KMS_Client.RAC_Priv.xrm-ms
│  │  │  │  │  │  ├ProjectStd_KMS_Client.RAC_Pub.xrm-ms
│  │  │  │  │  │  ├ProjectStdVLReg32.reg
│  │  │  │  │  │  ├ProjectStdVLReg64.reg
│  │  │  │  │  │  └ProjectStdVLRegWOW.reg
│  │  │  │  │  ├
│  │  │  │  │  │  ├ProPlus_KMS_Client.OOB.xrm-ms
│  │  │  │  │  │  ├ProPlus_KMS_Client.PL.xrm-ms
│  │  │  │  │  │  ├ProPlus_KMS_Client.PPDLIC.xrm-ms
│  │  │  │  │  │  ├ProPlus_KMS_Client.RAC_Priv.xrm-ms
│  │  │  │  │  │  ├ProPlus_KMS_Client.RAC_Pub.xrm-ms
│  │  │  │  │  │  ├ProPlusVLReg32.reg
│  │  │  │  │  │  ├ProPlusVLReg64.reg
│  │  │  │  │  │  └ProPlusVLRegWOW.reg
│  │  │  │  │  ├
│  │  │  │  │  │  ├Publisher_KMS_Client.OOB.xrm-ms
│  │  │  │  │  │  ├Publisher_KMS_Client.PL.xrm-ms
│  │  │  │  │  │  ├Publisher_KMS_Client.PPDLIC.xrm-ms
│  │  │  │  │  │  ├Publisher_KMS_Client.RAC_Priv.xrm-ms
│  │  │  │  │  │  ├Publisher_KMS_Client.RAC_Pub.xrm-ms
│  │  │  │  │  │  ├PublisherVLReg32.reg
│  │  │  │  │  │  ├PublisherVLReg64.reg
│  │  │  │  │  │  └PublisherVLRegWOW.reg
│  │  │  │  │  ├
│  │  │  │  │  │  ├SmallBusBasics_KMS_Client.OOB.xrm-ms
│  │  │  │  │  │  ├SmallBusBasics_KMS_Client.PL.xrm-ms
│  │  │  │  │  │  ├SmallBusBasics_KMS_Client.PPDLIC.xrm-ms
│  │  │  │  │  │  ├SmallBusBasics_KMS_Client.RAC_Priv.xrm-ms
│  │  │  │  │  │  ├SmallBusBasics_KMS_Client.RAC_Pub.xrm-ms
│  │  │  │  │  │  ├SmallBusBasicsVLReg32.reg
│  │  │  │  │  │  ├SmallBusBasicsVLReg64.reg
│  │  │  │  │  │  └SmallBusBasicsVLRegWOW.reg
│  │  │  │  │  ├
│  │  │  │  │  │  ├Standard_KMS_Client.OOB.xrm-ms
│  │  │  │  │  │  ├Standard_KMS_Client.PL.xrm-ms
│  │  │  │  │  │  ├Standard_KMS_Client.PPDLIC.xrm-ms
│  │  │  │  │  │  ├Standard_KMS_Client.RAC_Priv.xrm-ms
│  │  │  │  │  │  ├Standard_KMS_Client.RAC_Pub.xrm-ms
│  │  │  │  │  │  ├StandardVLReg32.reg
│  │  │  │  │  │  ├StandardVLReg64.reg
│  │  │  │  │  │  └StandardVLRegWOW.reg
│  │  │  │  │  ├
│  │  │  │  │  │  ├VisioPrem_KMS_Client.OOB.xrm-ms
│  │  │  │  │  │  ├VisioPrem_KMS_Client.PL.xrm-ms
│  │  │  │  │  │  ├VisioPrem_KMS_Client.PPDLIC.xrm-ms
│  │  │  │  │  │  ├VisioPrem_KMS_Client.RAC_Priv.xrm-ms
│  │  │  │  │  │  ├VisioPrem_KMS_Client.RAC_Pub.xrm-ms
│  │  │  │  │  │  ├VisioPro_KMS_Client.OOB.xrm-ms
│  │  │  │  │  │  ├VisioPro_KMS_Client.PL.xrm-ms
│  │  │  │  │  │  ├VisioPro_KMS_Client.PPDLIC.xrm-ms
│  │  │  │  │  │  ├VisioPro_KMS_Client.RAC_Priv.xrm-ms
│  │  │  │  │  │  ├VisioPro_KMS_Client.RAC_Pub.xrm-ms
│  │  │  │  │  │  ├VisioStd_KMS_Client.OOB.xrm-ms
│  │  │  │  │  │  ├VisioStd_KMS_Client.PL.xrm-ms
│  │  │  │  │  │  ├VisioStd_KMS_Client.PPDLIC.xrm-ms
│  │  │  │  │  │  ├VisioStd_KMS_Client.RAC_Priv.xrm-ms
│  │  │  │  │  │  ├VisioStd_KMS_Client.RAC_Pub.xrm-ms
│  │  │  │  │  │  ├VisioVLReg32.reg
│  │  │  │  │  │  ├VisioVLReg64.reg
│  │  │  │  │  │  └VisioVLRegWOW.reg
│  │  │  │  │  ├
│  │  │  │  │  │  ├Word_KMS_Client.OOB.xrm-ms
│  │  │  │  │  │  ├Word_KMS_Client.PL.xrm-ms
│  │  │  │  │  │  ├Word_KMS_Client.PPDLIC.xrm-ms
│  │  │  │  │  │  ├Word_KMS_Client.RAC_Priv.xrm-ms
│  │  │  │  │  │  ├Word_KMS_Client.RAC_Pub.xrm-ms
│  │  │  │  │  │  ├WordVLReg32.reg
│  │  │  │  │  │  ├WordVLReg64.reg
│  │  │  │  │  │  └WordVLRegWOW.reg
│  │  │  │  ├
│  │  │  │  │  ├Licenses.sl.ISSUANCE.CLIENT_BRIDGE_OFFICE.xrm-ms
│  │  │  │  │  ├Licenses.sl.ISSUANCE.CLIENT_ROOT.xrm-ms
│  │  │  │  │  ├Licenses.sl.ISSUANCE.CLIENT_ROOT_BRIDGE_TEST.xrm-ms
│  │  │  │  │  ├Licenses.sl.ISSUANCE.CLIENT_STIL.xrm-ms
│  │  │  │  │  ├Licenses.sl.ISSUANCE.CLIENT_UL.xrm-ms
│  │  │  │  │  ├Licenses.sl.ISSUANCE.CLIENT_UL_OOB.xrm-ms
│  │  │  │  │  ├pkeyconfig-office.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├AccessVL_KMS_Client_OOB.xrm-ms
│  │  │  │  │  │  ├AccessVL_KMS_Client_PL.xrm-ms
│  │  │  │  │  │  └AccessVL_KMS_Client_PPDLIC.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├LicenseSetData._F7461D52_7C2B_43B2_8744_EA958E0BD09A.OOB.xrm-ms
│  │  │  │  │  │  ├LicenseSetData._F7461D52_7C2B_43B2_8744_EA958E0BD09A.PL.xrm-ms
│  │  │  │  │  │  └LicenseSetData._F7461D52_7C2B_43B2_8744_EA958E0BD09A.PPDLIC.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├LicenseSetData._A30B8040_D68A_423F_B0B5_9CE292EA5A8F.OOB.xrm-ms
│  │  │  │  │  │  ├LicenseSetData._A30B8040_D68A_423F_B0B5_9CE292EA5A8F.PL.xrm-ms
│  │  │  │  │  │  └LicenseSetData._A30B8040_D68A_423F_B0B5_9CE292EA5A8F.PPDLIC.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├LicenseSetData._1B9F11E3_C85C_4E1B_BB29_879AD2C909E3.OOB.xrm-ms
│  │  │  │  │  │  ├LicenseSetData._1B9F11E3_C85C_4E1B_BB29_879AD2C909E3.PL.xrm-ms
│  │  │  │  │  │  └LicenseSetData._1B9F11E3_C85C_4E1B_BB29_879AD2C909E3.PPDLIC.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├LicenseSetData._EFE1F3E6_AEA2_4144_A208_32AA872B6545.OOB.xrm-ms
│  │  │  │  │  │  ├LicenseSetData._EFE1F3E6_AEA2_4144_A208_32AA872B6545.PL.xrm-ms
│  │  │  │  │  │  └LicenseSetData._EFE1F3E6_AEA2_4144_A208_32AA872B6545.PPDLIC.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├LicenseSetData._771C3AFA_50C5_443F_B151_FF2546D863A0.OOB.xrm-ms
│  │  │  │  │  │  ├LicenseSetData._771C3AFA_50C5_443F_B151_FF2546D863A0.PL.xrm-ms
│  │  │  │  │  │  └LicenseSetData._771C3AFA_50C5_443F_B151_FF2546D863A0.PPDLIC.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├LicenseSetData._8C762649_97D1_4953_AD27_B7E2C25B972E.OOB.xrm-ms
│  │  │  │  │  │  ├LicenseSetData._8C762649_97D1_4953_AD27_B7E2C25B972E.PL.xrm-ms
│  │  │  │  │  │  └LicenseSetData._8C762649_97D1_4953_AD27_B7E2C25B972E.PPDLIC.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├LicenseSetData._4A5D124A_E620_44BA_B6FF_658961B33B9A.OOB.xrm-ms
│  │  │  │  │  │  ├LicenseSetData._4A5D124A_E620_44BA_B6FF_658961B33B9A.PL.xrm-ms
│  │  │  │  │  │  └LicenseSetData._4A5D124A_E620_44BA_B6FF_658961B33B9A.PPDLIC.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├LicenseSetData._427A28D1_D17C_4ABF_B717_32C780BA6F07.OOB.xrm-ms
│  │  │  │  │  │  ├LicenseSetData._427A28D1_D17C_4ABF_B717_32C780BA6F07.PL.xrm-ms
│  │  │  │  │  │  └LicenseSetData._427A28D1_D17C_4ABF_B717_32C780BA6F07.PPDLIC.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├LicenseSetData._B322DA9C_A2E2_4058_9E4E_F59A6970BD69.OOB.xrm-ms
│  │  │  │  │  │  ├LicenseSetData._B322DA9C_A2E2_4058_9E4E_F59A6970BD69.PL.xrm-ms
│  │  │  │  │  │  ├LicenseSetData._B322DA9C_A2E2_4058_9E4E_F59A6970BD69.PPDLIC.xrm-ms
│  │  │  │  │  │  └proplus.reg
│  │  │  │  │  ├
│  │  │  │  │  │  ├LicenseSetData._00C79FF1_6850_443D_BF61_71CDE0DE305F.OOB.xrm-ms
│  │  │  │  │  │  ├LicenseSetData._00C79FF1_6850_443D_BF61_71CDE0DE305F.PL.xrm-ms
│  │  │  │  │  │  └LicenseSetData._00C79FF1_6850_443D_BF61_71CDE0DE305F.PPDLIC.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├LicenseSetData._B13AFB38_CD79_4AE5_9F7F_EED058D750CA.OOB.xrm-ms
│  │  │  │  │  │  ├LicenseSetData._B13AFB38_CD79_4AE5_9F7F_EED058D750CA.PL.xrm-ms
│  │  │  │  │  │  └LicenseSetData._B13AFB38_CD79_4AE5_9F7F_EED058D750CA.PPDLIC.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├LicenseSetData._E13AC10E_75D0_4AFF_A0CD_764982CF541C.OOB.xrm-ms
│  │  │  │  │  │  ├LicenseSetData._E13AC10E_75D0_4AFF_A0CD_764982CF541C.PL.xrm-ms
│  │  │  │  │  │  ├LicenseSetData._E13AC10E_75D0_4AFF_A0CD_764982CF541C.PPDLIC.xrm-ms
│  │  │  │  │  │  └visio.reg
│  │  │  │  │  ├
│  │  │  │  │  │  ├LicenseSetData._AC4EFAF0_F81F_4F61_BDF7_EA32B02AB117.OOB.xrm-ms
│  │  │  │  │  │  ├LicenseSetData._AC4EFAF0_F81F_4F61_BDF7_EA32B02AB117.PL.xrm-ms
│  │  │  │  │  │  └LicenseSetData._AC4EFAF0_F81F_4F61_BDF7_EA32B02AB117.PPDLIC.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├LicenseSetData._D9F5B1C6_5386_495A_88F9_9AD6B41AC9B3.OOB.xrm-ms
│  │  │  │  │  │  ├LicenseSetData._D9F5B1C6_5386_495A_88F9_9AD6B41AC9B3.PL.xrm-ms
│  │  │  │  │  │  └LicenseSetData._D9F5B1C6_5386_495A_88F9_9AD6B41AC9B3.PPDLIC.xrm-ms
│  │  │  │  ├
│  │  │  │  │  ├client-issuance-bridge-office.xrm-ms
│  │  │  │  │  ├client-issuance-root.xrm-ms
│  │  │  │  │  ├client-issuance-root-bridge-test.xrm-ms
│  │  │  │  │  ├client-issuance-stil.xrm-ms
│  │  │  │  │  ├client-issuance-ul.xrm-ms
│  │  │  │  │  ├client-issuance-ul-oob.xrm-ms
│  │  │  │  │  ├pkeyconfig-office.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├AccessVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├AccessVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └AccessVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├ExcelVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├ExcelVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └ExcelVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├MondoVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├MondoVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └MondoVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├OneNoteVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├OneNoteVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └OneNoteVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├OutlookVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├OutlookVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └OutlookVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├PowerPointVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├PowerPointVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └PowerPointVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├ProjectProVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├ProjectProVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └ProjectProVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├ProjectStdVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├ProjectStdVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └ProjectStdVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├ProPlusVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├ProPlusVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └ProPlusVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├PublisherVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├PublisherVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └PublisherVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├SkypeforBusinessVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├SkypeforBusinessVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └SkypeforBusinessVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├StandardVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├StandardVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └StandardVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├VisioProVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├VisioProVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └VisioProVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├VisioStdVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├VisioStdVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └VisioStdVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├WordVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├WordVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └WordVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  ├
│  │  │  │  │  ├pkeyconfig.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├Core-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Core-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├Education-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Education-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├Enterprise-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Enterprise-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├EnterpriseS-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  ├EnterpriseS-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  │  ├EnterpriseS-Volume-GVLK-2-ul.xrm-ms
│  │  │  │  │  │  └EnterpriseS-Volume-GVLK-2-ul-oob.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├Professional-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Professional-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  ├
│  │  │  │  │  ├pkeyconfig.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Business-ul-oob.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Business-ul-phn.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Business-VL-BYPASS-RAC-private.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Business-VL-BYPASS-RAC-public.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Business-VL-BYPASS-ul.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Business-VL-BYPASS-ul-oob.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Business-VL-KMS1-pl.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Business-VL-KMS1-ul-oob.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Business-VL-KMS1-ul-phn.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Business-VL-KMS-pl.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Business-VL-KMS-ul-oob.xrm-ms
│  │  │  │  │  │  └Security-Licensing-SLC-Component-SKU-Business-VL-KMS-ul-phn.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-BusinessN-ul-oob.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-BusinessN-ul-phn.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-BusinessN-VL-BYPASS-RAC-private.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-BusinessN-VL-BYPASS-RAC-public.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-BusinessN-VL-BYPASS-ul.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-BusinessN-VL-BYPASS-ul-oob.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-BusinessN-VL-KMS1-pl.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-BusinessN-VL-KMS1-ul-oob.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-BusinessN-VL-KMS1-ul-phn.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-BusinessN-VL-KMS-pl.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-BusinessN-VL-KMS-ul-oob.xrm-ms
│  │  │  │  │  │  └Security-Licensing-SLC-Component-SKU-BusinessN-VL-KMS-ul-phn.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Enterprise-ul-oob.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Enterprise-ul-phn.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Enterprise-VL-BYPASS-RAC-private.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Enterprise-VL-BYPASS-RAC-public.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Enterprise-VL-BYPASS-ul.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Enterprise-VL-BYPASS-ul-oob.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Enterprise-VL-KMS1-pl.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Enterprise-VL-KMS1-ul-oob.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Enterprise-VL-KMS1-ul-phn.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Enterprise-VL-KMS-pl.xrm-ms
│  │  │  │  │  │  ├Security-Licensing-SLC-Component-SKU-Enterprise-VL-KMS-ul-oob.xrm-ms
│  │  │  │  │  │  └Security-Licensing-SLC-Component-SKU-Enterprise-VL-KMS-ul-phn.xrm-ms
│  │  │  │  ├
│  │  │  │  │  ├
│  │  │  │  │  │  ├pkeyconfig-embedded.xrm-ms
│  │  │  │  │  │  ├Security-SPP-Component-SKU-Embedded-pl.xrm-ms
│  │  │  │  │  │  ├Security-SPP-Component-SKU-Embedded-ul-oob.xrm-ms
│  │  │  │  │  │  ├Security-SPP-Component-SKU-Embedded-ul-phn.xrm-ms
│  │  │  │  │  │  ├Security-SPP-Component-SKU-Embedded-VLBA-ul.xrm-ms
│  │  │  │  │  │  └Security-SPP-Component-SKU-Embedded-VLBA-ul-oob.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  ├
│  │  │  │  │  │  ├pkeyconfig.xrm-ms
│  │  │  │  │  │  ├Security-SPP-Component-SKU-Professional-ul-oob.xrm-ms
│  │  │  │  │  │  ├Security-SPP-Component-SKU-Professional-ul-phn.xrm-ms
│  │  │  │  │  │  ├Security-SPP-Component-SKU-Professional-VL-BYPASS-RAC-private.xrm-ms
│  │  │  │  │  │  ├Security-SPP-Component-SKU-Professional-VL-BYPASS-RAC-public.xrm-ms
│  │  │  │  │  │  ├Security-SPP-Component-SKU-Professional-VL-BYPASS-ul.xrm-ms
│  │  │  │  │  │  ├Security-SPP-Component-SKU-Professional-VL-BYPASS-ul-oob.xrm-ms
│  │  │  │  │  │  ├Security-SPP-Component-SKU-Professional-VLKMS1-pl.xrm-ms
│  │  │  │  │  │  ├Security-SPP-Component-SKU-Professional-VLKMS1-ul-oob.xrm-ms
│  │  │  │  │  │  └Security-SPP-Component-SKU-Professional-VLKMS1-ul-phn.xrm-ms
│  │  │  │  ├
│  │  │  │  │  ├pkeyconfig.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├Core-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Core-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├CoreN-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └CoreN-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├CoreSingleLanguage-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └CoreSingleLanguage-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├Enterprise-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Enterprise-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├EnterpriseN-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └EnterpriseN-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├Professional-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Professional-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├ProfessionalN-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └ProfessionalN-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├ProfessionalWMC-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └ProfessionalWMC-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  ├
│  │  │  │  │  ├pkeyconfig.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├Core-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Core-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├CoreConnectedSingleLanguage-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └CoreConnectedSingleLanguage-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├EmbeddedIndustry-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └EmbeddedIndustry-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├Enterprise-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Enterprise-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├Professional-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Professional-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├ProfessionalWMC-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └ProfessionalWMC-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├ServerDatacenter-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └ServerDatacenter-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├
│  │  │  │  │  │  ├ServerStandard-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └ServerStandard-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  ├
│  │  │  │  ├OpenVPN.cer
│  │  │  │  ├tap-windows-9.21.0.exe
│  │  │  │  └UnInstallDriver.cmd
│  │  │  ├
│  │  │  │  ├AutoPico.log
│  │  │  │  └KMSELDI.log
│  │  │  ├
│  │  │  │  ├affirmative.mp3
│  │  │  │  ├begin.mp3
│  │  │  │  ├complete.mp3
│  │  │  │  ├diagnostic.mp3
│  │  │  │  ├enterauthorizationcode.mp3
│  │  │  │  ├incomingtransmission.mp3
│  │  │  │  ├inputfailed.mp3
│  │  │  │  ├inputok.mp3
│  │  │  │  ├processing.mp3
│  │  │  │  ├transfer.mp3
│  │  │  │  ├verified.mp3
│  │  │  │  └warning.mp3
│  │  │  ├
│  │  │  │  ├EnableSmartScreen.cmd
│  │  │  │  ├EnableSmartScreen.reg
│  │  │  │  ├Remove_ScheduleTask.cmd
│  │  │  │  └Restore_Watermark.cmd
│  ├<07_驱动程序>
│  │  ├360驱动大师万能网卡版.exe
│  │  ├
│  │  │  ├
│  │  │  │  ├!)清除残留.bat
│  │  │  │  ├7z.dll
│  │  │  │  ├bios.dll
│  │  │  │  ├cpuidsdk.dll
│  │  │  │  ├cpuidsdk64.dll
│  │  │  │  ├detoured.dll
│  │  │  │  ├DevCfg.dll
│  │  │  │  ├DIFxAPI.dll
│  │  │  │  ├DownLoadInfo.db
│  │  │  │  ├DriverTalent.exe
│  │  │  │  ├DrvAllRepair.dll
│  │  │  │  ├drvbak.dll
│  │  │  │  ├drvget.dll
│  │  │  │  ├DTInstUI.dll
│  │  │  │  ├Dtl7z.dll
│  │  │  │  ├Dtl7z.exe
│  │  │  │  ├DTLAutoSetup.dll
│  │  │  │  ├DTLDrvUninst.dll
│  │  │  │  ├DtlPlug.dll
│  │  │  │  ├dtlsdkconfig.dll
│  │  │  │  ├DTLUI.dll
│  │  │  │  ├DtlZip.dll
│  │  │  │  ├filter.proc
│  │  │  │  ├GameRepair.exe
│  │  │  │  ├gzipdll.dll
│  │  │  │  ├HardWare.exe
│  │  │  │  ├HWInfoSDK.dll
│  │  │  │  ├key.dat
│  │  │  │  ├libcurl.dll
│  │  │  │  ├libcurl_vs2015.dll
│  │  │  │  ├libDriverSearch.dll
│  │  │  │  ├libNetwork.dll
│  │  │  │  ├MonReboot.dll
│  │  │  │  ├netprtdrv.dll
│  │  │  │  ├netprtenum.dll
│  │  │  │  ├nvaudcap32v.dll
│  │  │  │  ├nvaudcap64v.dll
│  │  │  │  ├pcid.dll
│  │  │  │  ├pcidetect.dll
│  │  │  │  ├pcidrv.dll
│  │  │  │  ├pcioffdrv.dll
│  │  │  │  ├pnpdrv.dll
│  │  │  │  ├sqlcache.dll
│  │  │  │  ├sqlite3.dll
│  │  │  │  ├substat.dll
│  │  │  │  ├usbenum.dll
│  │  │  │  ├zlibwapi.dll
│  │  │  │  ├
│  │  │  │  │  ├difxapi.dll
│  │  │  │  │  ├DIFxAPI64.dll
│  │  │  │  │  ├DisableLogging.reg
│  │  │  │  │  ├drv32.exe
│  │  │  │  │  ├drv64.exe
│  │  │  │  │  ├dtldevapi.dll
│  │  │  │  │  ├dtldevcon32.exe
│  │  │  │  │  ├dtldevcon64.exe
│  │  │  │  │  ├EnableFullLogging.reg
│  │  │  │  │  ├filter.proc
│  │  │  │  │  └innoextract.exe
│  │  │  │  ├
│  │  │  │  │  ├
│  │  │  │  │  │  ├125-1.png
│  │  │  │  │  │  ├125-10.png
│  │  │  │  │  │  ├125-2.png
│  │  │  │  │  │  └125-5.png
│  │  │  │  ├
│  │  │  │  │  ├Audio_Repair_1.png
│  │  │  │  │  ├Audio_Repair_2.png
│  │  │  │  │  ├externalapp.xml
│  │  │  │  │  ├externalappTemp.xml
│  │  │  │  │  ├gamelist.json
│  │  │  │  │  ├pricelist.json
│  │  │  │  │  ├toolbox_png_ConquerorLive_1.png
│  │  │  │  │  ├toolbox_png_ConquerorLive_2.png
│  │  │  │  │  ├toolbox_png_GameRepair.png
│  │  │  │  │  ├toolbox_png_HardwareDetection_1.png
│  │  │  │  │  ├toolbox_png_HardwareDetection_2.png
│  │  │  │  │  └userconfig.dat
│  │  │  │  ├
│  │  │  │  │  └DeviceManuf.db3
│  │  │  │  ├
│  │  │  │  │  ├dev32.exe
│  │  │  │  │  ├dev64.exe
│  │  │  │  │  ├devcon32.exe
│  │  │  │  │  ├devcon64.exe
│  │  │  │  │  ├DIFxAPI.dll
│  │  │  │  │  ├DIFxAPI64.dll
│  │  │  │  │  ├drv32.exe
│  │  │  │  │  ├drv64.exe
│  │  │  │  │  ├DrvSigner.exe
│  │  │  │  │  ├DrvSigner64.exe
│  │  │  │  │  └SignFile.exe
│  │  │  │  ├
│  │  │  │  │  ├DtlSetup.xml
│  │  │  │  │  ├unsetup.xml
│  │  │  │  │  └wndconfigdata.xml
│  │  │  │  ├
│  │  │  │  │  ├
│  │  │  │  │  │  ├drv0.7zz
│  │  │  │  │  │  ├drv1.7zz
│  │  │  │  │  │  ├drv2.7zz
│  │  │  │  │  │  ├drv3.7zz
│  │  │  │  │  │  ├drv4.7zz
│  │  │  │  │  │  ├drv5.7zz
│  │  │  │  │  │  └drv6.7zz
│  │  │  │  │  ├
│  │  │  │  │  │  ├drv0.7zz
│  │  │  │  │  │  ├drv1.7zz
│  │  │  │  │  │  ├drv2.7zz
│  │  │  │  │  │  └drv3.7zz
│  │  │  │  │  ├
│  │  │  │  │  │  ├drv0.7zz
│  │  │  │  │  │  ├drv1.7zz
│  │  │  │  │  │  ├drv2.7zz
│  │  │  │  │  │  └drv3.7zz
│  │  │  │  │  ├
│  │  │  │  │  │  ├drv0.7zz
│  │  │  │  │  │  ├drv1.7zz
│  │  │  │  │  │  ├drv2.7zz
│  │  │  │  │  │  ├drv3.7zz
│  │  │  │  │  │  ├drv4.7zz
│  │  │  │  │  │  ├drv5.7zz
│  │  │  │  │  │  └drv6.7zz
│  │  │  │  │  ├
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  └wdmaudio.inf
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  └wdmaudio.inf
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  └wdmaudio.inf
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  └wdmaudio.inf
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  └wdmaudio.inf
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  └wdmaudio.inf
│  │  │  │  ├
│  │  │  │  ├
│  │  │  │  │  ├DirectS32.exe
│  │  │  │  │  └DirectS64.exe
│  │  │  │  ├
│  │  │  │  │  ├VR_INFO.xml
│  │  │  │  │  ├
│  │  │  │  │  │  ├cpuidsdk.dll
│  │  │  │  │  │  ├cpuidsdk64.dll
│  │  │  │  │  │  ├DeviceManuf.db3
│  │  │  │  │  │  └HardwareInfo.dll
│  │  │  │  │  ├
│  │  │  │  │  │  └language_HardWare.ini
│  │  │  │  ├
│  │  │  │  │  ├Chinese-Simplified.ini
│  │  │  │  │  ├english.ini
│  │  │  │  │  ├systemlan.xml
│  │  │  │  │  └UserConfig.dat
│  │  │  │  ├
│  │  │  │  │  ├7z.dll
│  │  │  │  │  ├AndHereWeGo.mp3
│  │  │  │  │  ├drvinst32.exe
│  │  │  │  │  ├drvinst64.exe
│  │  │  │  │  ├DTLUI.dll
│  │  │  │  │  ├gzipdll.dll
│  │  │  │  │  ├helpcore.dll
│  │  │  │  │  ├Helper.dll
│  │  │  │  │  ├helper_res.7zz
│  │  │  │  │  ├SoundCardRepair.exe
│  │  │  │  │  ├
│  │  │  │  │  │  ├amd_sata.sys
│  │  │  │  │  │  └amd_xata.sys
│  │  │  │  │  ├
│  │  │  │  │  │  └SCP_English.ini
│  │  │  │  │  ├
│  │  │  │  │  │  ├Win10 32 Power.reg
│  │  │  │  │  │  ├Win10 64 power.reg
│  │  │  │  │  │  ├Win7 32 Power.reg
│  │  │  │  │  │  ├Win7 64 Power.reg
│  │  │  │  │  │  ├Win8.1 32 Power.reg
│  │  │  │  │  │  └Win8.1 64 Power.reg
│  │  │  ├
│  │  │  │  ├DrvCeo.exe
│  │  │  │  ├Drvceo.ini
│  │  │  │  ├Uninstall.exe
│  │  │  │  ├
│  │  │  │  │  ├
│  │  │  │  │  │  ├PESRS.7z
│  │  │  │  │  │  └PESRS.Scindex
│  │  │  │  │  ├
│  │  │  │  │  │  ├PESRS.7z
│  │  │  │  │  │  └PESRS.Scindex
│  │  │  │  │  ├
│  │  │  │  │  │  ├PESRS.7z
│  │  │  │  │  │  └PESRS.Scindex
│  │  │  │  │  ├
│  │  │  │  │  │  ├PESRS.7z
│  │  │  │  │  │  └PESRS.Scindex
│  │  │  │  │  ├
│  │  │  │  │  │  ├PESRS.7z
│  │  │  │  │  │  └PESRS.Scindex
│  │  │  │  │  ├
│  │  │  │  │  │  ├PESRS.7z
│  │  │  │  │  │  └PESRS.Scindex
│  │  │  │  │  ├
│  │  │  │  │  │  ├PESRS.7z
│  │  │  │  │  │  └PESRS.Scindex
│  │  │  │  │  ├
│  │  │  │  │  │  ├PESRS.7z
│  │  │  │  │  │  └PESRS.Scindex
│  │  │  │  │  ├
│  │  │  │  │  │  ├PESRS.7z
│  │  │  │  │  │  └PESRS.Scindex
│  │  │  │  ├
│  │  │  │  │  ├7zx86.dll
│  │  │  │  │  ├Config.ini
│  │  │  │  │  ├DcAppleTool.exe
│  │  │  │  │  ├DcCounter.exe
│  │  │  │  │  ├DcFunx64.exe
│  │  │  │  │  ├Dcidrvx64.exe
│  │  │  │  │  ├Dcinst.res
│  │  │  │  │  ├DcSuefix86.dll
│  │  │  │  │  ├Dcsys.res
│  │  │  │  │  ├DcUpdate.exe
│  │  │  │  │  ├dgupsx86.dll
│  │  │  │  │  ├DISM.7z
│  │  │  │  │  ├dkbcax86.dll
│  │  │  │  │  ├Download.png
│  │  │  │  │  ├id_error.png
│  │  │  │  │  ├id_load.gif
│  │  │  │  │  ├id_ok.png
│  │  │  │  │  ├nodrv.png
│  │  │  │  │  ├sczipx64.dll
│  │  │  │  │  ├sczipx86.dll
│  │  │  │  │  ├uvcon.cfg
│  │  │  │  │  ├
│  │  │  │  │  │  ├en_us.txt
│  │  │  │  │  │  ├zh_cn.txt
│  │  │  │  │  │  ├zh_hk.txt
│  │  │  │  │  │  └zh_tw.txt
│  │  │  │  │  ├
│  │  │  │  │  │  ├en_us.ini
│  │  │  │  │  │  ├zh_cn.ini
│  │  │  │  │  │  ├zh_hk.ini
│  │  │  │  │  │  └zh_tw.ini
│  │  │  │  │  ├
│  │  │  │  │  │  ├DcRepair.dc
│  │  │  │  │  │  ├Item1.png
│  │  │  │  │  │  ├Item10.png
│  │  │  │  │  │  ├Item11.png
│  │  │  │  │  │  ├Item12.png
│  │  │  │  │  │  ├Item13.png
│  │  │  │  │  │  ├Item2.png
│  │  │  │  │  │  ├Item3.png
│  │  │  │  │  │  ├Item4.png
│  │  │  │  │  │  ├Item5.png
│  │  │  │  │  │  ├Item6.png
│  │  │  │  │  │  ├Item7.png
│  │  │  │  │  │  ├Item8.png
│  │  │  │  │  │  └Item9.png
│  │  │  │  │  ├
│  │  │  │  │  │  ├a1.png
│  │  │  │  │  │  └DcSetup.dc
│  │  │  │  │  ├
│  │  │  │  │  │  ├DcShop.dc
│  │  │  │  │  │  └typecusb.png
│  │  │  │  │  ├
│  │  │  │  │  │  ├app1.png
│  │  │  │  │  │  ├app10.png
│  │  │  │  │  │  ├app11.png
│  │  │  │  │  │  ├app12.png
│  │  │  │  │  │  ├app13.png
│  │  │  │  │  │  ├app2.png
│  │  │  │  │  │  ├app3.png
│  │  │  │  │  │  ├app4.png
│  │  │  │  │  │  ├app5.png
│  │  │  │  │  │  ├app6.png
│  │  │  │  │  │  ├app7.png
│  │  │  │  │  │  ├app8.png
│  │  │  │  │  │  ├app9.png
│  │  │  │  │  │  └DcTools.dc
│  │  │  │  │  ├
│  │  │  │  │  │  ├Dclogin.exe
│  │  │  │  │  │  ├icudt.dll
│  │  │  │  │  │  ├libcef.dll
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├am.pak
│  │  │  │  │  │  │  ├ar.pak
│  │  │  │  │  │  │  ├bg.pak
│  │  │  │  │  │  │  ├bn.pak
│  │  │  │  │  │  │  ├ca.pak
│  │  │  │  │  │  │  ├cs.pak
│  │  │  │  │  │  │  ├da.pak
│  │  │  │  │  │  │  ├de.pak
│  │  │  │  │  │  │  ├el.pak
│  │  │  │  │  │  │  ├en-GB.pak
│  │  │  │  │  │  │  ├en-US.pak
│  │  │  │  │  │  │  ├es.pak
│  │  │  │  │  │  │  ├es-419.pak
│  │  │  │  │  │  │  ├et.pak
│  │  │  │  │  │  │  ├fa.pak
│  │  │  │  │  │  │  ├fi.pak
│  │  │  │  │  │  │  ├fil.pak
│  │  │  │  │  │  │  ├fr.pak
│  │  │  │  │  │  │  ├gu.pak
│  │  │  │  │  │  │  ├he.pak
│  │  │  │  │  │  │  ├hi.pak
│  │  │  │  │  │  │  ├hr.pak
│  │  │  │  │  │  │  ├hu.pak
│  │  │  │  │  │  │  ├id.pak
│  │  │  │  │  │  │  ├it.pak
│  │  │  │  │  │  │  ├ja.pak
│  │  │  │  │  │  │  ├kn.pak
│  │  │  │  │  │  │  ├ko.pak
│  │  │  │  │  │  │  ├lt.pak
│  │  │  │  │  │  │  ├lv.pak
│  │  │  │  │  │  │  ├ml.pak
│  │  │  │  │  │  │  ├mr.pak
│  │  │  │  │  │  │  ├ms.pak
│  │  │  │  │  │  │  ├nb.pak
│  │  │  │  │  │  │  ├nl.pak
│  │  │  │  │  │  │  ├pl.pak
│  │  │  │  │  │  │  ├pt-BR.pak
│  │  │  │  │  │  │  ├pt-PT.pak
│  │  │  │  │  │  │  ├ro.pak
│  │  │  │  │  │  │  ├ru.pak
│  │  │  │  │  │  │  ├sk.pak
│  │  │  │  │  │  │  ├sl.pak
│  │  │  │  │  │  │  ├sr.pak
│  │  │  │  │  │  │  ├sv.pak
│  │  │  │  │  │  │  ├sw.pak
│  │  │  │  │  │  │  ├ta.pak
│  │  │  │  │  │  │  ├te.pak
│  │  │  │  │  │  │  ├th.pak
│  │  │  │  │  │  │  ├tr.pak
│  │  │  │  │  │  │  ├uk.pak
│  │  │  │  │  │  │  ├vi.pak
│  │  │  │  │  │  │  ├zh-CN.pak
│  │  │  │  │  │  │  └zh-TW.pak
│  │  │  │  │  ├
│  │  │  │  │  │  ├xldl.dll
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├aria2c.exe
│  │  │  │  │  │  │  ├aria2c_nt5.exe
│  │  │  │  │  │  │  ├atl71.dll
│  │  │  │  │  │  │  ├dl_peer_id.dll
│  │  │  │  │  │  │  ├download_engine.dll
│  │  │  │  │  │  │  ├id.dat
│  │  │  │  │  │  │  ├MiniThunderPlatform.exe
│  │  │  │  │  │  │  ├minizip.dll
│  │  │  │  │  │  │  ├msvcp71.dll
│  │  │  │  │  │  │  ├msvcr71.dll
│  │  │  │  │  │  │  ├XLBugHandler.dll
│  │  │  │  │  │  │  ├XLBugReport.exe
│  │  │  │  │  │  │  └zlib1.dll
│  │  │  │  ├
│  │  │  │  │  ├Network.7z
│  │  │  │  │  ├Network.Scindex
│  │  │  │  │  ├XHCI.7z
│  │  │  │  │  ├XHCI.INI
│  │  │  │  │  └XHCI.Scindex
│  │  │  │  ├
│  │  │  │  │  ├Network.7z
│  │  │  │  │  ├Network.Scindex
│  │  │  │  │  ├XHCI.7z
│  │  │  │  │  ├XHCI.INI
│  │  │  │  │  └XHCI.Scindex
│  │  │  │  ├
│  │  │  │  │  ├MFSET.INI
│  │  │  │  │  ├Network.7z
│  │  │  │  │  ├Network.Scindex
│  │  │  │  │  ├XHCI.7z
│  │  │  │  │  ├XHCI.INI
│  │  │  │  │  ├XHCI.ScIndex
│  │  │  │  │  ├
│  │  │  │  │  │  ├Windows6.1-KB2990941-v3-x64.msu
│  │  │  │  │  │  └Windows6.1-KB3087873-v2-x64.msu
│  │  │  │  ├
│  │  │  │  │  ├MFSET.INI
│  │  │  │  │  ├Network.7z
│  │  │  │  │  ├Network.Scindex
│  │  │  │  │  ├XHCI.7z
│  │  │  │  │  ├XHCI.INI
│  │  │  │  │  ├XHCI.ScIndex
│  │  │  │  │  ├
│  │  │  │  │  │  ├Windows6.1-KB2990941-v3-x86.msu
│  │  │  │  │  │  └Windows6.1-KB3087873-v2-x86.msu
│  │  │  │  ├
│  │  │  │  │  ├Network.7z
│  │  │  │  │  ├Network.Scindex
│  │  │  │  │  ├XHCI.7z
│  │  │  │  │  ├XHCI.INI
│  │  │  │  │  └XHCI.ScIndex
│  ├<08_金山文档_云办公_多人协作>
│  │  ├金山文档.exe
│  │  ├
│  │  │  ├金山文档网页版.bat
│  │  │  └腾讯文档.exe
│  ├<09_定时单向备份>
│  │  ├GoodSync-11.10-Silent-Setup.exe
│  │  ├
│  │  │  ├GoodSync-10.12-Silent-Setup.exe
│  │  │  ├GoodSync文件同步备份工具软件.avi
│  │  │  ├版本更新历史记录文档.docx
│  │  │  ├
│  │  │  │  ├keygen.exe
│  │  │  │  ├SyncBackPro_Setup.exe
│  │  │  │  ├SyncBackPro64_Setup.exe
│  │  │  │  └SyncBackPro序列号.txt
│  ├<10_桌面转移>
│  │  ├电脑桌面转移个人文件用户资料转移1.exe
│  │  ├
│  │  │  ├电脑桌面转移个人文件用户资料转移2.exe
│  │  │  ├电脑桌面转移个人文件用户资料转移3.EXE
│  │  │  ├电脑桌面转移个人文件用户资料转移4.exe
│  │  │  ├电脑桌面转移个人文件用户资料转移5.exe
│  │  │  ├电脑桌面转移个人文件用户资料转移6.exe
│  │  │  └电脑桌面转移个人文件用户资料转移7.exe
│  ├<11_绿色免装>
│  │  ├
│  │  │  ├
│  │  │  │  ├<7zSfxTool>
│  │  │  │  │  ├7zfm.bmp
│  │  │  │  │  ├7zSfxTool.exe
│  │  │  │  │  ├History.txt
│  │  │  │  │  ├ReadMe.txt
│  │  │  │  │  ├图标项.ico
│  │  │  │  │  ├
│  │  │  │  │  │  └My7z.dll
│  │  │  │  │  ├
│  │  │  │  │  │  ├7zsd_All.sfx
│  │  │  │  │  │  ├7zsd_Deflate.sfx
│  │  │  │  │  │  ├7zsd_LZMA.sfx
│  │  │  │  │  │  ├7zsd_LZMA_Dialogs.sfx
│  │  │  │  │  │  ├7zsd_LZMA2.sfx
│  │  │  │  │  │  ├7zsd_PPMd.sfx
│  │  │  │  │  │  └ReadMe.txt
│  │  │  │  │  └<以管理员身份运行7zSfxTool>
│  │  │  │  ├
│  │  │  │  │  ├AUTOAHK.DB
│  │  │  │  │  ├AutoAHK.exe
│  │  │  │  │  ├AutoAHK.ini
│  │  │  │  │  ├AutoAHK32.exe
│  │  │  │  │  ├change.txt
│  │  │  │  │  ├LICENSE.txt
│  │  │  │  │  ├temp.ini
│  │  │  │  │  ├
│  │  │  │  │  ├
│  │  │  │  │  │  └AutoHotkey.chm
│  │  │  │  │  ├
│  │  │  │  │  │  ├8x8.bmp
│  │  │  │  │  │  ├A_Variables.ico
│  │  │  │  │  │  ├AutoAHK - 副本.icl
│  │  │  │  │  │  ├AutoAHK.icl
│  │  │  │  │  │  ├AutoAHK.ico
│  │  │  │  │  │  ├AutoAHKold.icl
│  │  │  │  │  │  ├Breakpoint.xpm
│  │  │  │  │  │  ├Collapsed.xpm
│  │  │  │  │  │  ├COM Inspector.ico
│  │  │  │  │  │  ├Constantine.icl
│  │  │  │  │  │  ├Directives.ico
│  │  │  │  │  │  ├DragMove.cur
│  │  │  │  │  │  ├Error.xpm
│  │  │  │  │  │  ├ErrorView.ico
│  │  │  │  │  │  ├Expanded.xpm
│  │  │  │  │  │  ├Expressive.icl
│  │  │  │  │  │  ├Handpoint.xpm
│  │  │  │  │  │  ├Keyboard.ico
│  │  │  │  │  │  ├MagicBox.ico
│  │  │  │  │  │  ├Scripts Manager.icl
│  │  │  │  │  │  ├Search.ico
│  │  │  │  │  │  ├Size Checker.ico
│  │  │  │  │  │  ├Structor.ico
│  │  │  │  │  │  ├WCT.ico
│  │  │  │  │  │  ├窗口信息加强版.ico
│  │  │  │  │  │  ├代码格式化.ico
│  │  │  │  │  │  ├爬虫.ico
│  │  │  │  │  │  └正则.ico
│  │  │  │  │  ├
│  │  │  │  │  │  ├AutoHotkey.xml
│  │  │  │  │  │  ├HelpMenu.xml
│  │  │  │  │  │  ├Keyboard.exe
│  │  │  │  │  │  └Styles.ini
│  │  │  │  │  ├
│  │  │  │  │  │  ├AutoXYWH.ahk
│  │  │  │  │  │  ├AuxLib.ahk
│  │  │  │  │  │  ├Class_SQLiteDB.ahk
│  │  │  │  │  │  ├CommonDialogs.ahk
│  │  │  │  │  │  ├ControlColor.ahk
│  │  │  │  │  │  ├DBGp.ahk
│  │  │  │  │  │  ├EnumIncludes.ahk
│  │  │  │  │  │  ├ExecScript.ahk
│  │  │  │  │  │  ├GuiButtonIcon.ahk
│  │  │  │  │  │  ├GuiTabEx.ahk
│  │  │  │  │  │  ├LV_GroupView.ahk
│  │  │  │  │  │  ├ResourceID.ahk
│  │  │  │  │  │  ├RunGetStdout.ahk
│  │  │  │  │  │  ├RunGetStdoutMod.ahk
│  │  │  │  │  │  ├Scintilla.ahk
│  │  │  │  │  │  ├ShellMenu.ahk
│  │  │  │  │  │  ├Toolbar.ahk
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├SciLexer.dll
│  │  │  │  │  │  │  └SQLite3.dll
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├SciLexer.dll
│  │  │  │  │  │  │  └SQLite3.dll
│  │  │  │  │  ├
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├Advanced Security Settings.ahk
│  │  │  │  │  │  │  ├ConEmu Settings.ahk
│  │  │  │  │  │  │  ├Device Installation Settings.ahk
│  │  │  │  │  │  │  ├Disk Defragmenter.ahk
│  │  │  │  │  │  │  ├ePSXe Video Settings.ahk
│  │  │  │  │  │  │  ├FFmpeg Catapult.ahk
│  │  │  │  │  │  │  ├FileZilla Settings.ahk
│  │  │  │  │  │  │  ├FLAC Frontend.ahk
│  │  │  │  │  │  │  ├Grab and Drag Preferences.ahk
│  │  │  │  │  │  │  ├Internet Download Manager Configuration.ahk
│  │  │  │  │  │  │  ├IrfanView Slideshow.ahk
│  │  │  │  │  │  │  ├Menu Design Window.ahk
│  │  │  │  │  │  │  ├Notepad.ahk
│  │  │  │  │  │  │  ├Taskbar and Start Menu Properties.ahk
│  │  │  │  │  │  │  ├TightVNC Server Configuration.ahk
│  │  │  │  │  │  │  ├UltraVNC Server Property Page.ahk
│  │  │  │  │  │  │  ├Windows Live Installer.ahk
│  │  │  │  │  │  │  ├Windows Media Player Settings.ahk
│  │  │  │  │  │  │  ├WinRAR - Archive Name and Parameters.ahk
│  │  │  │  │  │  │  └WinRAR Settings.ahk
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├TreeList Test.ahk
│  │  │  │  │  │  │  └TreeList.ahk
│  │  │  │  │  ├
│  │  │  │  │  │  └退出时自动保存的会话.session
│  │  │  │  │  ├
│  │  │  │  │  │  ├CommandNames.txt
│  │  │  │  │  │  ├Commands(程序并不需要此文件,仅用于关键词的更新及校对).txt
│  │  │  │  │  │  ├Commands.txt
│  │  │  │  │  │  ├Functions.txt
│  │  │  │  │  │  ├Keys.txt
│  │  │  │  │  │  ├Keywords.txt
│  │  │  │  │  │  └Variables.txt
│  │  │  │  │  ├
│  │  │  │  │  │  ├7za.exe
│  │  │  │  │  │  ├A_Variables.exe
│  │  │  │  │  │  ├AutoAHK.7z
│  │  │  │  │  │  ├AutoHotkey.7z
│  │  │  │  │  │  ├AutoHotkey_1.1.33.02_setup .exe
│  │  │  │  │  │  ├COM Inspector.exe
│  │  │  │  │  │  ├Constantine.exe
│  │  │  │  │  │  ├Constantine.ini
│  │  │  │  │  │  ├Default Editor.ahk
│  │  │  │  │  │  ├DefaultTools.ini
│  │  │  │  │  │  ├Directives.ahk
│  │  │  │  │  │  ├Directives.exe
│  │  │  │  │  │  ├ErrorView.ahk
│  │  │  │  │  │  ├Find in Files.exe
│  │  │  │  │  │  ├Find in Files.ini
│  │  │  │  │  │  ├Scripts Manager.exe
│  │  │  │  │  │  ├Scripts Manager.ini
│  │  │  │  │  │  ├setup.ahk
│  │  │  │  │  │  ├Size Checker.ahk
│  │  │  │  │  │  ├Size Checker.ini
│  │  │  │  │  │  ├Structor.ahk
│  │  │  │  │  │  ├Structor.ini
│  │  │  │  │  │  ├Tools.ini
│  │  │  │  │  │  ├Verifier.ahk
│  │  │  │  │  │  ├Windows.xml
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├AHK 爬虫终结者.exe
│  │  │  │  │  │  │  └爬虫.ico
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├AHK 正则终结者.ahk
│  │  │  │  │  │  │  ├SCI.ahk
│  │  │  │  │  │  │  ├SciLexer.dll
│  │  │  │  │  │  │  ├高级模式界面.ahk
│  │  │  │  │  │  │  ├界面.ahk
│  │  │  │  │  │  │  ├以指定代码页计算匹配对象位置及长度.ahk
│  │  │  │  │  │  │  ├正则.ico
│  │  │  │  │  │  │  ├正则全局模式.ahk
│  │  │  │  │  │  │  └正则提示菜单.ahk
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├AhkSpy.ahk
│  │  │  │  │  │  │  └窗口信息加强版.ico
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├MagicBox.exe
│  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  ├Close Tabs.ahk
│  │  │  │  │  │  │  │  ├Error 25.ahk
│  │  │  │  │  │  │  │  ├Filename.ahk
│  │  │  │  │  │  │  │  ├Input Box.ahk
│  │  │  │  │  │  │  │  ├Partition.ahk
│  │  │  │  │  │  │  │  ├Pigeons.ahk
│  │  │  │  │  │  │  │  ├Progress.ahk
│  │  │  │  │  │  │  │  ├Types.ahk
│  │  │  │  │  │  │  │  ├Virtuoso.ahk
│  │  │  │  │  │  │  │  └XP Support.ahk
│  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  ├FatalAppExit.ahk
│  │  │  │  │  │  │  │  ├InputBoxEx.ahk
│  │  │  │  │  │  │  │  ├MessageBox.ahk
│  │  │  │  │  │  │  │  ├MessageBoxCheck.ahk
│  │  │  │  │  │  │  │  ├MessageBoxIndirect.ahk
│  │  │  │  │  │  │  │  ├MessageBoxTimeout.ahk
│  │  │  │  │  │  │  │  ├MsgBoxEx.ahk
│  │  │  │  │  │  │  │  ├MsiMessageBox.ahk
│  │  │  │  │  │  │  │  ├ShellAbout.ahk
│  │  │  │  │  │  │  │  ├ShellMessageBox.ahk
│  │  │  │  │  │  │  │  ├SoftModalMessageBox.ahk
│  │  │  │  │  │  │  │  ├TaskDialog.ahk
│  │  │  │  │  │  │  │  ├TaskDialogEx.ahk
│  │  │  │  │  │  │  │  └WTSSendMessage.ahk
│  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  └MagicBox.ico
│  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  ├AutoXYWH.ahk
│  │  │  │  │  │  │  │  ├CommonDialogs.ahk
│  │  │  │  │  │  │  │  ├ControlColor.ahk
│  │  │  │  │  │  │  │  ├ExecScript.ahk
│  │  │  │  │  │  │  │  ├GuiButtonIcon.ahk
│  │  │  │  │  │  │  │  ├ResourceID.ahk
│  │  │  │  │  │  │  │  └RunWith.ahk
│  │  │  │  ├
│  │  │  │  │  ├BAT-CMD-VBS.zip
│  │  │  │  │  ├Bathome批处理精华.chm
│  │  │  │  │  ├DOS 概述及入门.pdf
│  │  │  │  │  ├dosbook.chm
│  │  │  │  │  ├dos高手速成.chm
│  │  │  │  │  ├DOS学习.chm
│  │  │  │  │  ├精品批处理源代码327例.exe
│  │  │  │  │  ├批处理教程电子书.chm
│  │  │  │  │  └批处理之家1-50练习汇总.CHM
│  │  │  │  ├
│  │  │  │  │  └Caesium.exe
│  │  │  │  ├
│  │  │  │  │  └ChipGenius_v4.21.0701.exe
│  │  │  │  ├
│  │  │  │  │  ├32bit_Setup.exe
│  │  │  │  │  └64bit_Setup.exe
│  │  │  │  ├
│  │  │  │  │  ├DiskGenius.exe
│  │  │  │  │  └DiskGenius64.exe
│  │  │  │  ├
│  │  │  │  │  ├DropIt.exe
│  │  │  │  │  ├Guide.pdf
│  │  │  │  │  ├License.txt
│  │  │  │  │  ├Readme.txt
│  │  │  │  │  ├
│  │  │  │  │  │  ├Big_Archive1.png
│  │  │  │  │  │  ├Big_Archive2.png
│  │  │  │  │  │  ├Big_Archive3.png
│  │  │  │  │  │  ├Big_Archive4.png
│  │  │  │  │  │  ├Big_Archive5.png
│  │  │  │  │  │  ├Big_Arrow1.png
│  │  │  │  │  │  ├Big_Arrow2.png
│  │  │  │  │  │  ├Big_Arrow3.png
│  │  │  │  │  │  ├Big_Arrow4.png
│  │  │  │  │  │  ├Big_Arrow5.png
│  │  │  │  │  │  ├Big_Box1.png
│  │  │  │  │  │  ├Big_Box2.png
│  │  │  │  │  │  ├Big_Box3.png
│  │  │  │  │  │  ├Big_Box4.png
│  │  │  │  │  │  ├Big_Box5.png
│  │  │  │  │  │  ├Big_Box6.png
│  │  │  │  │  │  ├Big_Default.png
│  │  │  │  │  │  ├Big_Delete1.png
│  │  │  │  │  │  ├Big_Delete2.png
│  │  │  │  │  │  ├Big_Drop1.png
│  │  │  │  │  │  ├Big_Gallery1.png
│  │  │  │  │  │  ├Big_List1.png
│  │  │  │  │  │  ├Big_Playlist1.png
│  │  │  │  │  │  ├Blue1.png
│  │  │  │  │  │  ├Blue2.png
│  │  │  │  │  │  ├Blue3.png
│  │  │  │  │  │  ├Brown1.png
│  │  │  │  │  │  ├Brown2.png
│  │  │  │  │  │  ├Brown3.png
│  │  │  │  │  │  ├Cyan1.png
│  │  │  │  │  │  ├Cyan2.png
│  │  │  │  │  │  ├Cyan3.png
│  │  │  │  │  │  ├Default.png
│  │  │  │  │  │  ├Green1.png
│  │  │  │  │  │  ├Green2.png
│  │  │  │  │  │  ├Green3.png
│  │  │  │  │  │  ├Grey1.png
│  │  │  │  │  │  ├Grey2.png
│  │  │  │  │  │  ├Grey3.png
│  │  │  │  │  │  ├Purple1.png
│  │  │  │  │  │  ├Purple2.png
│  │  │  │  │  │  ├Purple3.png
│  │  │  │  │  │  ├Red1.png
│  │  │  │  │  │  ├Red2.png
│  │  │  │  │  │  ├Red3.png
│  │  │  │  │  │  ├z_Gold.png
│  │  │  │  │  │  ├z_Gold2.png
│  │  │  │  │  │  ├z_Lime.png
│  │  │  │  │  │  └z_Orange.png
│  │  │  │  │  ├
│  │  │  │  │  │  ├BrazilianPortuguese.gif
│  │  │  │  │  │  ├BrazilianPortuguese.lng
│  │  │  │  │  │  ├Danish.gif
│  │  │  │  │  │  ├Danish.lng
│  │  │  │  │  │  ├Dutch.gif
│  │  │  │  │  │  ├Dutch.lng
│  │  │  │  │  │  ├English.gif
│  │  │  │  │  │  ├English.lng
│  │  │  │  │  │  ├Finnish.gif
│  │  │  │  │  │  ├Finnish.lng
│  │  │  │  │  │  ├French.gif
│  │  │  │  │  │  ├French.lng
│  │  │  │  │  │  ├German.gif
│  │  │  │  │  │  ├German.lng
│  │  │  │  │  │  ├Greek.gif
│  │  │  │  │  │  ├Greek.lng
│  │  │  │  │  │  ├Hungarian.gif
│  │  │  │  │  │  ├Hungarian.lng
│  │  │  │  │  │  ├Indonesian.gif
│  │  │  │  │  │  ├Indonesian.lng
│  │  │  │  │  │  ├Italian.gif
│  │  │  │  │  │  ├Italian.lng
│  │  │  │  │  │  ├Japanese.gif
│  │  │  │  │  │  ├Japanese.lng
│  │  │  │  │  │  ├Polish.gif
│  │  │  │  │  │  ├Polish.lng
│  │  │  │  │  │  ├Romanian.gif
│  │  │  │  │  │  ├Romanian.lng
│  │  │  │  │  │  ├Russian.gif
│  │  │  │  │  │  ├Russian.lng
│  │  │  │  │  │  ├Serbian.gif
│  │  │  │  │  │  ├Serbian.lng
│  │  │  │  │  │  ├SimplifiedChinese.gif
│  │  │  │  │  │  ├SimplifiedChinese.lng
│  │  │  │  │  │  ├Spanish.gif
│  │  │  │  │  │  ├Spanish.lng
│  │  │  │  │  │  ├Swedish.gif
│  │  │  │  │  │  ├Swedish.lng
│  │  │  │  │  │  ├TraditionalChinese.gif
│  │  │  │  │  │  ├TraditionalChinese.lng
│  │  │  │  │  │  ├Turkish.gif
│  │  │  │  │  │  ├Turkish.lng
│  │  │  │  │  │  ├Vietnamese.gif
│  │  │  │  │  │  └Vietnamese.lng
│  │  │  │  │  ├
│  │  │  │  │  │  ├CSV Import Example.csv
│  │  │  │  │  │  ├XLS Import Example.xls
│  │  │  │  │  │  ├<7z>
│  │  │  │  │  │  │  ├7z.dll
│  │  │  │  │  │  │  ├7z.exe
│  │  │  │  │  │  │  ├7z.sfx
│  │  │  │  │  │  │  ├7-zip.chm
│  │  │  │  │  │  │  ├License.txt
│  │  │  │  │  │  │  └readme.txt
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  └Copy.dll
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├Links.txt
│  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  ├base.css
│  │  │  │  │  │  │  │  ├ie.css
│  │  │  │  │  │  │  │  ├normalize.css
│  │  │  │  │  │  │  │  └print.css
│  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  ├bg-checker.png
│  │  │  │  │  │  │  │  ├bg-main.png
│  │  │  │  │  │  │  │  ├bg-main-dark.png
│  │  │  │  │  │  │  │  ├close.png
│  │  │  │  │  │  │  │  ├favicon.ico
│  │  │  │  │  │  │  │  ├icon-download.png
│  │  │  │  │  │  │  │  ├loading.gif
│  │  │  │  │  │  │  │  ├next.png
│  │  │  │  │  │  │  │  └prev.png
│  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  ├html5.js
│  │  │  │  │  │  │  │  ├jquery.mousewheel-3.0.6.pack.js
│  │  │  │  │  │  │  │  ├jquery-1.10.1.min.js
│  │  │  │  │  │  │  │  ├main.js
│  │  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  │  ├blank.gif
│  │  │  │  │  │  │  │  │  ├fancybox_loading.gif
│  │  │  │  │  │  │  │  │  ├fancybox_loading@2x.gif
│  │  │  │  │  │  │  │  │  ├fancybox_overlay.png
│  │  │  │  │  │  │  │  │  ├fancybox_sprite.png
│  │  │  │  │  │  │  │  │  ├fancybox_sprite@2x.png
│  │  │  │  │  │  │  │  │  ├jquery.fancybox.css
│  │  │  │  │  │  │  │  │  ├jquery.fancybox.js
│  │  │  │  │  │  │  │  │  ├jquery.fancybox.pack.js
│  │  │  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  │  │  ├fancybox_buttons.png
│  │  │  │  │  │  │  │  │  │  ├jquery.fancybox-buttons.css
│  │  │  │  │  │  │  │  │  │  ├jquery.fancybox-buttons.js
│  │  │  │  │  │  │  │  │  │  ├jquery.fancybox-media.js
│  │  │  │  │  │  │  │  │  │  ├jquery.fancybox-thumbs.css
│  │  │  │  │  │  │  │  │  │  └jquery.fancybox-thumbs.js
│  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  ├layout-blocks.css
│  │  │  │  │  │  │  │  ├layout-default.css
│  │  │  │  │  │  │  │  ├layout-hover.css
│  │  │  │  │  │  │  │  ├layout-list.css
│  │  │  │  │  │  │  │  └layout-tiles.css
│  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  ├theme-arrows.css
│  │  │  │  │  │  │  │  ├theme-arrows.jpg
│  │  │  │  │  │  │  │  ├theme-arrows-dark.css
│  │  │  │  │  │  │  │  ├theme-arrows-dark.jpg
│  │  │  │  │  │  │  │  ├theme-brochure.css
│  │  │  │  │  │  │  │  ├theme-brochure.jpg
│  │  │  │  │  │  │  │  ├theme-brochure-dark.css
│  │  │  │  │  │  │  │  ├theme-brochure-dark.jpg
│  │  │  │  │  │  │  │  ├theme-circles.css
│  │  │  │  │  │  │  │  ├theme-circles.jpg
│  │  │  │  │  │  │  │  ├theme-circles-dark.css
│  │  │  │  │  │  │  │  ├theme-circles-dark.jpg
│  │  │  │  │  │  │  │  ├theme-default.css
│  │  │  │  │  │  │  │  ├theme-default.jpg
│  │  │  │  │  │  │  │  ├theme-default-dark.css
│  │  │  │  │  │  │  │  ├theme-default-dark.jpg
│  │  │  │  │  │  │  │  ├theme-oneliner.css
│  │  │  │  │  │  │  │  ├theme-oneliner.jpg
│  │  │  │  │  │  │  │  ├theme-oneliner-dark.css
│  │  │  │  │  │  │  │  ├theme-oneliner-dark.jpg
│  │  │  │  │  │  │  │  ├theme-pile.css
│  │  │  │  │  │  │  │  ├theme-pile.jpg
│  │  │  │  │  │  │  │  ├theme-pile-dark.css
│  │  │  │  │  │  │  │  ├theme-pile-dark.jpg
│  │  │  │  │  │  │  │  ├theme-squareheads.css
│  │  │  │  │  │  │  │  ├theme-squareheads.jpg
│  │  │  │  │  │  │  │  ├theme-squareheads-dark.css
│  │  │  │  │  │  │  │  ├theme-squareheads-dark.jpg
│  │  │  │  │  │  │  │  ├theme-sticks.css
│  │  │  │  │  │  │  │  ├theme-sticks.jpg
│  │  │  │  │  │  │  │  ├theme-sticks-dark.css
│  │  │  │  │  │  │  │  ├theme-sticks-dark.jpg
│  │  │  │  │  │  │  │  ├theme-tooltips.css
│  │  │  │  │  │  │  │  ├theme-tooltips.jpg
│  │  │  │  │  │  │  │  ├theme-tooltips-dark.css
│  │  │  │  │  │  │  │  └theme-tooltips-dark.jpg
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├base.css
│  │  │  │  │  │  │  ├filter.js
│  │  │  │  │  │  │  ├lighterbox2.css
│  │  │  │  │  │  │  ├lighterbox2.js
│  │  │  │  │  │  │  ├sortable.js
│  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  ├Arrowistic.css
│  │  │  │  │  │  │  │  ├Arrowistic.jpg
│  │  │  │  │  │  │  │  ├BigCartel.css
│  │  │  │  │  │  │  │  ├BigCartel.jpg
│  │  │  │  │  │  │  │  ├Casablanca.css
│  │  │  │  │  │  │  │  ├Casablanca.jpg
│  │  │  │  │  │  │  │  ├CommandLine.css
│  │  │  │  │  │  │  │  ├CommandLine.jpg
│  │  │  │  │  │  │  │  ├Dark.css
│  │  │  │  │  │  │  │  ├Dark.jpg
│  │  │  │  │  │  │  │  ├DeepGreen.css
│  │  │  │  │  │  │  │  ├DeepGreen.jpg
│  │  │  │  │  │  │  │  ├Default.css
│  │  │  │  │  │  │  │  ├Default.jpg
│  │  │  │  │  │  │  │  ├Google.css
│  │  │  │  │  │  │  │  ├Google.jpg
│  │  │  │  │  │  │  │  ├Minimalist-Horizontal.css
│  │  │  │  │  │  │  │  ├Minimalist-Horizontal.jpg
│  │  │  │  │  │  │  │  ├Minimalist-Vertical.css
│  │  │  │  │  │  │  │  ├Minimalist-Vertical.jpg
│  │  │  │  │  │  │  │  ├Pinky.css
│  │  │  │  │  │  │  │  ├Pinky.jpg
│  │  │  │  │  │  │  │  ├Precision.css
│  │  │  │  │  │  │  │  ├Precision.jpg
│  │  │  │  │  │  │  │  ├TheOC.css
│  │  │  │  │  │  │  │  ├TheOC.jpg
│  │  │  │  │  │  │  │  ├TinyTable.css
│  │  │  │  │  │  │  │  ├TinyTable.jpg
│  │  │  │  │  │  │  │  ├White-On-White.css
│  │  │  │  │  │  │  │  ├White-On-White.jpg
│  │  │  │  │  │  │  │  ├Windows-Classic.css
│  │  │  │  │  │  │  │  └Windows-Classic.jpg
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├pdftotext.exe
│  │  │  │  │  │  │  └pdftotext.txt
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├License.txt
│  │  │  │  │  │  │  ├Links.txt
│  │  │  │  │  │  │  └psftp.exe
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  └RDC.dll
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├ambiguity.mp3
│  │  │  │  │  │  │  └complete.mp3
│  │  │  │  ├
│  │  │  │  │  ├7z1900.exe
│  │  │  │  │  ├7z1900-x64.exe
│  │  │  │  │  └Easy7z.exe
│  │  │  │  ├
│  │  │  │  │  └EmptyFolderNuker.exe
│  │  │  │  ├
│  │  │  │  │  └eXeScope.exe
│  │  │  │  ├
│  │  │  │  │  └FastShutdown.exe
│  │  │  │  ├
│  │  │  │  │  ├FenLei.exe
│  │  │  │  │  ├FenLei批量分类整理文件9次循环.ahk
│  │  │  │  │  └FenLei批量分类整理文件9次循环.txt
│  │  │  │  ├
│  │  │  │  │  ├_FileLocatorPro.vbs
│  │  │  │  │  ├7z.dll
│  │  │  │  │  ├CacheLib.dll
│  │  │  │  │  ├ConfigLib.dll
│  │  │  │  │  ├ConfigUILib.dll
│  │  │  │  │  ├crashrpt_lang.ini
│  │  │  │  │  ├CrashRpt1402.dll
│  │  │  │  │  ├CrashSender1402.exe
│  │  │  │  │  ├Credits.txt
│  │  │  │  │  ├dbghelp.dll
│  │  │  │  │  ├DirTraverseLib.dll
│  │  │  │  │  ├Extensions.dll
│  │  │  │  │  ├FileLocatorPro.exe
│  │  │  │  │  ├FileLocatorPro.exe.config
│  │  │  │  │  ├FileLocatorPro.ico
│  │  │  │  │  ├FileLocatorPro2.ico
│  │  │  │  │  ├FLProCore.dll
│  │  │  │  │  ├license.txt
│  │  │  │  │  ├master.xml
│  │  │  │  │  ├MFC120CHS.dll
│  │  │  │  │  ├MFC120DEU.dll
│  │  │  │  │  ├MFC120ENU.dll
│  │  │  │  │  ├MFC120FRA.dll
│  │  │  │  │  ├mfc120u.dll
│  │  │  │  │  ├MiscFuncLib.dll
│  │  │  │  │  ├msvcp120.dll
│  │  │  │  │  ├msvcr120.dll
│  │  │  │  │  ├Mythicsoft.Search.Core.dll
│  │  │  │  │  ├PSTReader.dll
│  │  │  │  │  ├ReadME.txt
│  │  │  │  │  ├regkey.xml
│  │  │  │  │  ├RenderLib.dll
│  │  │  │  │  ├scintilla.dll
│  │  │  │  │  ├Scripting.dll
│  │  │  │  │  ├SearchLib.dll
│  │  │  │  │  ├StreamLib.dll
│  │  │  │  │  ├SvnExtLib.dll
│  │  │  │  │  ├TextFuncLib.dll
│  │  │  │  │  ├UIExtLib.dll
│  │  │  │  │  ├
│  │  │  │  │  │  ├config.xml
│  │  │  │  │  │  ├file_preset.xml
│  │  │  │  │  │  ├flp_style.xml
│  │  │  │  │  │  ├history.xml
│  │  │  │  │  │  ├lang-cn.xml
│  │  │  │  │  │  ├lang-en.xml
│  │  │  │  │  │  └ProblemSearch.srf
│  │  │  │  │  ├
│  │  │  │  │  ├
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├()(expressiongroup).htm
│  │  │  │  │  │  │  ├(endofstring).htm
│  │  │  │  │  │  │  ├(escapecharacter).htm
│  │  │  │  │  │  │  ├(expressionor).htm
│  │  │  │  │  │  │  ├(occurrencecharacters).htm
│  │  │  │  │  │  │  ├^(beginningofstring).htm
│  │  │  │  │  │  │  ├_(anycharacter).htm
│  │  │  │  │  │  │  ├advanced_criteria.htm
│  │  │  │  │  │  │  ├advanced_features.htm
│  │  │  │  │  │  │  ├advancedsettings.htm
│  │  │  │  │  │  │  ├and(characterlists).htm
│  │  │  │  │  │  │  ├attributes_tab.htm
│  │  │  │  │  │  │  ├basic_interface.htm
│  │  │  │  │  │  │  ├boolean_expressions.htm
│  │  │  │  │  │  │  ├boolean_expressions_settings.htm
│  │  │  │  │  │  │  ├cache_settings.htm
│  │  │  │  │  │  │  ├character_processing_settings.htm
│  │  │  │  │  │  │  ├cicon_loadindex_ani.gif
│  │  │  │  │  │  │  ├cicon1.gif
│  │  │  │  │  │  │  ├cicon2.gif
│  │  │  │  │  │  │  ├cicon9.gif
│  │  │  │  │  │  │  ├ciconidx.gif
│  │  │  │  │  │  │  ├commandline.htm
│  │  │  │  │  │  │  ├compressed_document_raw_data_r.htm
│  │  │  │  │  │  │  ├configuration2.htm
│  │  │  │  │  │  │  ├contentsview.htm
│  │  │  │  │  │  │  ├criteriaview.htm
│  │  │  │  │  │  │  ├date_tab.htm
│  │  │  │  │  │  │  ├datetime_selection.htm
│  │  │  │  │  │  │  ├default.css
│  │  │  │  │  │  │  ├display_settings.htm
│  │  │  │  │  │  │  ├document_search_settings.htm
│  │  │  │  │  │  │  ├dos_expressions.htm
│  │  │  │  │  │  │  ├dos_expressions2.htm
│  │  │  │  │  │  │  ├editor.htm
│  │  │  │  │  │  │  ├expression_settings.htm
│  │  │  │  │  │  │  ├expressiontypes.htm
│  │  │  │  │  │  │  ├expressionwizard(exprwiz).htm
│  │  │  │  │  │  │  ├extension_tab.htm
│  │  │  │  │  │  │  ├extensions2.htm
│  │  │  │  │  │  │  ├favorites.htm
│  │  │  │  │  │  │  ├file_hash_settings.htm
│  │  │  │  │  │  │  ├file_lists.htm
│  │  │  │  │  │  │  ├filelistview.htm
│  │  │  │  │  │  │  ├filelocatorpro_cn_content_dyn.html
│  │  │  │  │  │  │  ├filelocatorpro_cn_content_static.html
│  │  │  │  │  │  │  ├filelocatorpro_cn_ftsearch.html
│  │  │  │  │  │  │  ├filelocatorpro_cn_kwindex_dyn.html
│  │  │  │  │  │  │  ├filelocatorpro_cn_kwindex_static.html
│  │  │  │  │  │  │  ├filelocatorpro_cn_navigation.js
│  │  │  │  │  │  │  ├filelocatorpro_cn_popup_html.js
│  │  │  │  │  │  │  ├folder_settings.htm
│  │  │  │  │  │  │  ├generalsettings.htm
│  │  │  │  │  │  │  ├gettingstarted.htm
│  │  │  │  │  │  │  ├helpman_topicinit.js
│  │  │  │  │  │  │  ├highlight.js
│  │  │  │  │  │  │  ├hintstips.htm
│  │  │  │  │  │  │  ├history.htm
│  │  │  │  │  │  │  ├ifilters.htm
│  │  │  │  │  │  │  ├index.html
│  │  │  │  │  │  │  ├internal_file_viewer.htm
│  │  │  │  │  │  │  ├introduction.htm
│  │  │  │  │  │  │  ├junction_points.htm
│  │  │  │  │  │  │  ├localization_settings.htm
│  │  │  │  │  │  │  ├look_in.htm
│  │  │  │  │  │  │  ├memory_manager_settings.htm
│  │  │  │  │  │  │  ├msg_file_searching.htm
│  │  │  │  │  │  │  ├options_advanced.htm
│  │  │  │  │  │  │  ├other_extensions.htm
│  │  │  │  │  │  │  ├otherexamples.htm
│  │  │  │  │  │  │  ├outlook_pst_archive_searching.htm
│  │  │  │  │  │  │  ├persistent_search_filters.htm
│  │  │  │  │  │  │  ├questionscomments.htm
│  │  │  │  │  │  │  ├quickstart.htm
│  │  │  │  │  │  │  ├regular_expression_settings.htm
│  │  │  │  │  │  │  ├regular_expressions.htm
│  │  │  │  │  │  │  ├regularexpressionbasics.htm
│  │  │  │  │  │  │  ├regularexpressionintroduction.htm
│  │  │  │  │  │  │  ├reports.htm
│  │  │  │  │  │  │  ├save_results.htm
│  │  │  │  │  │  │  ├scriptin_tab.htm
│  │  │  │  │  │  │  ├scripting.htm
│  │  │  │  │  │  │  ├search_navigation.htm
│  │  │  │  │  │  │  ├search_settings.htm
│  │  │  │  │  │  │  ├search_within_search.htm
│  │  │  │  │  │  │  ├searchwizard.htm
│  │  │  │  │  │  │  ├sessions_and_workspaces.htm
│  │  │  │  │  │  │  ├settings.js
│  │  │  │  │  │  │  ├shell_integration_settings.htm
│  │  │  │  │  │  │  ├soundsalerts_settings.htm
│  │  │  │  │  │  │  ├threadspriority_settings.htm
│  │  │  │  │  │  │  ├unicode_support.htm
│  │  │  │  │  │  │  ├user_interface_settings.htm
│  │  │  │  │  │  │  ├utf_8_default_format.htm
│  │  │  │  │  │  │  ├wizards.htm
│  │  │  │  │  │  │  ├xslt_processor_settings.htm
│  │  │  │  │  │  │  ├zoom_index.js
│  │  │  │  │  │  │  ├zoom_pageinfo.js
│  │  │  │  │  │  │  └zoom_search.js
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├()(expressiongroup).htm
│  │  │  │  │  │  │  ├(endofstring).htm
│  │  │  │  │  │  │  ├(escapecharacter).htm
│  │  │  │  │  │  │  ├(expressionor).htm
│  │  │  │  │  │  │  ├(occurrencecharacters).htm
│  │  │  │  │  │  │  ├^(beginningofstring).htm
│  │  │  │  │  │  │  ├_(anycharacter).htm
│  │  │  │  │  │  │  ├advanced_criteria.htm
│  │  │  │  │  │  │  ├advanced_features.htm
│  │  │  │  │  │  │  ├advancedsettings.htm
│  │  │  │  │  │  │  ├and(characterlists).htm
│  │  │  │  │  │  │  ├attributes_tab.htm
│  │  │  │  │  │  │  ├basic_interface.htm
│  │  │  │  │  │  │  ├boolean_expressions.htm
│  │  │  │  │  │  │  ├boolean_expressions_settings.htm
│  │  │  │  │  │  │  ├cache_settings.htm
│  │  │  │  │  │  │  ├character_processing_settings.htm
│  │  │  │  │  │  │  ├cicon_loadindex_ani.gif
│  │  │  │  │  │  │  ├cicon1.gif
│  │  │  │  │  │  │  ├cicon2.gif
│  │  │  │  │  │  │  ├cicon9.gif
│  │  │  │  │  │  │  ├ciconidx.gif
│  │  │  │  │  │  │  ├commandline.htm
│  │  │  │  │  │  │  ├compressed_document_raw_data_r.htm
│  │  │  │  │  │  │  ├configuration2.htm
│  │  │  │  │  │  │  ├contentsview.htm
│  │  │  │  │  │  │  ├criteriaview.htm
│  │  │  │  │  │  │  ├date_tab.htm
│  │  │  │  │  │  │  ├datetime_selection.htm
│  │  │  │  │  │  │  ├default.css
│  │  │  │  │  │  │  ├display_settings.htm
│  │  │  │  │  │  │  ├document_search_settings.htm
│  │  │  │  │  │  │  ├dos_expressions.htm
│  │  │  │  │  │  │  ├dos_expressions2.htm
│  │  │  │  │  │  │  ├editor.htm
│  │  │  │  │  │  │  ├expression_settings.htm
│  │  │  │  │  │  │  ├expressiontypes.htm
│  │  │  │  │  │  │  ├expressionwizard(exprwiz).htm
│  │  │  │  │  │  │  ├extension_tab.htm
│  │  │  │  │  │  │  ├extensions2.htm
│  │  │  │  │  │  │  ├favorites.htm
│  │  │  │  │  │  │  ├file_hash_settings.htm
│  │  │  │  │  │  │  ├file_lists.htm
│  │  │  │  │  │  │  ├filelistview.htm
│  │  │  │  │  │  │  ├filelocatorpro_content_dyn.html
│  │  │  │  │  │  │  ├filelocatorpro_content_static.html
│  │  │  │  │  │  │  ├filelocatorpro_ftsearch.html
│  │  │  │  │  │  │  ├filelocatorpro_kwindex_dyn.html
│  │  │  │  │  │  │  ├filelocatorpro_kwindex_static.html
│  │  │  │  │  │  │  ├filelocatorpro_navigation.js
│  │  │  │  │  │  │  ├filelocatorpro_popup_html.js
│  │  │  │  │  │  │  ├folder_settings.htm
│  │  │  │  │  │  │  ├generalsettings.htm
│  │  │  │  │  │  │  ├gettingstarted.htm
│  │  │  │  │  │  │  ├helpman_topicinit.js
│  │  │  │  │  │  │  ├highlight.js
│  │  │  │  │  │  │  ├hintstips.htm
│  │  │  │  │  │  │  ├history.htm
│  │  │  │  │  │  │  ├ifilters.htm
│  │  │  │  │  │  │  ├index.html
│  │  │  │  │  │  │  ├internal_file_viewer.htm
│  │  │  │  │  │  │  ├introduction.htm
│  │  │  │  │  │  │  ├junction_points.htm
│  │  │  │  │  │  │  ├localization_settings.htm
│  │  │  │  │  │  │  ├look_in.htm
│  │  │  │  │  │  │  ├memory_manager_settings.htm
│  │  │  │  │  │  │  ├msg_file_searching.htm
│  │  │  │  │  │  │  ├options_advanced.htm
│  │  │  │  │  │  │  ├other_extensions.htm
│  │  │  │  │  │  │  ├otherexamples.htm
│  │  │  │  │  │  │  ├outlook_pst_archive_searching.htm
│  │  │  │  │  │  │  ├persistent_search_filters.htm
│  │  │  │  │  │  │  ├questionscomments.htm
│  │  │  │  │  │  │  ├quickstart.htm
│  │  │  │  │  │  │  ├regular_expression_settings.htm
│  │  │  │  │  │  │  ├regular_expressions.htm
│  │  │  │  │  │  │  ├regularexpressionbasics.htm
│  │  │  │  │  │  │  ├regularexpressionintroduction.htm
│  │  │  │  │  │  │  ├reports.htm
│  │  │  │  │  │  │  ├save_results.htm
│  │  │  │  │  │  │  ├scriptin_tab.htm
│  │  │  │  │  │  │  ├scripting.htm
│  │  │  │  │  │  │  ├search_navigation.htm
│  │  │  │  │  │  │  ├search_settings.htm
│  │  │  │  │  │  │  ├search_within_search.htm
│  │  │  │  │  │  │  ├searchwizard.htm
│  │  │  │  │  │  │  ├sessions_and_workspaces.htm
│  │  │  │  │  │  │  ├settings.js
│  │  │  │  │  │  │  ├shell_integration_settings.htm
│  │  │  │  │  │  │  ├soundsalerts_settings.htm
│  │  │  │  │  │  │  ├threadspriority_settings.htm
│  │  │  │  │  │  │  ├unicode_support.htm
│  │  │  │  │  │  │  ├user_interface_settings.htm
│  │  │  │  │  │  │  ├utf_8_default_format.htm
│  │  │  │  │  │  │  ├wizards.htm
│  │  │  │  │  │  │  ├xslt_processor_settings.htm
│  │  │  │  │  │  │  ├zoom_index.js
│  │  │  │  │  │  │  ├zoom_pageinfo.js
│  │  │  │  │  │  │  └zoom_search.js
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├attributestab.png
│  │  │  │  │  │  │  ├basicoptionstab.png
│  │  │  │  │  │  │  ├basictab.png
│  │  │  │  │  │  │  ├booleanexpconfig.png
│  │  │  │  │  │  │  ├cachesettings.png
│  │  │  │  │  │  │  ├charprocessing.png
│  │  │  │  │  │  │  ├compresseddocraw.png
│  │  │  │  │  │  │  ├compressedfiles.png
│  │  │  │  │  │  │  ├configbutton.png
│  │  │  │  │  │  │  ├configwindow.png
│  │  │  │  │  │  │  ├contentsreport.png
│  │  │  │  │  │  │  ├contentsreporttabulated.png
│  │  │  │  │  │  │  ├contentsview.png
│  │  │  │  │  │  │  ├contentsview_expand.png
│  │  │  │  │  │  │  ├contentsview_thumbnails.png
│  │  │  │  │  │  │  ├datetab.png
│  │  │  │  │  │  │  ├datetimebuttons.png
│  │  │  │  │  │  │  ├datetimetab.png
│  │  │  │  │  │  │  ├defaulteditor.png
│  │  │  │  │  │  │  ├displayconfig.png
│  │  │  │  │  │  │  ├documentsearchsettings.png
│  │  │  │  │  │  │  ├dosexpconfig.png
│  │  │  │  │  │  │  ├embim1.gif
│  │  │  │  │  │  │  ├experuser.png
│  │  │  │  │  │  │  ├exportresults.png
│  │  │  │  │  │  │  ├extensionsconfig.png
│  │  │  │  │  │  │  ├externaleditor.png
│  │  │  │  │  │  │  ├favoriteadd.png
│  │  │  │  │  │  │  ├favoriteaddbutton.png
│  │  │  │  │  │  │  ├favoritebutton.png
│  │  │  │  │  │  │  ├favoritecontext.png
│  │  │  │  │  │  │  ├favoriteempty.png
│  │  │  │  │  │  │  ├favoriteopenbutton.png
│  │  │  │  │  │  │  ├filehashconfig.png
│  │  │  │  │  │  │  ├filelist.png
│  │  │  │  │  │  │  ├filelistfilters.png
│  │  │  │  │  │  │  ├filelistreport.png
│  │  │  │  │  │  │  ├filelistview.png
│  │  │  │  │  │  │  ├foldersconfig.png
│  │  │  │  │  │  │  ├historyconfig.png
│  │  │  │  │  │  │  ├ifilters.png
│  │  │  │  │  │  │  ├internalviewer.png
│  │  │  │  │  │  │  ├internalviewermenu.png
│  │  │  │  │  │  │  ├junctionpoints.png
│  │  │  │  │  │  │  ├keywordbyfilereport.png
│  │  │  │  │  │  │  ├keywordsummaryreport.png
│  │  │  │  │  │  │  ├localizationconfig.png
│  │  │  │  │  │  │  ├lookin.png
│  │  │  │  │  │  │  ├magnifying_glass_draw_48.png
│  │  │  │  │  │  │  ├mainsearch.png
│  │  │  │  │  │  │  ├maintab.png
│  │  │  │  │  │  │  ├memorymanager.png
│  │  │  │  │  │  │  ├msg_example.png
│  │  │  │  │  │  │  ├msg_example2.png
│  │  │  │  │  │  │  ├multifoldersbutton.png
│  │  │  │  │  │  │  ├multiplefolders.png
│  │  │  │  │  │  │  ├numberone.zoom80.gif
│  │  │  │  │  │  │  ├numberthree.zoom80.gif
│  │  │  │  │  │  │  ├numbertwo.zoom80.gif
│  │  │  │  │  │  │  ├optionstab.png
│  │  │  │  │  │  │  ├outlookpst_interpreter.png
│  │  │  │  │  │  │  ├outlookpst_main.png
│  │  │  │  │  │  │  ├outlooksearch.png
│  │  │  │  │  │  │  ├progress.png
│  │  │  │  │  │  │  ├regexconfig.png
│  │  │  │  │  │  │  ├regwizard.png
│  │  │  │  │  │  │  ├reportoptions.png
│  │  │  │  │  │  │  ├reportoptionsbutton.png
│  │  │  │  │  │  │  ├reportstab.png
│  │  │  │  │  │  │  ├savesession.png
│  │  │  │  │  │  │  ├saveworkspace.png
│  │  │  │  │  │  │  ├scriptingtab.png
│  │  │  │  │  │  │  ├searchfilter.png
│  │  │  │  │  │  │  ├searchfilteradddlg.png
│  │  │  │  │  │  │  ├searchfilterdlg.png
│  │  │  │  │  │  │  ├searchnavigation.png
│  │  │  │  │  │  │  ├searchsettings.png
│  │  │  │  │  │  │  ├shellintegration.png
│  │  │  │  │  │  │  ├sounds.png
│  │  │  │  │  │  │  ├summarytab.png
│  │  │  │  │  │  │  ├texttab.png
│  │  │  │  │  │  │  ├threadconfig.png
│  │  │  │  │  │  │  ├userinterfacesettings.png
│  │  │  │  │  │  │  ├utf8.png
│  │  │  │  │  │  │  ├xsltconfig.png
│  │  │  │  │  │  │  └zipconfig.png
│  │  │  │  │  ├
│  │  │  │  │  │  └err.log
│  │  │  │  │  ├
│  │  │  │  │  │  ├Aspose.Cells.dll
│  │  │  │  │  │  ├Aspose.Words.dll
│  │  │  │  │  │  ├Microsoft.VC90.CRT.manifest
│  │  │  │  │  │  ├msvcm90.dll
│  │  │  │  │  │  ├msvcp90.dll
│  │  │  │  │  │  ├msvcr90.dll
│  │  │  │  │  │  └Mythicsoft.Conversion.dll
│  │  │  │  │  ├
│  │  │  │  │  │  ├7z.xml
│  │  │  │  │  │  ├7z_cab.xml
│  │  │  │  │  │  ├7z_rar.xml
│  │  │  │  │  │  ├aif.xml
│  │  │  │  │  │  ├arj.xml
│  │  │  │  │  │  ├bmp.xml
│  │  │  │  │  │  ├bz2.xml
│  │  │  │  │  │  ├chm.xml
│  │  │  │  │  │  ├compdoc.xml
│  │  │  │  │  │  ├cpio.xml
│  │  │  │  │  │  ├deb.xml
│  │  │  │  │  │  ├dmg.xml
│  │  │  │  │  │  ├doc.xml
│  │  │  │  │  │  ├docm.xml
│  │  │  │  │  │  ├docx.xml
│  │  │  │  │  │  ├emf.xml
│  │  │  │  │  │  ├flac.xml
│  │  │  │  │  │  ├gif.xml
│  │  │  │  │  │  ├gz.xml
│  │  │  │  │  │  ├hfs.xml
│  │  │  │  │  │  ├iso.xml
│  │  │  │  │  │  ├jpg.xml
│  │  │  │  │  │  ├lzh.xml
│  │  │  │  │  │  ├mp3.xml
│  │  │  │  │  │  ├mp4.xml
│  │  │  │  │  │  ├mpc.xml
│  │  │  │  │  │  ├msg.xml
│  │  │  │  │  │  ├msi.xml
│  │  │  │  │  │  ├nsis.xml
│  │  │  │  │  │  ├ods.xml
│  │  │  │  │  │  ├odt.xml
│  │  │  │  │  │  ├ogg.xml
│  │  │  │  │  │  ├opus.xml
│  │  │  │  │  │  ├ott.xml
│  │  │  │  │  │  ├pdf.xml
│  │  │  │  │  │  ├png.xml
│  │  │  │  │  │  ├pst.xml
│  │  │  │  │  │  ├rpm.xml
│  │  │  │  │  │  ├rtf.xml
│  │  │  │  │  │  ├spx.xml
│  │  │  │  │  │  ├srf.xml
│  │  │  │  │  │  ├tar.xml
│  │  │  │  │  │  ├tif.xml
│  │  │  │  │  │  ├udf.xml
│  │  │  │  │  │  ├wav.xml
│  │  │  │  │  │  ├wim.xml
│  │  │  │  │  │  ├wma.xml
│  │  │  │  │  │  ├wv.xml
│  │  │  │  │  │  ├xar.xml
│  │  │  │  │  │  ├xls.xml
│  │  │  │  │  │  ├xlsm.xml
│  │  │  │  │  │  ├xlsx.xml
│  │  │  │  │  │  ├z.xml
│  │  │  │  │  │  └zip.xml
│  │  │  │  │  ├
│  │  │  │  │  │  ├contents_regexp.js
│  │  │  │  │  │  ├empty_folders.js
│  │  │  │  │  │  ├folder_compare.js
│  │  │  │  │  │  ├folder_doesnot_contain.js
│  │  │  │  │  │  ├foldersonly.js
│  │  │  │  │  │  ├not.js
│  │  │  │  │  │  ├not_regexp.js
│  │  │  │  │  │  ├notpath_regexp.js
│  │  │  │  │  │  ├notpath_regexp.vbs
│  │  │  │  │  │  ├path_regexp.js
│  │  │  │  │  │  ├path_size.js
│  │  │  │  │  │  └readonlyfile.js
│  │  │  │  │  ├
│  │  │  │  │  │  ├contents_nolinenumbers.xsl
│  │  │  │  │  │  ├filename_only.xsl
│  │  │  │  │  │  ├fullname_filesizebytes.xsl
│  │  │  │  │  │  ├fullname_only.xsl
│  │  │  │  │  │  ├hash_separated.xsl
│  │  │  │  │  │  ├hits_only.xsl
│  │  │  │  │  │  ├HTMLTransform.xsl
│  │  │  │  │  │  ├tab_separated.xsl
│  │  │  │  │  │  ├unique_hits_only.xsl
│  │  │  │  │  │  └xcopy.xsl
│  │  │  │  │  ├
│  │  │  │  │  │  ├Sample1.wav
│  │  │  │  │  │  ├Sample2.wav
│  │  │  │  │  │  ├Sample3.wav
│  │  │  │  │  │  ├Sample4.wav
│  │  │  │  │  │  └Sample5.wav
│  │  │  │  │  ├
│  │  │  │  │  │  ├announce
│  │  │  │  │  │  ├changes
│  │  │  │  │  │  ├copying
│  │  │  │  │  │  ├install
│  │  │  │  │  │  ├pdftotext.exe
│  │  │  │  │  │  ├pdftotext.txt
│  │  │  │  │  │  ├readme
│  │  │  │  │  │  ├xpdfrc
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├add-to-xpdfrc
│  │  │  │  │  │  │  ├Adobe-GB1.cidToUnicode
│  │  │  │  │  │  │  ├EUC-CN.unicodeMap
│  │  │  │  │  │  │  ├GBK.unicodeMap
│  │  │  │  │  │  │  ├ISO-2022-CN.unicodeMap
│  │  │  │  │  │  │  ├README
│  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  ├Adobe-GB1-0
│  │  │  │  │  │  │  │  ├Adobe-GB1-1
│  │  │  │  │  │  │  │  ├Adobe-GB1-2
│  │  │  │  │  │  │  │  ├Adobe-GB1-3
│  │  │  │  │  │  │  │  ├Adobe-GB1-4
│  │  │  │  │  │  │  │  ├Adobe-GB1-5
│  │  │  │  │  │  │  │  ├Adobe-GB1-UCS2
│  │  │  │  │  │  │  │  ├GB-EUC-H
│  │  │  │  │  │  │  │  ├GB-EUC-V
│  │  │  │  │  │  │  │  ├GB-H
│  │  │  │  │  │  │  │  ├GBK2K-H
│  │  │  │  │  │  │  │  ├GBK2K-V
│  │  │  │  │  │  │  │  ├GBK-EUC-H
│  │  │  │  │  │  │  │  ├GBK-EUC-UCS2
│  │  │  │  │  │  │  │  ├GBK-EUC-V
│  │  │  │  │  │  │  │  ├GBKp-EUC-H
│  │  │  │  │  │  │  │  ├GBKp-EUC-V
│  │  │  │  │  │  │  │  ├GBpc-EUC-H
│  │  │  │  │  │  │  │  ├GBpc-EUC-UCS2
│  │  │  │  │  │  │  │  ├GBpc-EUC-UCS2C
│  │  │  │  │  │  │  │  ├GBpc-EUC-V
│  │  │  │  │  │  │  │  ├GBT-EUC-H
│  │  │  │  │  │  │  │  ├GBT-EUC-V
│  │  │  │  │  │  │  │  ├GBT-H
│  │  │  │  │  │  │  │  ├GBTpc-EUC-H
│  │  │  │  │  │  │  │  ├GBTpc-EUC-V
│  │  │  │  │  │  │  │  ├GBT-V
│  │  │  │  │  │  │  │  ├GB-V
│  │  │  │  │  │  │  │  ├UniGB-UCS2-H
│  │  │  │  │  │  │  │  ├UniGB-UCS2-V
│  │  │  │  │  │  │  │  ├UniGB-UTF16-H
│  │  │  │  │  │  │  │  ├UniGB-UTF16-V
│  │  │  │  │  │  │  │  ├UniGB-UTF32-H
│  │  │  │  │  │  │  │  ├UniGB-UTF32-V
│  │  │  │  │  │  │  │  ├UniGB-UTF8-H
│  │  │  │  │  │  │  │  └UniGB-UTF8-V
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├add-to-xpdfrc
│  │  │  │  │  │  │  ├Adobe-CNS1.cidToUnicode
│  │  │  │  │  │  │  ├Big5.unicodeMap
│  │  │  │  │  │  │  ├Big5ascii.unicodeMap
│  │  │  │  │  │  │  ├README
│  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  ├Adobe-CNS1-0
│  │  │  │  │  │  │  │  ├Adobe-CNS1-1
│  │  │  │  │  │  │  │  ├Adobe-CNS1-2
│  │  │  │  │  │  │  │  ├Adobe-CNS1-3
│  │  │  │  │  │  │  │  ├Adobe-CNS1-4
│  │  │  │  │  │  │  │  ├Adobe-CNS1-5
│  │  │  │  │  │  │  │  ├Adobe-CNS1-6
│  │  │  │  │  │  │  │  ├Adobe-CNS1-UCS2
│  │  │  │  │  │  │  │  ├B5-H
│  │  │  │  │  │  │  │  ├B5pc-H
│  │  │  │  │  │  │  │  ├B5pc-UCS2
│  │  │  │  │  │  │  │  ├B5pc-UCS2C
│  │  │  │  │  │  │  │  ├B5pc-V
│  │  │  │  │  │  │  │  ├B5-V
│  │  │  │  │  │  │  │  ├CNS1-H
│  │  │  │  │  │  │  │  ├CNS1-V
│  │  │  │  │  │  │  │  ├CNS2-H
│  │  │  │  │  │  │  │  ├CNS2-V
│  │  │  │  │  │  │  │  ├CNS-EUC-H
│  │  │  │  │  │  │  │  ├CNS-EUC-V
│  │  │  │  │  │  │  │  ├ETen-B5-H
│  │  │  │  │  │  │  │  ├ETen-B5-UCS2
│  │  │  │  │  │  │  │  ├ETen-B5-V
│  │  │  │  │  │  │  │  ├ETenms-B5-H
│  │  │  │  │  │  │  │  ├ETenms-B5-V
│  │  │  │  │  │  │  │  ├ETHK-B5-H
│  │  │  │  │  │  │  │  ├ETHK-B5-V
│  │  │  │  │  │  │  │  ├HKdla-B5-H
│  │  │  │  │  │  │  │  ├HKdla-B5-V
│  │  │  │  │  │  │  │  ├HKdlb-B5-H
│  │  │  │  │  │  │  │  ├HKdlb-B5-V
│  │  │  │  │  │  │  │  ├HKgccs-B5-H
│  │  │  │  │  │  │  │  ├HKgccs-B5-V
│  │  │  │  │  │  │  │  ├HKm314-B5-H
│  │  │  │  │  │  │  │  ├HKm314-B5-V
│  │  │  │  │  │  │  │  ├HKm471-B5-H
│  │  │  │  │  │  │  │  ├HKm471-B5-V
│  │  │  │  │  │  │  │  ├HKscs-B5-H
│  │  │  │  │  │  │  │  ├HKscs-B5-V
│  │  │  │  │  │  │  │  ├UniCNS-UCS2-H
│  │  │  │  │  │  │  │  ├UniCNS-UCS2-V
│  │  │  │  │  │  │  │  ├UniCNS-UTF16-H
│  │  │  │  │  │  │  │  ├UniCNS-UTF16-V
│  │  │  │  │  │  │  │  ├UniCNS-UTF32-H
│  │  │  │  │  │  │  │  ├UniCNS-UTF32-V
│  │  │  │  │  │  │  │  ├UniCNS-UTF8-H
│  │  │  │  │  │  │  │  └UniCNS-UTF8-V
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├add-to-xpdfrc
│  │  │  │  │  │  │  ├Adobe-Japan1.cidToUnicode
│  │  │  │  │  │  │  ├EUC-JP.unicodeMap
│  │  │  │  │  │  │  ├ISO-2022-JP.unicodeMap
│  │  │  │  │  │  │  ├README
│  │  │  │  │  │  │  ├Shift-JIS.unicodeMap
│  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  ├78-EUC-H
│  │  │  │  │  │  │  │  ├78-EUC-V
│  │  │  │  │  │  │  │  ├78-H
│  │  │  │  │  │  │  │  ├78ms-RKSJ-H
│  │  │  │  │  │  │  │  ├78ms-RKSJ-V
│  │  │  │  │  │  │  │  ├78-RKSJ-H
│  │  │  │  │  │  │  │  ├78-RKSJ-V
│  │  │  │  │  │  │  │  ├78-V
│  │  │  │  │  │  │  │  ├83pv-RKSJ-H
│  │  │  │  │  │  │  │  ├90msp-RKSJ-H
│  │  │  │  │  │  │  │  ├90msp-RKSJ-V
│  │  │  │  │  │  │  │  ├90ms-RKSJ-H
│  │  │  │  │  │  │  │  ├90ms-RKSJ-UCS2
│  │  │  │  │  │  │  │  ├90ms-RKSJ-V
│  │  │  │  │  │  │  │  ├90pv-RKSJ-H
│  │  │  │  │  │  │  │  ├90pv-RKSJ-UCS2
│  │  │  │  │  │  │  │  ├90pv-RKSJ-UCS2C
│  │  │  │  │  │  │  │  ├90pv-RKSJ-V
│  │  │  │  │  │  │  │  ├Add-H
│  │  │  │  │  │  │  │  ├Add-RKSJ-H
│  │  │  │  │  │  │  │  ├Add-RKSJ-V
│  │  │  │  │  │  │  │  ├Add-V
│  │  │  │  │  │  │  │  ├Adobe-Japan1-0
│  │  │  │  │  │  │  │  ├Adobe-Japan1-1
│  │  │  │  │  │  │  │  ├Adobe-Japan1-2
│  │  │  │  │  │  │  │  ├Adobe-Japan1-3
│  │  │  │  │  │  │  │  ├Adobe-Japan1-4
│  │  │  │  │  │  │  │  ├Adobe-Japan1-5
│  │  │  │  │  │  │  │  ├Adobe-Japan1-6
│  │  │  │  │  │  │  │  ├Adobe-Japan1-UCS2
│  │  │  │  │  │  │  │  ├EUC-H
│  │  │  │  │  │  │  │  ├EUC-V
│  │  │  │  │  │  │  │  ├Ext-H
│  │  │  │  │  │  │  │  ├Ext-RKSJ-H
│  │  │  │  │  │  │  │  ├Ext-RKSJ-V
│  │  │  │  │  │  │  │  ├Ext-V
│  │  │  │  │  │  │  │  ├H
│  │  │  │  │  │  │  │  ├Hankaku
│  │  │  │  │  │  │  │  ├Hiragana
│  │  │  │  │  │  │  │  ├Katakana
│  │  │  │  │  │  │  │  ├NWP-H
│  │  │  │  │  │  │  │  ├NWP-V
│  │  │  │  │  │  │  │  ├RKSJ-H
│  │  │  │  │  │  │  │  ├RKSJ-V
│  │  │  │  │  │  │  │  ├Roman
│  │  │  │  │  │  │  │  ├UniJIS2004-UTF16-H
│  │  │  │  │  │  │  │  ├UniJIS2004-UTF16-V
│  │  │  │  │  │  │  │  ├UniJIS2004-UTF32-H
│  │  │  │  │  │  │  │  ├UniJIS2004-UTF32-V
│  │  │  │  │  │  │  │  ├UniJIS2004-UTF8-H
│  │  │  │  │  │  │  │  ├UniJIS2004-UTF8-V
│  │  │  │  │  │  │  │  ├UniJISPro-UCS2-HW-V
│  │  │  │  │  │  │  │  ├UniJISPro-UCS2-V
│  │  │  │  │  │  │  │  ├UniJISPro-UTF8-V
│  │  │  │  │  │  │  │  ├UniJIS-UCS2-H
│  │  │  │  │  │  │  │  ├UniJIS-UCS2-HW-H
│  │  │  │  │  │  │  │  ├UniJIS-UCS2-HW-V
│  │  │  │  │  │  │  │  ├UniJIS-UCS2-V
│  │  │  │  │  │  │  │  ├UniJIS-UTF16-H
│  │  │  │  │  │  │  │  ├UniJIS-UTF16-V
│  │  │  │  │  │  │  │  ├UniJIS-UTF32-H
│  │  │  │  │  │  │  │  ├UniJIS-UTF32-V
│  │  │  │  │  │  │  │  ├UniJIS-UTF8-H
│  │  │  │  │  │  │  │  ├UniJIS-UTF8-V
│  │  │  │  │  │  │  │  ├UniJISX02132004-UTF32-H
│  │  │  │  │  │  │  │  ├UniJISX02132004-UTF32-V
│  │  │  │  │  │  │  │  ├UniJISX0213-UTF32-H
│  │  │  │  │  │  │  │  ├UniJISX0213-UTF32-V
│  │  │  │  │  │  │  │  ├V
│  │  │  │  │  │  │  │  └WP-Symbol
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├add-to-xpdfrc
│  │  │  │  │  │  │  ├Adobe-Korea1.cidToUnicode
│  │  │  │  │  │  │  ├ISO-2022-KR.unicodeMap
│  │  │  │  │  │  │  ├README
│  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  ├Adobe-Korea1-0
│  │  │  │  │  │  │  │  ├Adobe-Korea1-1
│  │  │  │  │  │  │  │  ├Adobe-Korea1-2
│  │  │  │  │  │  │  │  ├Adobe-Korea1-UCS2
│  │  │  │  │  │  │  │  ├KSC-EUC-H
│  │  │  │  │  │  │  │  ├KSC-EUC-V
│  │  │  │  │  │  │  │  ├KSC-H
│  │  │  │  │  │  │  │  ├KSC-Johab-H
│  │  │  │  │  │  │  │  ├KSC-Johab-V
│  │  │  │  │  │  │  │  ├KSCms-UHC-H
│  │  │  │  │  │  │  │  ├KSCms-UHC-HW-H
│  │  │  │  │  │  │  │  ├KSCms-UHC-HW-V
│  │  │  │  │  │  │  │  ├KSCms-UHC-UCS2
│  │  │  │  │  │  │  │  ├KSCms-UHC-V
│  │  │  │  │  │  │  │  ├KSCpc-EUC-H
│  │  │  │  │  │  │  │  ├KSCpc-EUC-UCS2
│  │  │  │  │  │  │  │  ├KSCpc-EUC-UCS2C
│  │  │  │  │  │  │  │  ├KSCpc-EUC-V
│  │  │  │  │  │  │  │  ├KSC-V
│  │  │  │  │  │  │  │  ├UniKS-UCS2-H
│  │  │  │  │  │  │  │  ├UniKS-UCS2-V
│  │  │  │  │  │  │  │  ├UniKS-UTF16-H
│  │  │  │  │  │  │  │  ├UniKS-UTF16-V
│  │  │  │  │  │  │  │  ├UniKS-UTF32-H
│  │  │  │  │  │  │  │  ├UniKS-UTF32-V
│  │  │  │  │  │  │  │  ├UniKS-UTF8-H
│  │  │  │  │  │  │  │  └UniKS-UTF8-V
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├add-to-xpdfrc
│  │  │  │  │  │  │  ├Bulgarian.nameToUnicode
│  │  │  │  │  │  │  ├Greek.nameToUnicode
│  │  │  │  │  │  │  ├ISO-8859-6.unicodeMap
│  │  │  │  │  │  │  ├ISO-8859-7.unicodeMap
│  │  │  │  │  │  │  ├ISO-8859-8.unicodeMap
│  │  │  │  │  │  │  ├ISO-8859-9.unicodeMap
│  │  │  │  │  │  │  ├KOI8-R.unicodeMap
│  │  │  │  │  │  │  ├Latin2.unicodeMap
│  │  │  │  │  │  │  ├README
│  │  │  │  │  │  │  ├Thai.nameToUnicode
│  │  │  │  │  │  │  ├TIS-620.unicodeMap
│  │  │  │  │  │  │  └Windows-1255.unicodeMap
│  │  │  │  ├
│  │  │  │  │  ├01-ReadMe-简介说明.txt
│  │  │  │  │  ├02-History-更新打包记录.txt
│  │  │  │  │  ├03-Config-7zSfxTool.7zSC
│  │  │  │  │  ├2022-03-12_07.56.17.788516.fqf
│  │  │  │  │  ├active_edits.dat
│  │  │  │  │  ├Bookmarks.dat
│  │  │  │  │  ├ca_root_pem
│  │  │  │  │  ├cert.dat
│  │  │  │  │  ├FlashFXP.bat
│  │  │  │  │  ├FlashFXP.exe
│  │  │  │  │  ├FlashFXP.ini
│  │  │  │  │  ├FlashFXP.key
│  │  │  │  │  ├flashfxp.portable
│  │  │  │  │  ├icon.ico
│  │  │  │  │  ├libcrypto-1_1.dll
│  │  │  │  │  ├libeay32.dll
│  │  │  │  │  ├libssl-1_1.dll
│  │  │  │  │  ├msvcr110.dll
│  │  │  │  │  ├quick.dat
│  │  │  │  │  ├Sites.dat
│  │  │  │  │  ├Skiplist.dat
│  │  │  │  │  ├ssleay32.dll
│  │  │  │  │  ├Stats.dat
│  │  │  │  │  ├
│  │  │  │  │  │  └<~flashfxp>
│  │  │  │  │  ├
│  │  │  │  │  │  ├Chinese Simplified.dlf
│  │  │  │  │  │  └Chinese Traditional.dlf
│  │  │  │  │  └
│  │  │  │  ├
│  │  │  │  │  └HDTune.exe
│  │  │  │  ├
│  │  │  │  │  ├i_view32.exe
│  │  │  │  │  ├i_view32.ini
│  │  │  │  │  ├
│  │  │  │  │  │  ├Chinese_Simp.dll
│  │  │  │  │  │  ├Chinese_TW.dll
│  │  │  │  │  │  ├IP_Chinese_Simp.lng
│  │  │  │  │  │  └IP_Chinese_TW.lng
│  │  │  │  ├
│  │  │  │  │  ├JexChan.exe
│  │  │  │  │  └JexChan32.exe
│  │  │  │  ├
│  │  │  │  │  ├DigitalFrameWizard.exe
│  │  │  │  │  ├ielib32.dll
│  │  │  │  │  ├libwebp.dll
│  │  │  │  │  ├LightImageResize.exe
│  │  │  │  │  ├msvcr100.dll
│  │  │  │  │  ├optipng.exe
│  │  │  │  │  ├profiles.ini
│  │  │  │  │  ├switches.txt
│  │  │  │  │  ├
│  │  │  │  │  │  ├DFW_Brazil.ini
│  │  │  │  │  │  ├DFW_Czech Republic.ini
│  │  │  │  │  │  ├DFW_Denmark.ini
│  │  │  │  │  │  ├DFW_France.ini
│  │  │  │  │  │  ├DFW_Georgia.ini
│  │  │  │  │  │  ├DFW_Germany.ini
│  │  │  │  │  │  ├DFW_Greece.ini
│  │  │  │  │  │  ├DFW_Hungary.ini
│  │  │  │  │  │  ├DFW_Italy.ini
│  │  │  │  │  │  ├DFW_Japan.ini
│  │  │  │  │  │  ├DFW_Korea.ini
│  │  │  │  │  │  ├DFW_Netherlands.ini
│  │  │  │  │  │  ├DFW_Norway.ini
│  │  │  │  │  │  ├DFW_original.ini
│  │  │  │  │  │  ├DFW_People's Republic of China.ini
│  │  │  │  │  │  ├DFW_Poland.ini
│  │  │  │  │  │  ├DFW_Portugal.ini
│  │  │  │  │  │  ├DFW_Russia.ini
│  │  │  │  │  │  ├DFW_Saudi Arabia.ini
│  │  │  │  │  │  ├DFW_Serbia.ini
│  │  │  │  │  │  ├DFW_Slovenia.ini
│  │  │  │  │  │  ├DFW_Spain.ini
│  │  │  │  │  │  ├DFW_Sweden.ini
│  │  │  │  │  │  ├DFW_Taiwan.ini
│  │  │  │  │  │  ├DFW_United States.ini
│  │  │  │  │  │  ├EditLoc.exe
│  │  │  │  │  │  ├flag_Arabic.png
│  │  │  │  │  │  ├flag_brazil.png
│  │  │  │  │  │  ├flag_chinese.png
│  │  │  │  │  │  ├flag_croatian.png
│  │  │  │  │  │  ├flag_czech_republic.png
│  │  │  │  │  │  ├flag_denmark.png
│  │  │  │  │  │  ├flag_Dutch.png
│  │  │  │  │  │  ├flag_estonia.png
│  │  │  │  │  │  ├flag_finland.png
│  │  │  │  │  │  ├flag_french.png
│  │  │  │  │  │  ├flag_georgia.png
│  │  │  │  │  │  ├flag_german.png
│  │  │  │  │  │  ├flag_great_britain.png
│  │  │  │  │  │  ├flag_greece.png
│  │  │  │  │  │  ├flag_hungary.png
│  │  │  │  │  │  ├flag_italy.png
│  │  │  │  │  │  ├flag_japan.png
│  │  │  │  │  │  ├flag_korea.png
│  │  │  │  │  │  ├flag_norway.png
│  │  │  │  │  │  ├flag_poland.png
│  │  │  │  │  │  ├flag_portugal.png
│  │  │  │  │  │  ├flag_romania.png
│  │  │  │  │  │  ├flag_russia.png
│  │  │  │  │  │  ├flag_serbia.png
│  │  │  │  │  │  ├flag_slovakia.png
│  │  │  │  │  │  ├flag_slovenia.png
│  │  │  │  │  │  ├flag_spain.png
│  │  │  │  │  │  ├flag_sweden.png
│  │  │  │  │  │  ├flag_taiwan.png
│  │  │  │  │  │  ├flag_turkey.png
│  │  │  │  │  │  ├flag_ukraine.png
│  │  │  │  │  │  ├flag_usa.png
│  │  │  │  │  │  ├RSZ_Brazil.ini
│  │  │  │  │  │  ├RSZ_Croatia.ini
│  │  │  │  │  │  ├RSZ_Czech Republic.ini
│  │  │  │  │  │  ├RSZ_Denmark.ini
│  │  │  │  │  │  ├RSZ_Estonia.ini
│  │  │  │  │  │  ├RSZ_Finland.ini
│  │  │  │  │  │  ├RSZ_France.ini
│  │  │  │  │  │  ├RSZ_Georgia.ini
│  │  │  │  │  │  ├RSZ_Germany.ini
│  │  │  │  │  │  ├RSZ_Greece.ini
│  │  │  │  │  │  ├RSZ_Hungary.ini
│  │  │  │  │  │  ├RSZ_Italy.ini
│  │  │  │  │  │  ├RSZ_Japan.ini
│  │  │  │  │  │  ├RSZ_Korea.ini
│  │  │  │  │  │  ├RSZ_Netherlands.ini
│  │  │  │  │  │  ├RSZ_Norway.ini
│  │  │  │  │  │  ├RSZ_original.ini
│  │  │  │  │  │  ├RSZ_People's Republic of China.ini
│  │  │  │  │  │  ├RSZ_Poland.ini
│  │  │  │  │  │  ├RSZ_Portugal.ini
│  │  │  │  │  │  ├RSZ_Romania.ini
│  │  │  │  │  │  ├RSZ_Russia.ini
│  │  │  │  │  │  ├RSZ_Saudi Arabia.ini
│  │  │  │  │  │  ├RSZ_Serbia.ini
│  │  │  │  │  │  ├RSZ_Slovakia.ini
│  │  │  │  │  │  ├RSZ_Slovenia.ini
│  │  │  │  │  │  ├RSZ_Spain.ini
│  │  │  │  │  │  ├RSZ_Sweden.ini
│  │  │  │  │  │  ├RSZ_Taiwan.ini
│  │  │  │  │  │  ├RSZ_Turkey.ini
│  │  │  │  │  │  ├RSZ_Ukraine.ini
│  │  │  │  │  │  ├RSZ_United Kingdom.ini
│  │  │  │  │  │  └RSZ_United States.ini
│  │  │  │  ├
│  │  │  │  │  ├curl-ca-bundle.crt
│  │  │  │  │  ├History.txt
│  │  │  │  │  ├LIBCURL.DLL
│  │  │  │  │  ├License.html
│  │  │  │  │  ├MediaInfo.dll
│  │  │  │  │  ├MediaInfo.exe
│  │  │  │  │  ├MediaInfo.url
│  │  │  │  │  ├MediaInfo_i386.dll
│  │  │  │  │  ├MediaInfo_InfoTip.dll
│  │  │  │  │  ├ReadMe.txt
│  │  │  │  │  ├uninst.exe
│  │  │  │  │  ├
│  │  │  │  │  │  ├MediaInfo.cfg
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├en.Example.csv
│  │  │  │  │  │  │  ├en.Example_HTML.csv
│  │  │  │  │  │  │  ├Example.csv
│  │  │  │  │  │  │  ├Example_HTML.csv
│  │  │  │  │  │  │  ├fr.Example.csv
│  │  │  │  │  │  │  ├it.Esempio.csv
│  │  │  │  │  │  │  ├it.Esempio_HTML.csv
│  │  │  │  │  │  │  ├Table by fields, compact (HTML).csv
│  │  │  │  │  │  │  ├Table by fields, short (HTML).csv
│  │  │  │  │  │  │  ├Table by fields, standard (HTML).csv
│  │  │  │  │  │  │  ├Table by fields, verbose (HTML).csv
│  │  │  │  │  │  │  ├Table by streams, compact (HTML).csv
│  │  │  │  │  │  │  ├Table by streams, short (HTML).csv
│  │  │  │  │  │  │  ├Table by streams, standard (HTML).csv
│  │  │  │  │  │  │  ├Table by streams, verbose (HTML).csv
│  │  │  │  │  │  │  ├XML.csv
│  │  │  │  │  │  │  └zzz_Contrib - Dusil (HTML).csv
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├ar.csv
│  │  │  │  │  │  │  ├be.csv
│  │  │  │  │  │  │  ├bg.csv
│  │  │  │  │  │  │  ├ca.csv
│  │  │  │  │  │  │  ├cs.csv
│  │  │  │  │  │  │  ├da.csv
│  │  │  │  │  │  │  ├de.csv
│  │  │  │  │  │  │  ├en.csv
│  │  │  │  │  │  │  ├es.csv
│  │  │  │  │  │  │  ├eu.csv
│  │  │  │  │  │  │  ├fa.csv
│  │  │  │  │  │  │  ├fr.csv
│  │  │  │  │  │  │  ├gl.csv
│  │  │  │  │  │  │  ├gr.csv
│  │  │  │  │  │  │  ├hr.csv
│  │  │  │  │  │  │  ├hu.csv
│  │  │  │  │  │  │  ├hy.csv
│  │  │  │  │  │  │  ├it.csv
│  │  │  │  │  │  │  ├ja.csv
│  │  │  │  │  │  │  ├ka.csv
│  │  │  │  │  │  │  ├ko.csv
│  │  │  │  │  │  │  ├lt.csv
│  │  │  │  │  │  │  ├nl.csv
│  │  │  │  │  │  │  ├pl.csv
│  │  │  │  │  │  │  ├pt.csv
│  │  │  │  │  │  │  ├pt-BR.csv
│  │  │  │  │  │  │  ├ro.csv
│  │  │  │  │  │  │  ├ru.csv
│  │  │  │  │  │  │  ├sk.csv
│  │  │  │  │  │  │  ├sq.csv
│  │  │  │  │  │  │  ├sv.csv
│  │  │  │  │  │  │  ├th.csv
│  │  │  │  │  │  │  ├tr.csv
│  │  │  │  │  │  │  ├uk.csv
│  │  │  │  │  │  │  ├zh-CN.csv
│  │  │  │  │  │  │  ├zh-HK.csv
│  │  │  │  │  │  │  └zh-TW.csv
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├Example.csv
│  │  │  │  │  │  │  └Export example.csv
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  └Example.csv
│  │  │  │  ├
│  │  │  │  │  └Notepad2.exe
│  │  │  │  ├
│  │  │  │  │  ├Pointofix.exe
│  │  │  │  │  └pointofix_translation.ini
│  │  │  │  ├
│  │  │  │  │  ├Eula.txt
│  │  │  │  │  ├procexp.chm
│  │  │  │  │  ├procexp.exe
│  │  │  │  │  ├procexp64.exe
│  │  │  │  │  └procexp64a.exe
│  │  │  │  ├
│  │  │  │  │  ├ProcessLassoPortable.exe
│  │  │  │  │  ├
│  │  │  │  │  │  ├转载请保留:老殁 www.Laomo.me 分享绿色破解软件10年.url
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├appinfo.ini
│  │  │  │  │  │  │  ├转载请保留:老殁 www.Laomo.me 分享绿色破解软件10年.url
│  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  ├ProcessLassoPortable.ini
│  │  │  │  │  │  │  │  └转载请保留:老殁 www.Laomo.me 分享绿色破解软件10年.url
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  ├ProcessLasso_CU.reg
│  │  │  │  │  │  │  │  └ProcessLasso_LM.reg
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├.portable
│  │  │  │  │  │  │  ├bcleaner.exe
│  │  │  │  │  │  │  ├bitsumms.exe
│  │  │  │  │  │  │  ├CPUEater.exe
│  │  │  │  │  │  │  ├Insights.exe
│  │  │  │  │  │  │  ├InstallHelper.exe
│  │  │  │  │  │  │  ├LogViewer.exe
│  │  │  │  │  │  │  ├pl.cmd
│  │  │  │  │  │  │  ├pl_rsrc_english.dll
│  │  │  │  │  │  │  ├plActivate.exe
│  │  │  │  │  │  │  ├pl-update.cmd
│  │  │  │  │  │  │  ├ProcessGovernor.exe
│  │  │  │  │  │  │  ├ProcessLasso.exe
│  │  │  │  │  │  │  ├ProcessLassoLauncher.exe
│  │  │  │  │  │  │  ├QuickUpgrade.exe
│  │  │  │  │  │  │  ├srvstub.exe
│  │  │  │  │  │  │  ├start-governor.bat
│  │  │  │  │  │  │  ├stop-governor.bat
│  │  │  │  │  │  │  ├testlasso.exe
│  │  │  │  │  │  │  ├ThreadRacer.exe
│  │  │  │  │  │  │  ├TweakScheduler.exe
│  │  │  │  │  │  │  └vistammsc.exe
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├.portable
│  │  │  │  │  │  │  ├bcleaner.exe
│  │  │  │  │  │  │  ├bitsumms.exe
│  │  │  │  │  │  │  ├CPUEater.exe
│  │  │  │  │  │  │  ├Insights.exe
│  │  │  │  │  │  │  ├InstallHelper.exe
│  │  │  │  │  │  │  ├LogViewer.exe
│  │  │  │  │  │  │  ├pl.cmd
│  │  │  │  │  │  │  ├pl_rsrc_english.dll
│  │  │  │  │  │  │  ├plActivate.exe
│  │  │  │  │  │  │  ├pl-update.cmd
│  │  │  │  │  │  │  ├ProcessGovernor.exe
│  │  │  │  │  │  │  ├ProcessLasso.exe
│  │  │  │  │  │  │  ├ProcessLassoLauncher.exe
│  │  │  │  │  │  │  ├QuickUpgrade.exe
│  │  │  │  │  │  │  ├srvstub.exe
│  │  │  │  │  │  │  ├start-governor.bat
│  │  │  │  │  │  │  ├stop-governor.bat
│  │  │  │  │  │  │  ├testlasso.exe
│  │  │  │  │  │  │  ├ThreadRacer.exe
│  │  │  │  │  │  │  ├TweakScheduler.exe
│  │  │  │  │  │  │  └vistammsc.exe
│  │  │  │  ├
│  │  │  │  │  └ResHacker.exe
│  │  │  │  ├
│  │  │  │  │  └ResourceHacker.exe
│  │  │  │  ├
│  │  │  │  │  ├rebocopy.exe
│  │  │  │  │  ├rebocopy2013.exe
│  │  │  │  │  ├Robocopy.docx
│  │  │  │  │  ├Robocopy.exe
│  │  │  │  │  ├Robocopy.pdf
│  │  │  │  │  ├Robocopy_txt.txt
│  │  │  │  │  ├Robocopy51.exe
│  │  │  │  │  ├Robocopy64.exe
│  │  │  │  │  └Robocopy视频教程.mp4
│  │  │  │  ├
│  │  │  │  │  └TimerPowerOff.zip
│  │  │  │  ├
│  │  │  │  │  ├Neutron.exe
│  │  │  │  │  ├Neutron.ini
│  │  │  │  │  ├TimeSync电脑时间同步校准.exe
│  │  │  │  │  ├TimeSync电脑时间同步校准2.exe
│  │  │  │  │  └TimeSync电脑时间同步校准3.exe
│  │  │  │  ├
│  │  │  │  │  ├config.ini
│  │  │  │  │  ├global_cfg.ini
│  │  │  │  │  ├history_traffic.dat
│  │  │  │  │  ├history_traffic.dat.bak
│  │  │  │  │  └TrafficMonitor.exe
│  │  │  │  ├
│  │  │  │  │  ├config.ini
│  │  │  │  │  ├global_cfg.ini
│  │  │  │  │  ├history_traffic.dat
│  │  │  │  │  ├LibreHardwareMonitorLib.dll
│  │  │  │  │  ├OpenHardwareMonitorApi.dll
│  │  │  │  │  ├tinyxml2.dll
│  │  │  │  │  ├TrafficMonitor.VisualElementsManifest.xml
│  │  │  │  │  ├显示电脑网速监控悬浮窗TrafficMonitor.exe
│  │  │  │  │  ├
│  │  │  │  │  │  ├TrafficMonitor.150x150Logo.png
│  │  │  │  │  │  └TrafficMonitor.70x70Logo.png
│  │  │  │  │  ├
│  │  │  │  │  │  ├<0默认皮肤>
│  │  │  │  │  │  │  ├background.bmp
│  │  │  │  │  │  │  ├background_l.bmp
│  │  │  │  │  │  │  ├background_mask.bmp
│  │  │  │  │  │  │  ├background_mask_l.bmp
│  │  │  │  │  │  │  └skin.ini
│  │  │  │  │  │  ├<皮肤01>
│  │  │  │  │  │  │  ├background.bmp
│  │  │  │  │  │  │  ├background_l.bmp
│  │  │  │  │  │  │  ├background_mask.bmp
│  │  │  │  │  │  │  ├background_mask_l.bmp
│  │  │  │  │  │  │  └skin.ini
│  │  │  │  │  │  ├<皮肤02>
│  │  │  │  │  │  │  ├background.bmp
│  │  │  │  │  │  │  ├background_l.bmp
│  │  │  │  │  │  │  ├background_mask.bmp
│  │  │  │  │  │  │  ├background_mask_l.bmp
│  │  │  │  │  │  │  └skin.ini
│  │  │  │  │  │  ├<皮肤03>
│  │  │  │  │  │  │  ├background.bmp
│  │  │  │  │  │  │  ├background_l.bmp
│  │  │  │  │  │  │  └skin.ini
│  │  │  │  │  │  ├<皮肤04>
│  │  │  │  │  │  │  ├background.bmp
│  │  │  │  │  │  │  ├background_l.bmp
│  │  │  │  │  │  │  └skin.ini
│  │  │  │  │  │  ├<皮肤05>
│  │  │  │  │  │  │  ├background.bmp
│  │  │  │  │  │  │  ├background_l.bmp
│  │  │  │  │  │  │  └skin.ini
│  │  │  │  │  │  ├<皮肤06>
│  │  │  │  │  │  │  ├background.bmp
│  │  │  │  │  │  │  ├background_l.bmp
│  │  │  │  │  │  │  └skin.ini
│  │  │  │  │  │  ├<皮肤07>
│  │  │  │  │  │  │  ├background.bmp
│  │  │  │  │  │  │  ├background_l.bmp
│  │  │  │  │  │  │  └skin.ini
│  │  │  │  │  │  ├<皮肤08>
│  │  │  │  │  │  │  ├background.bmp
│  │  │  │  │  │  │  ├background_l.bmp
│  │  │  │  │  │  │  └skin.ini
│  │  │  │  │  │  ├<皮肤09>
│  │  │  │  │  │  │  ├background.bmp
│  │  │  │  │  │  │  ├background_l.bmp
│  │  │  │  │  │  │  └skin.ini
│  │  │  │  │  │  ├<皮肤10>
│  │  │  │  │  │  │  ├background.bmp
│  │  │  │  │  │  │  ├background_l.bmp
│  │  │  │  │  │  │  └skin.ini
│  │  │  │  │  │  ├<皮肤11>
│  │  │  │  │  │  │  ├background.bmp
│  │  │  │  │  │  │  ├background_l.bmp
│  │  │  │  │  │  │  └skin.ini
│  │  │  │  │  │  ├<皮肤12>
│  │  │  │  │  │  │  ├background.bmp
│  │  │  │  │  │  │  ├background_l.bmp
│  │  │  │  │  │  │  └skin.xml
│  │  │  │  ├
│  │  │  │  │  └UFSExplorerProRecovery.exe
│  │  │  │  ├
│  │  │  │  │  ├UltraISO.exe
│  │  │  │  │  ├
│  │  │  │  │  │  ├UltraISO-v2.exe
│  │  │  │  │  │  └UltraISO软碟通.exe
│  │  │  │  ├
│  │  │  │  │  ├Uninstall_Tool.exe
│  │  │  │  │  ├
│  │  │  │  │  │  └Geek_Uninstaller.exe
│  │  │  │  ├
│  │  │  │  │  └VistanitaDuplicateFinderVDF.exe
│  │  │  │  ├
│  │  │  │  │  └WinCDEmu.exe
│  │  │  │  ├
│  │  │  │  │  ├01_WinHex界面语言选择.jpg
│  │  │  │  │  ├02_WinHex注册码.txt
│  │  │  │  │  ├03_运行WinHex.vbs
│  │  │  │  │  ├Boot Sector FAT.tpl
│  │  │  │  │  ├Boot Sector FAT32.tpl
│  │  │  │  │  ├Boot Sector NTFS.tpl
│  │  │  │  │  ├Chinese.dat
│  │  │  │  │  ├Chinese.txt
│  │  │  │  │  ├Conditional Coloring.cfg
│  │  │  │  │  ├Dokan.exe
│  │  │  │  │  ├Ext Directory Entry.tpl
│  │  │  │  │  ├Ext Group Descriptor.tpl
│  │  │  │  │  ├Ext Inode.tpl
│  │  │  │  │  ├Ext Superblock.tpl
│  │  │  │  │  ├FAT Directory Entry.tpl
│  │  │  │  │  ├FAT LFN Entry.tpl
│  │  │  │  │  ├File Type Signatures Search.txt
│  │  │  │  │  ├GUID Partition Table.tpl
│  │  │  │  │  ├HFS+ Volume Header.tpl
│  │  │  │  │  ├indexcha.txt
│  │  │  │  │  ├language.dat
│  │  │  │  │  ├Master Boot Record.tpl
│  │  │  │  │  ├NTFS FILE Record.tpl
│  │  │  │  │  ├Recently Opened.dat
│  │  │  │  │  ├Sample script.whs
│  │  │  │  │  ├setup.exe
│  │  │  │  │  ├sspicli.dll
│  │  │  │  │  ├Text file conversion UNIX - Windows.whs
│  │  │  │  │  ├Text file conversion Windows - UNIX.whs
│  │  │  │  │  ├timezone.dat
│  │  │  │  │  ├user.txt
│  │  │  │  │  ├WinHex.cfg
│  │  │  │  │  ├winhex.chm
│  │  │  │  │  ├WinHex.exe
│  │  │  │  │  ├WinHex64.exe
│  │  │  │  │  ├winhex-d.chm
│  │  │  │  │  ├zlib1.dll
│  │  │  │  │  ├
│  │  │  │  │  │  ├11684.COM.url
│  │  │  │  │  │  ├hash2.dll
│  │  │  │  │  │  ├zlib1.dll
│  │  │  │  │  │  ├巴士下载站_readme.htm
│  │  │  │  │  │  └请先读我.htm
│  │  │  │  ├
│  │  │  │  │  ├!_设置简体中文界面.jpg
│  │  │  │  │  ├Formats.txt
│  │  │  │  │  ├keyboard.txt
│  │  │  │  │  ├license.txt
│  │  │  │  │  ├license-de.txt
│  │  │  │  │  ├license-fr.txt
│  │  │  │  │  ├Plugins.txt
│  │  │  │  │  ├ReadMe.txt
│  │  │  │  │  ├tip.ini
│  │  │  │  │  ├Usage.txt
│  │  │  │  │  ├website.url
│  │  │  │  │  ├WhatsNew.txt
│  │  │  │  │  ├xnview.exe
│  │  │  │  │  ├xnview.exe.manifest
│  │  │  │  │  ├xnview_Single.exe
│  │  │  │  │  ├<8bf>
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├HarrysFilters.ini
│  │  │  │  │  │  │  ├HarrysFilters3.8bf
│  │  │  │  │  │  │  ├Help.txt
│  │  │  │  │  │  │  ├
│  │  │  │  │  │  │  │  ├Abstract.hfp
│  │  │  │  │  │  │  │  ├ArtOfNoise.hfp
│  │  │  │  │  │  │  │  ├Black&White1.hfp
│  │  │  │  │  │  │  │  ├Black&White2.hfp
│  │  │  │  │  │  │  │  ├Black&White3.hfp
│  │  │  │  │  │  │  │  ├Black&WhiteTouch.hfp
│  │  │  │  │  │  │  │  ├BlackDrawing.hfp
│  │  │  │  │  │  │  │  ├BlueFace.hfp
│  │  │  │  │  │  │  │  ├BlueTouch.hfp
│  │  │  │  │  │  │  │  ├BlueYellowFrame.hfp
│  │  │  │  │  │  │  │  ├BlurredPainting.hfp
│  │  │  │  │  │  │  │  ├BluryPainting_default.hfp
│  │  │  │  │  │  │  │  ├BrighterDay.hfp
│  │  │  │  │  │  │  │  ├BrightPainted.hfp
│  │  │  │  │  │  │  │  ├BrownShine.hfp
│  │  │  │  │  │  │  │  ├BubbleCarpet.hfp
│  │  │  │  │  │  │  │  ├BubbleField.hfp
│  │  │  │  │  │  │  │  ├BurnOut.hfp
│  │  │  │  │  │  │  │  ├CartoonArt_default.hfp
│  │  │  │  │  │  │  │  ├Chaos_default.hfp
│  │  │  │  │  │  │  │  ├ChaosMirror.hfp
│  │  │  │  │  │  │  │  ├ChoppedView.hfp
│  │  │  │  │  │  │  │  ├Circles.hfp
│  │  │  │  │  │  │  │  ├ClassicPink.hfp
│  │  │  │  │  │  │  │  ├ColorCompress.hfp
│  │  │  │  │  │  │  │  ├ColoredFrame.hfp
│  │  │  │  │  │  │  │  ├ColorPosterize.hfp
│  │  │  │  │  │  │  │  ├ColorWeave.hfp
│  │  │  │  │  │  │  │  ├ConfettiEmboss.hfp
│  │  │  │  │  │  │  │  ├Convolver_default.hfp
│  │  │  │  │  │  │  │  ├CoolGrad.hfp
│  │  │  │  │  │  │  │  ├CosmicDistortion.hfp
│  │  │  │  │  │  │  │  ├CrochetPattern.hfp
│  │  │  │  │  │  │  │  ├CrossMirror.hfp
│  │  │  │  │  │  │  │  ├CrossStitch.hfp
│  │  │  │  │  │  │  │  ├CubicMosaic.hfp
│  │  │  │  │  │  │  │  ├DarkGrain.hfp
│  │  │  │  │  │  │  │  ├DarkShine.hfp
│  │  │  │  │  │  │  │  ├Dawning.hfp
│  │  │  │  │  │  │  │  ├DeathSpiral.hfp
│  │  │  │  │  │  │  │  ├DiagonalCut.hfp
│  │  │  │  │  │  │  │  ├Difuse.hfp
│  │  │  │  │  │  │  │  ├DigitalConfetti.hfp
│  │  │  │  │  │  │  │  ├DigitalGarbage.hfp
│  │  │  │  │  │  │  │  ├DoubleSphere_default.hfp
│  │  │  │  │  │  │  │  ├down_Mirror.hfp
│  │  │  │  │  │  │  │  ├E_Mirror.hfp
│  │  │  │  │  │  │  │  ├ExtremeSummer.hfp
│  │  │  │  │  │  │  │  ├FataMorgana.hfp
│  │  │  │  │  │  │  │  ├FatExpose.hfp
│  │  │  │  │  │  │  │  ├FlagWarp.hfp
│  │  │  │  │  │  │  │  ├Flames.hfp
│  │  │  │  │  │  │  │  ├Frame_default.hfp
│  │  │  │  │  │  │  │  ├FullBlow.hfp
│  │  │  │  │  │  │  │  ├FullChop.hfp
│  │  │  │  │  │  │  │  ├FullZoom.hfp
│  │  │  │  │  │  │  │  ├GhostPhoto.hfp
│  │  │  │  │  │  │  │  ├GlasBlinds.hfp
│  │  │  │  │  │  │  │  ├GoldenRings.hfp
│  │  │  │  │  │  │  │  ├GoldenSummer.hfp
│  │  │  │  │  │  │  │  ├GoldReflection.hfp
│  │  │  │  │  │  │  │  ├GoldTex1.hfp
│  │  │  │  │  │  │  │  ├GoldTex2.hfp
│  │  │  │  │  │  │  │  ├GreenLight.hfp
│  │  │  │  │  │  │  │  ├GreenPainting.hfp
│  │  │  │  │  │  │  │  ├GreenTouch.hfp
│  │  │  │  │  │  │  │  ├Grid.hfp
│  │  │  │  │  │  │  │  ├Ignition.hfp
│  │  │  │  │  │  │  │  ├Ignition2.hfp
│  │  │  │  │  │  │  │  ├InfraRed.hfp
│  │  │  │  │  │  │  │  ├InterlaceDistorted.hfp
│  │  │  │  │  │  │  │  ├KidPainting.hfp
│  │  │  │  │  │  │  │  ├Knots.hfp
│  │  │  │  │  │  │  │  ├Lightning.hfp
│  │  │  │  │  │  │  │  ├LinearPattern.hfp
│  │  │  │  │  │  │  │  ├Mixed_default.hfp
│  │  │  │  │  │  │  │  ├MixedBeam_default.hfp
│  │  │  │  │  │  │  │  ├NeonNight.hfp
│  │  │  │  │  │  │  │  ├NightColor.hfp
│  │  │  │  │  │  │  │  ├NightLamp.hfp
│  │  │  │  │  │  │  │  ├NightVision.hfp
│  │  │  │  │  │  │  │  ├NoisyTV.hfp
│  │  │  │  │  │  │  │  ├NW_Mirror.hfp
│  │  │  │  │  │  │  │  ├OldFilm.hfp
│  │  │  │  │  │  │  │  ├Overpainting_default.hfp
│  │  │  │  │  │  │  │  ├PencilDrawing.hfp
│  │  │  │  │  │  │  │  ├Perforated.hfp
│  │  │  │  │  │  │  │  ├PinkGlass.hfp
│  │  │  │  │  │  │  │  ├PlanetarySunset.hfp
│  │  │  │  │  │  │  │  ├Polarizer.hfp
│  │  │  │  │  │  │  │  ├PolarLights.hfp
│  │  │  │  │  │  │  │  ├PolarLightsBright.hfp
│  │  │  │  │  │  │  │  ├PopPattern.hfp
│  │  │  │  │  │  │  │  ├Posterize.hfp
│  │  │  │  │  │  │  │  ├Posterized.hfp
│  │  │  │  │  │  │  │  ├RadarWave.hfp
│  │  │  │  │  │  │  │  ├RainbowGrad.hfp
│  │  │  │  │  │  │  │  ├RainForest.hfp
│  │  │  │  │  │  │  │  ├RandomArt_default.hfp
│  │  │  │  │  │  │  │  ├Raspery_default.hfp
│  │  │  │  │  │  │  │  ├Red&BlueAtmosphere.hfp
│  │  │  │  │  │  │  │  ├RedBloodTexture.hfp
│  │  │  │  │  │  │  │  ├RedComic.hfp
│  │  │  │  │  │  │  │  ├RedSky.hfp
│  │  │  │  │  │  │  │  ├RoboView.hfp
│  │  │  │  │  │  │  │  ├Rusty&Grainy.hfp
│  │  │  │  │  │  │  │  ├SE_Mirror.hfp
│  │  │  │  │  │  │  │  ├Sepia.hfp
│  │  │  │  │  │  │  │  ├SharpenedView.hfp
│  │  │  │  │  │  │  │  ├SoftPainted.hfp
│  │  │  │  │  │  │  │  ├SpiralDeath.hfp
│  │  │  │  │  │  │  │  ├StageLights.hfp
│  │  │  │  │  │  │  │  ├StreamingPath.hfp
│  │  │  │  │  │  │  │  ├SuperNatural.hfp
│  │  │  │  │  │  │  │  ├SW_Mirror.hfp
│  │  │  │  │  │  │  │  ├TiledWindow.hfp
│  │  │  │  │  │  │  │  ├Tornado.hfp
│  │  │  │  │  │  │  │  ├TornImage.hfp
│  │  │  │  │  │  │  │  ├TripleBar.hfp
│  │  │  │  │  │  │  │  ├TripleCircle.hfp
│  │  │  │  │  │  │  │  ├Turbulence.hfp
│  │  │  │  │  │  │  │  ├VerticalGlas.hfp
│  │  │  │  │  │  │  │  ├VerticalSplit.hfp
│  │  │  │  │  │  │  │  ├VeryOldPhoto.hfp
│  │  │  │  │  │  │  │  ├ViolettCrossStitch.hfp
│  │  │  │  │  │  │  │  ├ViolettHell.hfp
│  │  │  │  │  │  │  │  ├WirlyPainting.hfp
│  │  │  │  │  │  │  │  ├Yellow&Blue.hfp
│  │  │  │  │  │  │  │  ├YellowFuzz.hfp
│  │  │  │  │  │  │  │  ├YellowRadar.hfp
│  │  │  │  │  │  │  │  ├YellowSkin.hfp
│  │  │  │  │  │  │  │  └YellowTouch.hfp
│  │  │  │  │  ├
│  │  │  │  │  │  ├FTP.lng
│  │  │  │  │  │  ├FTP.xnp
│  │  │  │  │  │  ├libquant.dll
│  │  │  │  │  │  ├libquant.txt
│  │  │  │  │  │  ├NeroCD.lng
│  │  │  │  │  │  ├NeroCD.xnp
│  │  │  │  │  │  ├Paint.lng
│  │  │  │  │  │  ├Paint.xnp
│  │  │  │  │  │  ├PhotoMasque.dat
│  │  │  │  │  │  ├PhotoMasque.lng
│  │  │  │  │  │  ├PhotoMasque.xnp
│  │  │  │  │  │  ├Xmp.dll
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├PF-Brush.jpg
│  │  │  │  │  │  │  ├PF-Camera.jpg
│  │  │  │  │  │  │  ├PF-Diffuse.jpg
│  │  │  │  │  │  │  ├PF-Ellipse.jpg
│  │  │  │  │  │  │  ├PF-Fog.jpg
│  │  │  │  │  │  │  ├PF-Keyhole.jpg
│  │  │  │  │  │  │  ├PF-Slide.jpg
│  │  │  │  │  │  │  ├PF-Snowflake.jpg
│  │  │  │  │  │  │  ├PF-Sponge.jpg
│  │  │  │  │  │  │  ├PF-Spray.jpg
│  │  │  │  │  │  │  └PF-Star.jpg
│  │  │  │  │  ├
│  │  │  │  │  │  ├help.txt
│  │  │  │  │  │  └udf-def.dat
│  │  │  │  │  ├
│  │  │  │  │  │  ├exif_bg.lng
│  │  │  │  │  │  ├exif_de.lng
│  │  │  │  │  │  ├exif_es.lng
│  │  │  │  │  │  ├exif_fi.lng
│  │  │  │  │  │  ├exif_fr.lng
│  │  │  │  │  │  ├exif_it.lng
│  │  │  │  │  │  ├exif_ja.lng
│  │  │  │  │  │  ├exif_pl.lng
│  │  │  │  │  │  ├exif_ru.lng
│  │  │  │  │  │  ├xnviewaf.dll
│  │  │  │  │  │  ├xnviewar.dll
│  │  │  │  │  │  ├xnviewbe.dll
│  │  │  │  │  │  ├xnviewbg.dll
│  │  │  │  │  │  ├xnviewbr.dll
│  │  │  │  │  │  ├xnviewca.dll
│  │  │  │  │  │  ├xnviewcs.dll
│  │  │  │  │  │  ├xnviewcy.dll
│  │  │  │  │  │  ├xnviewda.dll
│  │  │  │  │  │  ├xnviewde.dll
│  │  │  │  │  │  ├xnviewel.dll
│  │  │  │  │  │  ├xnviewes.dll
│  │  │  │  │  │  ├xnviewet.dll
│  │  │  │  │  │  ├xnvieweu.dll
│  │  │  │  │  │  ├xnviewfa.dll
│  │  │  │  │  │  ├xnviewfi.dll
│  │  │  │  │  │  ├xnviewfr.dll
│  │  │  │  │  │  ├xnviewgl.dll
│  │  │  │  │  │  ├xnviewhe.dll
│  │  │  │  │  │  ├xnviewhr.dll
│  │  │  │  │  │  ├xnviewhu.dll
│  │  │  │  │  │  ├xnviewid.dll
│  │  │  │  │  │  ├xnviewis.dll
│  │  │  │  │  │  ├xnviewit.dll
│  │  │  │  │  │  ├xnviewja.dll
│  │  │  │  │  │  ├xnviewko.dll
│  │  │  │  │  │  ├xnviewlt.dll
│  │  │  │  │  │  ├xnviewlv.dll
│  │  │  │  │  │  ├xnviewms.dll
│  │  │  │  │  │  ├xnviewnl.dll
│  │  │  │  │  │  ├xnviewno.dll
│  │  │  │  │  │  ├xnviewpl.dll
│  │  │  │  │  │  ├xnviewpt.dll
│  │  │  │  │  │  ├xnviewro.dll
│  │  │  │  │  │  ├xnviewru.dll
│  │  │  │  │  │  ├xnviewsk.dll
│  │  │  │  │  │  ├xnviewsl.dll
│  │  │  │  │  │  ├xnviewsr.dll
│  │  │  │  │  │  ├xnviewsv.dll
│  │  │  │  │  │  ├xnviewth.dll
│  │  │  │  │  │  ├xnviewtr.dll
│  │  │  │  │  │  ├xnviewtw.dll
│  │  │  │  │  │  ├xnviewuk.dll
│  │  │  │  │  │  ├xnviewuz.dll
│  │  │  │  │  │  ├xnviewvi.dll
│  │  │  │  │  │  └xnviewzh.dll
│  │  │  │  │  ├
│  │  │  │  │  │  ├10logto8.lut
│  │  │  │  │  │  └8to10log.lut
│  │  │  │  │  ├
│  │  │  │  │  │  ├libwebp.dll
│  │  │  │  │  │  ├mpeg.dll
│  │  │  │  │  │  ├openjp2.dll
│  │  │  │  │  │  └slide.exe
│  │  │  │  │  ├
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├browser.bmp
│  │  │  │  │  │  │  ├browser32.bmp
│  │  │  │  │  │  │  ├imbar.bmp
│  │  │  │  │  │  │  ├info.txt
│  │  │  │  │  │  │  ├info1.bmp
│  │  │  │  │  │  │  ├info2.bmp
│  │  │  │  │  │  │  ├jpgbar.bmp
│  │  │  │  │  │  │  ├main.bmp
│  │  │  │  │  │  │  ├main32.bmp
│  │  │  │  │  │  │  ├readme.txt
│  │  │  │  │  │  │  └tree.bmp
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├browser.bmp
│  │  │  │  │  │  │  ├browser32.bmp
│  │  │  │  │  │  │  ├imbar.bmp
│  │  │  │  │  │  │  ├info.txt
│  │  │  │  │  │  │  ├info1.bmp
│  │  │  │  │  │  │  ├main.bmp
│  │  │  │  │  │  │  ├main32.bmp
│  │  │  │  │  │  │  └tree.bmp
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├browser.bmp
│  │  │  │  │  │  │  ├browser32.bmp
│  │  │  │  │  │  │  ├gpl.txt
│  │  │  │  │  │  │  ├info.txt
│  │  │  │  │  │  │  ├main.bmp
│  │  │  │  │  │  │  └main32.bmp
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├browser32.bmp
│  │  │  │  │  │  │  ├imbar.bmp
│  │  │  │  │  │  │  ├info.txt
│  │  │  │  │  │  │  ├info1.bmp
│  │  │  │  │  │  │  ├info2.bmp
│  │  │  │  │  │  │  ├jpgbar.bmp
│  │  │  │  │  │  │  ├main.bmp
│  │  │  │  │  │  │  ├main32.bmp
│  │  │  │  │  │  │  ├readme.txt
│  │  │  │  │  │  │  └tree.bmp
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├browser.bmp
│  │  │  │  │  │  │  ├browser32.bmp
│  │  │  │  │  │  │  ├imbar.bmp
│  │  │  │  │  │  │  ├imbar32.bmp
│  │  │  │  │  │  │  ├info.txt
│  │  │  │  │  │  │  ├info1.bmp
│  │  │  │  │  │  │  ├info2.bmp
│  │  │  │  │  │  │  ├main.bmp
│  │  │  │  │  │  │  ├main32.bmp
│  │  │  │  │  │  │  └tree.bmp
│  │  │  │  │  ├
│  │  │  │  │  │  ├<_Default - Frame>
│  │  │  │  │  │  │  ├default.css
│  │  │  │  │  │  │  ├default.txt
│  │  │  │  │  │  │  ├index.html
│  │  │  │  │  │  │  ├page.html
│  │  │  │  │  │  │  └thumb.html
│  │  │  │  │  │  ├<_Default - Simple>
│  │  │  │  │  │  │  ├default.css
│  │  │  │  │  │  │  ├page.html
│  │  │  │  │  │  │  └thumb.html
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├compressed.css
│  │  │  │  │  │  │  ├thumb.html
│  │  │  │  │  │  │  └xn-button-s.png
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├fooby.css
│  │  │  │  │  │  │  ├page.html
│  │  │  │  │  │  │  ├thumb.html
│  │  │  │  │  │  │  └xn-button-s.png
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├page.html
│  │  │  │  │  │  │  ├pixnview.css
│  │  │  │  │  │  │  ├pixnview.js
│  │  │  │  │  │  │  └thumb.html
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├page.html
│  │  │  │  │  │  │  └thumb.html
│  │  │  │  │  │  ├
│  │  │  │  │  │  │  ├page.html
│  │  │  │  │  │  │  ├thumb.html
│  │  │  │  │  │  │  ├

相关