一键制作自解压可执行程序包2022年3月12日
一键制作自解压可执行程序包 2022年3月12日
制作与测试环境 :微软 Windows 7 专业版 SP1
在电脑C盘根目录下新建文件夹 Prog
安装WinRAR软件
按快捷键 Win + R 输入 notepad 回车 打开记事本程序
复制粘贴以下文本代码到记事本
;下面的注释包含自解压脚本命令
Path=C:\Prog\
Setup=C:\Prog\AutoHotkey\Silent_Setup.bat
Setup=C:\Prog\Maye\Maye.exe
Setup=C:\Prog\Archivarius-3000\Serial\key.txt
Silent=2
Overwrite=2
按快捷键 Alt + F A
在另存为对话框的文件名输入框中输入
C:\Prog\自解压脚本命令.txt 回车
按快捷键 Win + R 输入 notepad 回车 打开记事本程序
复制粘贴以下文本代码到记事本
(注意以下代码只有一行,不得转行,不得自动换行)
REM C:\Prog\一键制作自解压可执行软件包.bat 批处理脚本文件 2022年3月15日
if exist "C:\Program Files (x86)\WinRAR\WinRAR.exe" (
"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 *.*
)else (
"C:\Program Files\WinRAR\WinRAR.exe" a -agYYYY.MM.DD -m5 -r -sfx -y -z自解压脚本命令.txt c-prog-maye-ev-tc-kp-arch.exe *.*
)
按快捷键 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: C:\Prog\文件夹中的内容清单
C:\Prog\!!_安装设置软件\
C:\Prog\!!_安装设置软件\DS920+群晖NAS设置流程.docx
C:\Prog\!!_安装设置软件\GoodSync网络同步设置流程.docx
C:\Prog\!!_更换高速硬件\
C:\Prog\!!_更换高速硬件\更换SATA3.0固态硬盘流程.docx
C:\Prog\!!_更换高速硬件\更换PCIe3.0转NVME-M.2转接卡并安装操作系统流程.docx
C:\Prog\Archivarius-3000\
C:\Prog\AutoHotkey\
C:\Prog\BulkRename\
C:\Prog\CloseAllWindows\
C:\Prog\Embarcadero_Delphi_10.4.2_V27.0_Lite_v16.2\
C:\Prog\Dexpot\
C:\Prog\DoubleKillerPro\
C:\Prog\Everything\
C:\Prog\FastStoneCapture\
C:\Prog\FlashFXP\
C:\Prog\FolderSizes\
C:\Prog\GoodSync自动静默智能安装包\
C:\Prog\Hash\
C:\Prog\hddb\
C:\Prog\IObitUnlocker\
C:\Prog\KeePass\
C:\Prog\MasterSeeker\
C:\Prog\Maye\
C:\Prog\NeatDM\
C:\Prog\TotalCMD\
C:\Prog\UltraSearch\
C:\Prog\WiseDesktop\
C:\Prog\c-prog-maye-ev-tc-kp-arch2022.03.12.exe
C:\Prog\AnyTXT-Searcher.exe
C:\Prog\TextSeek.exe
C:\Prog\SGI备份还原映象总裁.exe
C:\Prog\腾讯桌面整理独立安装版.exe
C:\Prog\自解压脚本命令.txt
C:\Prog\一键制作自解压可执行软件包.bat
附件2:C:\Prog\AutoHotkey\_Silent_Setup.bat
REM ; /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
REM 附件2:C:\Prog\AutoHotkey\_Silent_Setup.bat
REM /*
REM =======================================================
REM Silent_Setup.bat - 自动静默安装AutoHotkey和SciTE4AutoHotkey的批处理脚本
REM
REM 文件 : C:\Prog\AutoHotkey\Silent_Setup.bat
REM
REM 脚本作者 : ds920
REM 最新版本 : 1.0.1
REM 更新时间 : 2022年1月26日
REM
REM 项目主页 : https://gitee.com/ds920
REM
REM 用法: (需要Windows系统的电脑)
REM 1. 鼠标双击用WinRAR x86 32位 压缩软件 打包成的SFX自解压exe可自行自动静默安装包文件
REM
REM =======================================================
REM */
START "" "%~dp0"AutoHotkey_1.1.33.10_setup.exe /S /A32 /U32 /U64 /D=C:\Prog\AutoHotkey\ /WAIT
REM 等待3秒钟,以便让AHK文件关联生效,使ahk脚本能够顺利运行
ping -n 3 127.0.0.1>nul 2>nul
REM 设置AHK文件关联、汉化AHK文件右键菜单(运行脚本、编译脚本、编译脚本(GUI)、编辑脚本)
REM 脚本说明: 此工具用来修改 AutoHotkey 脚本的右键菜单关联,适用于 AutoHotkey 安装版、绿色版。
REM 作者: 甲壳虫<jdchenjian@gmail.com>
REM 修改作者: 兔子
REM 修改作者: ds920
START "" "%~dp0"SciTE\_Linked.ahk
附件3:C:\Prog\AutoHotkey\SciTE\_Linked.ahk
; /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
; 附件3:C:\Prog\AutoHotkey\SciTE\_Linked.ahk
/*
作者: 甲壳虫
博客: http://hi.baidu.com/jdchenjian
脚本说明: 此工具用来修改 AutoHotkey 脚本的右键菜单关联,适用于 AutoHotkey 安装版、绿色版。
脚本版本: 2009-01-21
修改作者: 兔子
更新说明:
2010.01.09 之前某个时间,修改AHK路径、编辑器路径、编译器路径,默认全部在当前目录下寻找
2010.01.09 去掉默认在新建菜单的勾
2010.06.21 如果SCITE为默认编辑器,则复制个人配置文件“SciTEUser.properties”到%USERPROFILE%
2010.06.25 修正因#NoEnv使%USERPROFILE%变量直接引用无效
2016.04.18 删除“2010.06.21”的改动
2021.10.17 新增“编译脚本 (GUI)”的汉化
2021.11.02 自动根据 AutoHotkey.exe 的位置定位基准目录。
2021.11.05 重构代码,精简界面,修复新建模板时的编码问题,修复编辑模板时的权限问题。
修改作者 : ds920
; ===== ds920 修改 2022年1月11日 ===== 第31行 =====
; ===== ds920 修改 2022年1月11日 ===== 第124行 =====
; ===== ds920 修改 2022年1月11日 ===== 第189到191行 =====
; ===== ds920 修改 2022年1月11日 ===== 第242行 =====
更新说明:
2022.01.11 注释掉部分AutoHotkey语句,让其他脚本能够静默调用此AHK脚本,
实现AHK文件关联和汉化鼠标右键中文菜单
2022.01.11 #SingleInstance, force 改成 #SingleInstance, Ignore 防止出现等待的提示窗口
*/
#NoEnv
; ===== ds920 修改 2022年1月11日 ===== 第31行 =====
#SingleInstance, Ignore
SendMode Input
SetWorkingDir %A_ScriptDir%
; 版本(仅用于显示)
Script_Version=ver. 1.1
; AutoHotkey 原版的相关信息写在注册表HKCR主键中,
; 尝试当前用户否有权操作该键,如果无权操作HKCR键(受限用户),
; 可通过操作注册表HKCU键来实现仅当前用户关联AHK脚本。
RegWrite, REG_SZ, HKCR, .test
if ErrorLevel
IsLimitedUser:=1
RegDelete, HKCR, .test
if ErrorLevel
IsLimitedUser:=1
if IsLimitedUser
{
RootKey=HKCU ; 受限用户操作HKCU键
Subkey=Software\Classes\ ; 为简化后面的脚本,此子键须以“\”结尾
}
else
{
RootKey=HKCR ; 非受限用户操作HKCR键
Subkey=
}
; 检查是否存在AHK注册表项
RegRead, FileType, %RootKey%, %Subkey%.ahk
if (FileType!="")
{
RegRead, value, %RootKey%, %Subkey%%FileType%\Shell\Open\Command ; AHK路径
AHK_Path:=PathGetPath(value)
RegRead, value, %RootKey%, %Subkey%%FileType%\Shell\Compile\Command ; 编译器路径
Compiler_Path:=PathGetPath(value)
RegRead, value, %RootKey%, %Subkey%%FileType%\Shell\Edit\Command ; 编辑器路径
Editor_Path:=PathGetPath(value)
RegRead, Template_Name, %RootKey%, %Subkey%.ahk\ShellNew, FileName ; 模板文件名
}
else
FileType=AutoHotkeyScript
; 通过 AutoHotkey.exe 的位置来定位基准目录
SplitPath, A_AhkPath, , AhkDir
if AHK_Path=
{
IfExist, %AhkDir%\AutoHotkey.exe
AHK_path=%AhkDir%\AutoHotkey.exe
}
if Compiler_Path=
{
IfExist, %AhkDir%\Compiler\Ahk2Exe.exe
Compiler_Path=%AhkDir%\Compiler\Ahk2Exe.exe
}
if Editor_Path=
{
IfExist, %AhkDir%\SciTE\SciTE.exe
Editor_Path=%AhkDir%\SciTE\SciTE.exe
}
if Template_Name=
Template_Name=Template.ahk
Gui, Font, bold s15
Gui, Add, Text, x10 y10 w480 h290, %A_Space%设置并汉化 .ahk 文件的右键菜单
Gui, Font
Gui, Add, GroupBox, x20 y50 w460 h50 , “运行脚本”
Gui, Add, Edit, x35 y70 w340 h20 vAHK_Path, %AHK_path%
Gui, Add, Button, x385 y70 w40 h20 gFind_AHK, 浏览
Gui, Add, GroupBox, x20 y110 w460 h50 , “编译脚本”
Gui, Add, Edit, x35 y130 w340 h20 vCompiler_Path, %Compiler_Path%
Gui, Add, Button, x385 y130 w40 h20 gChoose_Compiler, 浏览
Gui, Add, Button, x430 y130 w40 h20 gDefault_Compiler, 默认
Gui, Add, GroupBox, x20 y170 w460 h50 , “编辑脚本”
Gui, Add, Edit, x35 y190 w340 h20 vEditor_Path, %Editor_Path%
Gui, Add, Button, x385 y190 w40 h20 gChoose_Editor, 浏览
Gui, Add, Button, x430 y190 w40 h20 gDefault_Editor, 默认
Gui, Add, GroupBox, x20 y230 w460 h50 , “新建脚本”
Gui, Add, Button, x35 y250 w340 h20 gEdit_Template, 自定义新建脚本的模板
Gui, Font, bold s15
Gui, Add, Button, x20 y300 w200 h40 default gInstall, 设置
Gui, Add, Button, x280 y300 w200 h40 gCancel, 取消
; ===== ds920 修改 2022年1月11日 ===== 第124行 =====
gosub, Install
if (A_Args.1="/set")
gosub, Install
else
Gui, Show, x250 y200 h350 w500 Center, AHK 脚本关联工具 %Script_Version%
return
GuiClose:
GuiEscape:
Cancel:
ExitApp
return
; 查找 AutoHotkey 主程序
Find_AHK:
Gui +OwnDialogs
FileSelectFile, AHK_Path, 3, , 查找 AutoHotkey.exe, AutoHotkey.exe
if (AHK_Path!="")
GuiControl,,AHK_Path, %AHK_Path%
gosub Default_Compiler
return
; 选择脚本编译器
Choose_Compiler:
Gui +OwnDialogs
FileSelectFile, Compiler_Path, 3, , 选择脚本编译器, 程序(*.exe)
if (Compiler_Path!="")
GuiControl,,Compiler_Path, %Compiler_Path%
return
; 默认脚本编译器
Default_Compiler:
GuiControlGet, AHK_Path
SplitPath, AHK_Path, ,AHK_Dir
IfExist, %AHK_Dir%\Compiler\Ahk2Exe.exe
{
Compiler_Path=%AHK_Dir%\Compiler\Ahk2Exe.exe
GuiControl,, Compiler_Path, %Compiler_Path%
}
return
; 选择脚本编辑器
Choose_Editor:
Gui +OwnDialogs
FileSelectFile, Editor_Path, 3, , 选择脚本编辑器, 程序(*.exe)
if (Editor_Path!="")
GuiControl,,Editor_Path, %Editor_Path%
return
; 默认脚本编辑器
Default_Editor:
IfExist, %AhkDir%\SciTE\SciTE.exe
Editor_Path=%AhkDir%\SciTE\SciTE.exe
else ifExist, %A_WinDir%\system32\notepad.exe
Editor_Path=%A_WinDir%\system32\notepad.exe
GuiControl,, Editor_Path, %Editor_Path%
return
; 设置
Install:
Gui, Submit
; ===== ds920 修改 2022年1月11日 ===== 第189到191行 =====
AHK_Path:="C:\Prog\AutoHotkey\AutoHotkey.exe"
Compiler_Path:="C:\Prog\AutoHotkey\Compiler\Ahk2Exe.exe"
Editor_Path:="C:\Prog\AutoHotkey\SciTE\SciTE.exe"
IfNotExist, %AHK_Path%
{
MsgBox, 16, , AutoHotkey 路径错误 !
return
}
IfNotExist, %Compiler_Path%
{
MsgBox, 16, , 编译器路径错误 !
return
}
IfNotExist, %Editor_Path%
{
MsgBox, 16, , 编辑器路径错误 !
return
}
; 写入注册表
RegWrite, REG_SZ, %RootKey%, %Subkey%.ahk,, %FileType%
RegWrite, REG_SZ, %RootKey%, %Subkey%.ahk\ShellNew, FileName, %Template_Name%
IfNotExist, %A_WinDir%\ShellNew\%Template_Name%
gosub Create_Template
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%,, AutoHotkey 脚本
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\DefaultIcon,, %AHK_Path%`,1
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell,, Open
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Open,, 运行脚本
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Open\Command,, "%AHK_Path%" "`%1" `%*
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Compile,, 编译脚本
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Compile-Gui,, 编译脚本 (Gui)
IfInString, Compiler_Path, Ahk2Exe.exe
{
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Compile\Command,, "%Compiler_Path%" /in "`%1"
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Compile-Gui\Command,, "%Compiler_Path%" /Gui /in "`%1"
}
else
{
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Compile\Command,, "%Compiler_Path%" "`%1"
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Compile-Gui\Command,, "%Compiler_Path%" /Gui "`%1"
}
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Edit,, 编辑脚本
RegWrite, REG_SZ, %RootKey%, %Subkey%%FileType%\Shell\Edit\Command,, "%Editor_Path%" "`%1"
; ===== ds920 修改 2022年1月11日 ===== 第242行 =====
; MsgBox, 64, , 设置完毕 !
ExitApp
return
; 编辑脚本模板
Edit_Template:
GuiControlGet, Editor_Path
IfNotExist, %Editor_Path%
{
MsgBox, 64, , 脚本编辑器路径错误 !
return
}
IfNotExist, %A_WinDir%\ShellNew\%Template_Name%
gosub Create_Template
IfExist, %A_WinDir%\system32\notepad.exe
Run, *RunAs notepad.exe %A_WinDir%\ShellNew\%Template_Name%
else
Run, *RunAs %Editor_Path% %A_WinDir%\ShellNew\%Template_Name%
return
; 新建脚本模板
Create_Template:
FileAppend,
(
#NoEnv
SendMode Input
SetWorkingDir `%A_ScriptDir`%
), %A_WinDir%\ShellNew\%Template_Name%, UTF-8
IfNotExist, %A_WinDir%\ShellNew\%Template_Name%
MsgBox, 64, , 无法创建脚本模板 !`n`n请尝试使用管理员权限运行本工具。
return
; 从注册表值字符串中提取路径
PathGetPath(pSourceCmd)
{
local Path, ArgsStartPos = 0
if (SubStr(pSourceCmd, 1, 1) = """")
Path := SubStr(pSourceCmd, 2, InStr(pSourceCmd, """", false, 2) - 2)
else
{
ArgsStartPos := InStr(pSourceCmd, " ")
if ArgsStartPos
Path := SubStr(pSourceCmd, 1, ArgsStartPos - 1)
else
Path = %pSourceCmd%
}
return Path
}
附件4:C:\Prog\Everything\Everything_F8.ahk
; /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
; 附件4:C:\Prog\Everything\Everything_F8.ahk
;
;/*
;===========================================
; 设置激活或者隐藏 Everything 主窗口的快捷键为 F8
;
; 脚本作者 : ds920
;
; 用法: (需要最新版本 AHK v1.1.31+)
; 1. 到Everything官方网站下载并安装Everything
; https://www.voidtools.com/zh-cn/downloads/
; 2. 将本脚本保存为"RunTC.ahk"并复制到D:/Program/Everything文件夹中
; 3. 使用Maye来设置RunTC.ahk的热键为 F8
;
; 升级更新历史:
; 版本1.0 2022年2月24日 新建 创建此AutoHotkey脚本并测试通过F8热键功能
;
; 由于AutoHotkey的Hotkey语句设置的热键必需在任务栏或者桌面进程激活时才有效,
; 所以请使用Maye来设置 Everything 的热键 F8
; https://blog.arae.cc/post/25830.html
; https://github.com/25H/Maya/releases/
;
; 请正确设置华硕路由器的免费DDNS动态域名解析和路由器中的免费花生壳DDNS动态域名解析,
; 并且正确设置华硕路由器的端口映射转发和Serv-U FTP服务器软件或者群晖网络存储服务器NAS,
; 并且正确连接和设置向日葵 控控A2远程控制硬件KVM设备,
; 以便能够随时随地在智能手机、笔记本电脑、台式电脑、平板电脑和智能电视机上访问映射网络驱动器、共享文件夹和共享文件。
;
; 为了能够根据部分文件正文内容快速的(5分钟之内)找到所需的文件请正确设置群晖网络存储服务器NAS的 Universal Search 套件的 索引文件夹列表
; 为了能够根据部分文件正文内容快速的(5分钟之内)找到所需的文件请正确设置Windows版的 Archivarius3000 (4.79/x64)- 家用和办公的搜索系统
; 请使用Windows版的 Archivarius3000 (4.79/x64)- 家用和办公的搜索系统 创建 RaiDrive映射群晖虚拟磁盘和SMB映射网络驱动器的全文正文索引数据库
;
; 为了防止出现文件丢失的情况,请正确设置群晖网络存储服务器NAS的 RAID 1 镜像存储池 (有数据保护)
; 为了防止出现文件丢失的情况,请正确设置群晖网络存储服务器NAS的 Hyper Backup 套件的 本地数据备份任务(单一版本)
; 为了防止出现文件丢失的情况,请正确设置群晖网络存储服务器NAS的 Cloud Sync 套件的 单向备份任务 (仅上传本地更改)
; 为了防止出现文件丢失的情况,请正确设置Windows版的 GoodSync Version 11.10.0.1 软件的单向备份任务(启用触发删除功能)
; 为了防止出现文件丢失的情况,请正确设置Windows版的 SyncBackPro V10.2.4.0 软件的镜像任务 (定期执行)
;
;===========================================
;*/
; 运行 Everything 并调整 Everything 的窗口位置
#SingleInstance,Ignore
loop,5
{
DetectHiddenWindows,On
Sleep,5
IfWinExist,QQ595076941_Everything
ExitApp
}
Gui, Show, Hide,QQ595076941_Everything
#Persistent
; #NoTrayIcon
DetectHiddenWindows,On
SetTitleMatchMode,2
ActivateOrHideWindowHotkey_Everything()
return
ActivateOrHideWindowHotkey_Everything()
{
IfWinActive,ahk_class EVERYTHING
{
WinMinimize,ahk_class EVERYTHING
ExitApp
}
else
{
Run,C:\Prog\Everything\Everything.exe
WinWaitActive,ahk_class EVERYTHING,,5
; Send,#{Right}
; WinMove,ahk_class 窗口类名,窗口文本,窗口左上角与屏幕上边沿的距离,窗口左上角与屏幕左边沿的距离,窗口左右宽度,窗口上下高度
WinMove,ahk_class EVERYTHING,,A_ScreenWidth/2,20,A_ScreenWidth/2-30,A_ScreenHeight-200
ExitApp
}
}
附件5:C:\Prog\TotalCMD\TC_~.ahk
; /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
; 附件5:C:\Prog\TotalCMD\TC_~.ahk
;
;/*
;===========================================
; 设置激活或者隐藏 Total Commander 10.00 主窗口的快捷键为 `(即~,位于Tab键上方的键)
; https://www.autoahk.com/archives/37780
; https://www.cnblogs.com/delphixx/p/15718194.html
;
; 脚本作者 : ds920
; 最新版本 : 1.1
; 更新时间 : 2021年12月22日
;
; 用法: (需要最新版本 AHK v1.1.31+)
; 1. 到飞扬时空的新浪博客下载并安装TotalCommander中文增强版到文件夹D:/TotalCMD
; 2. 将本脚本保存为"RunTC.ahk"并复制到D:/TotalCMD文件夹中
; 3. 使用Maye来设置RunTC.ahk的热键为 `(即~,位于Tab键上方的键)
;
; 升级更新历史:
; 版本1.0 2021年12月22日 新建 创建此AutoHotkey脚本并测试通过F8热键功能
; 版本1.1 2021年12月22日 修改 调整删除 SetTimer 定时器时判断TC主窗口是否激活的顺序
; 把基于窗口类的激活判断语句"if(WinActive("ahk_class" TTOTAL_CMD))"放在最外层
; 防止有相同标题的窗口激活时(例如:相同标题的浏览器等等)窗口激活误判
;
; 由于AutoHotkey的Hotkey语句设置的热键必需在任务栏或者桌面进程激活时才有效,
; 所以请使用Maye来设置Total Commander的热键 `(即~,位于Tab键上方的键)
; https://blog.arae.cc/post/25830.html
; https://github.com/25H/Maya/releases/
;
; 可以用 Total Commander 访问用RaiDrive异地远程连接群晖WebDAV文件服务并映射成的本地虚拟磁盘盘符 Z: 分区
; 可以用 Total Commander 访问用NetDrive2异地远程连接群晖SFTP文件服务并映射成的本地虚拟磁盘盘符 Y: 分区
; 可以用支持 Total Commander的WebDAV文件服务访问插件异地远程连接群晖WebDAV文件服务中的网络共享文件夹
; 可以用KeePass或者KeePass2Android来连接坚果云或者
; 群晖NAS的WebDAV文件服务来管理网址、用户名、账号、密码、口令、暗号、纪念日等个人敏感隐私信息和数据
; 可以用FileZilla Pro 专业版软件异地远程连接群晖的WebDAV文件服务并
; 批量上传文件夹到群晖的 RAID 1 镜像存储池中的共享文件夹之中
; 可以用腾讯文档的电脑客户端来新建在线文档和在线表格来进行办公文档和办公表格的分享和协作
; 可以用Bulk Rename Utility 2.7.1.2来批量重命名或者编号群晖WebDAV文件服务中的共享文件夹中的大量文件
; 可以用Double Killer Pro V 2.1.0.104来批量删除群晖WebDAV文件服务中的共享文件夹中的重复文件
; 可以安装并升级更新"火绒安全软件"来防杀电脑病毒木马恶意软件并拦截垃圾广告弹出的骚扰窗口
; 可以用SGI备份还原映像总裁镜像总裁一键还原工具软件来备份保护Windows操作系统和
; 电脑中应用程序软件和设置到GHO系统镜像文件
; SGI备份还原映像总裁镜像总裁一键还原工具软件官方网址是 https://www.sysceo.com/Software-softwarei-id-253.html
; 以便今后用杏雨梨云启动维护系统可启动固态U盘来恢复电脑系统应用程序软件GHO系统镜像文件到电脑的系统分区C盘
; 可以用Shadow Defender 影子卫士来保护Windows操作系统和电脑中应用程序软件的设置,
; 防止电脑软件设置被未授权的用户和程序非法更改和破坏
; 如果无法安装 Shadow Defender 影子卫士时可以用"DeepFreeze冰点还原精灵"或者
; "PowerShadow影子系统"或者"Returnil Virtual System(RVS)"来代替影子卫士
;
;===========================================
;*/
#SingleInstance,Ignore
loop,5
{
DetectHiddenWindows,On
Sleep,5
IfWinExist,QQ595076941_AutoAHKRun
ExitApp
}
Gui, Show, Hide,QQ595076941_AutoAHKRun
#Persistent
; #NoTrayIcon
DetectHiddenWindows,On
SetTitleMatchMode,2
; 设置激活或者隐藏 Total Commander 10.00 主窗口的快捷键为 F8
; Hotkey,F8,ActivateOrHideWindowHotkey
ActivateOrHideWindowHotkey()
return
; ——————————————————–
ActivateOrHideWindowHotkey()
{
; MsgBox,PressedHotkey检测到已经按下快捷键
Sleep,5
IfWinActive,ahk_class TTOTAL_CMD
{
Sleep,5
if(WinActive(ahk_class TTOTAL_CMD))
{
Sleep,5
WinGetClass, MyClass, A
IfInString,MyClass,TTOTAL_CMD
{
Sleep,5
IfWinActive,Total Commander
{
TCTitle:="Total Commander"
Sleep,5
WinGetActiveTitle,Title
IfInString,Title,%TCTitle%
{
; MsgBox,MinimizeWindow最小化指定窗口
WinMinimize,Total Commander ahk_class TTOTAL_CMD
Sleep,5
ExitApp
}
}
}
}
}
else
{
; MsgBox,ActivateWindow显示并且最大化并且激活指定窗口
SetTimer,RunTotalCMDTimer,50
SetTimer,ActivateWindowTimer,10
}
}
; ——————————————————–
RunTotalCMDTimer()
{
; 1、如果程序没有运行则运行程序,这里我把可执行文件名改成了TotalCMD-v10.exe
Sleep,10
Process,Exist,TotalCMD.exe
if (%ErrorLevel%=0)
{
Sleep,10
IfExist,C:/Prog/TotalCMD/TotalCMD.exe
{
Run,C:/Prog/TotalCMD/TotalCMD.exe
}
else
{
MsgBox,找不到文件 C:/Prog/TotalCMD/TotalCMD.exe
return
}
}
}
;根据窗口类名显示并激活Total Commander窗口
ActivateWindowTimer()
{
; 2、显示并激活(切换到)指定窗口
DetectHiddenWindows,On
SetTitleMatchMode,2
WinActivate,Total Commander ahk_class TTOTAL_CMD
WinGet, WinID, ID,Total Commander ahk_class TTOTAL_CMD
DllCall("SwitchToThisWindow", "UInt", WinID, "UInt", 1)
WinShow,Total Commander ahk_class TTOTAL_CMD
WinMove,Total Commander ahk_class TTOTAL_CMD,,0,0,A_ScreenWidth,A_ScreenHeight
WinMaximize,Total Commander ahk_class TTOTAL_CMD
; 3、检查指定窗口是否激活成功,
; 假如激活成功则退出Timer计时器循环执行,
; 如果激活失败则继续尝试激活指定窗口
Sleep,5
IfWinActive,ahk_class TTOTAL_CMD
{
Sleep,5
if(WinActive(ahk_class TTOTAL_CMD))
{
Sleep,5
WinGetClass, MyClass, A
IfInString,MyClass,TTOTAL_CMD
{
Sleep,5
IfWinActive,Total Commander
{
TCTitle:="Total Commander"
Sleep,5
WinGetActiveTitle,Title
IfInString,Title,%TCTitle%
{
SetTimer,ActivateWindowTimer,Delete
Sleep,5
ExitApp
}
}
}
}
}
}
;================= The End =================
;
/*
;================= 根据窗口类名激活或者隐藏窗口的AutoHotkey函数 =================
; 请使用 窗口信息工具 AHKInfo 1.3.5 获取窗口的类名
;根据窗口类名激活或者隐藏窗口
ActivateOrHideWindow(VarExeFileName:="TotalCMD-v10″,VarWinClassName:="TTOTAL_CMD")
{
; 1、如果程序没有运行则运行程序
Process,Exist,%VarExeFileName%.exe
if (%ErrorLevel%=0)
{
IfExist,%VarExeFileName%.exe
{
Run,%VarExeFileName%.exe
return
}
else
{
MsgBox,找不到文件 %VarExeFileName%.exe
return
}
}
; 2、如果窗口未置顶则显示并激活(切换到)指定窗口
IfWinNotActive,ahk_class %VarWinClassName%
{
loop,2
{
Sleep,50
WinShow,ahk_class %VarWinClassName%
;~ WinMaximize,ahk_class %VarWinClassName%
Sleep,50
WinGet, WinID, ID,ahk_class %VarWinClassName%
Sleep,50
DllCall("SwitchToThisWindow", "UInt", WinID, "UInt", 1)
}
return
}
; 3、如果窗口已经显示并置顶则隐藏窗口
;~ WinMinimize,ahk_class %VarWinClassName%
WinHide,ahk_class %VarWinClassName%
}
*/
;
; 附件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文件访问服务进行长期挂机传输。
; 附件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文件访问服务进行长期挂机传输。
;
#SingleInstance,force
SetTitleMatchMode,2
DetectHiddenWindows,On
Hotkey,``,OpenOfficeFolder
OpenOfficeFolder()
return
OpenOfficeFolder()
{
Run,Z:\盘1盘2_RAID1_16TB\GoodSync定时单向备份到D盘\01_单位
WinWaitActive,01_单位,,5
loop,3
{
WinMove,01_单位,,100,20,A_ScreenWidth-400,A_ScreenHeight-160
Sleep,100
}
}
附件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 │ │ │ │ │ ├