一键制作自解压可执行程序包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 *.*
)



 

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

 

按快捷键 Alt + F A

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

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

保存类型选择 所有文件

编码选择 ANSI

单击 保存(S) 按钮

 

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

 

 

把一些常用的绿色免安装软件复制到文件夹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


/*
作者:      甲壳虫<jdchenjian@gmail.com>
博客:      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 模拟光驱中的文件列表

 

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

 

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

 

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

数据分区安装firpe

 

www.firpe.cn

FirPE Project –

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

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

 

 

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

<Bootable_银灿IS903_USB-CD-Rom>



<CD-ROM>
├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
│  ├<Backup>
│  │  ├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太阳能运动手表>
│  │  │  ├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_32bit>
│  │  │  ├FastCopy.exe
│  │  │  ├FastEx64.dll
│  │  │  ├FastExt1.dll
│  │  │  ├Readme.txt
│  │  │  ├Setup.exe
│  │  │  ├<doc>
│  │  │  │  ├FastCopy.chm
│  │  │  │  ├readme.txt
│  │  │  │  ├readme_eng.txt
│  │  │  │  └xxhash-LICENSE.txt
│  │  ├<FastCopy_64bit>
│  │  │  ├FastCopy.exe
│  │  │  ├FastCopy2.ini
│  │  │  ├FastEx64.dll
│  │  │  ├FastExt1.dll
│  │  │  ├Setup.exe
│  │  │  ├<doc>
│  │  │  │  ├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
│  │  └<Win7Gho文件在根目录下>
│  ├<05_防毒杀毒>
│  │  └火绒安全软件.exe
│  ├<06_激活WinSrv2012R2>
│  │  ├Windows系统与Office激活工具箱__V2021.exe
│  │  ├<Backup>
│  │  │  ├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
│  │  │  ├<Windows超级土狗>
│  │  │  │  ├ReadMe.txt
│  │  │  │  ├Windows超级土狗.exe
│  │  │  │  ├警告(ReadMe).txt
│  │  │  │  └使用必读.txt
│  │  ├<KMSpico>
│  │  │  ├AutoPico.exe
│  │  │  ├DevComponents.DotNetBar2.dll
│  │  │  ├DisableSmartScreen.reg
│  │  │  ├DM.bin
│  │  │  ├KMSELDI.exe
│  │  │  ├ReadMe KMSpico Portable.txt
│  │  │  ├RemoveWaterMark.cmd
│  │  │  ├Vestris.ResourceLib.dll
│  │  │  ├<cert>
│  │  │  │  ├<kmscert2010>
│  │  │  │  │  ├<Access>
│  │  │  │  │  │  ├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>
│  │  │  │  │  │  ├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>
│  │  │  │  │  │  ├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>
│  │  │  │  │  │  ├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>
│  │  │  │  │  │  ├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>
│  │  │  │  │  │  ├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>
│  │  │  │  │  │  ├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>
│  │  │  │  │  │  ├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>
│  │  │  │  │  │  ├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>
│  │  │  │  │  │  ├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>
│  │  │  │  │  │  ├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>
│  │  │  │  │  │  ├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>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<Visio>
│  │  │  │  │  │  ├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>
│  │  │  │  │  │  ├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
│  │  │  │  ├<kmscert2013>
│  │  │  │  │  ├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
│  │  │  │  │  ├<Access>
│  │  │  │  │  │  ├AccessVL_KMS_Client_OOB.xrm-ms
│  │  │  │  │  │  ├AccessVL_KMS_Client_PL.xrm-ms
│  │  │  │  │  │  └AccessVL_KMS_Client_PPDLIC.xrm-ms
│  │  │  │  │  ├<Excel>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<InfoPath>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<Lync>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<OneNote>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<Outlook>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<PowerPoint>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<ProjectPro>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<ProjectStd>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<ProPlus>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<Publisher>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<Standard>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<VisioPro>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<VisioStd>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<Word>
│  │  │  │  │  │  ├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
│  │  │  │  ├<kmscert2016>
│  │  │  │  │  ├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
│  │  │  │  │  ├<Access>
│  │  │  │  │  │  ├AccessVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├AccessVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └AccessVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├<Excel>
│  │  │  │  │  │  ├ExcelVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├ExcelVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └ExcelVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├<Mondo>
│  │  │  │  │  │  ├MondoVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├MondoVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └MondoVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├<OneNote>
│  │  │  │  │  │  ├OneNoteVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├OneNoteVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └OneNoteVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├<Outlook>
│  │  │  │  │  │  ├OutlookVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├OutlookVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └OutlookVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├<PowerPoint>
│  │  │  │  │  │  ├PowerPointVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├PowerPointVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └PowerPointVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├<ProjectPro>
│  │  │  │  │  │  ├ProjectProVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├ProjectProVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └ProjectProVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├<ProjectStd>
│  │  │  │  │  │  ├ProjectStdVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├ProjectStdVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └ProjectStdVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├<ProPlus>
│  │  │  │  │  │  ├ProPlusVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├ProPlusVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └ProPlusVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├<Publisher>
│  │  │  │  │  │  ├PublisherVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├PublisherVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └PublisherVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├<SkypeforBusiness>
│  │  │  │  │  │  ├SkypeforBusinessVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├SkypeforBusinessVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └SkypeforBusinessVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├<Standard>
│  │  │  │  │  │  ├StandardVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├StandardVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └StandardVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├<VisioPro>
│  │  │  │  │  │  ├VisioProVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├VisioProVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └VisioProVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├<VisioStd>
│  │  │  │  │  │  ├VisioStdVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├VisioStdVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └VisioStdVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  │  ├<Word>
│  │  │  │  │  │  ├WordVL_KMS_Client-ppd.xrm-ms
│  │  │  │  │  │  ├WordVL_KMS_Client-ul.xrm-ms
│  │  │  │  │  │  └WordVL_KMS_Client-ul-oob.xrm-ms
│  │  │  │  ├<kmscertW10>
│  │  │  │  │  ├pkeyconfig.xrm-ms
│  │  │  │  │  ├<Core>
│  │  │  │  │  │  ├Core-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Core-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├<Education>
│  │  │  │  │  │  ├Education-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Education-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├<Enterprise>
│  │  │  │  │  │  ├Enterprise-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Enterprise-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├<EnterpriseS>
│  │  │  │  │  │  ├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>
│  │  │  │  │  │  ├Professional-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Professional-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  ├<kmscertW6>
│  │  │  │  │  ├pkeyconfig.xrm-ms
│  │  │  │  │  ├<Business>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<BusinessN>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<Enterprise>
│  │  │  │  │  │  ├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
│  │  │  │  ├<kmscertW7>
│  │  │  │  │  ├<Embedded>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<Enterprise>
│  │  │  │  │  ├<Professional>
│  │  │  │  │  │  ├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
│  │  │  │  ├<kmscertW8>
│  │  │  │  │  ├pkeyconfig.xrm-ms
│  │  │  │  │  ├<Core>
│  │  │  │  │  │  ├Core-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Core-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├<CoreN>
│  │  │  │  │  │  ├CoreN-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └CoreN-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├<CoreSingleLanguage>
│  │  │  │  │  │  ├CoreSingleLanguage-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └CoreSingleLanguage-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├<Enterprise>
│  │  │  │  │  │  ├Enterprise-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Enterprise-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├<EnterpriseN>
│  │  │  │  │  │  ├EnterpriseN-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └EnterpriseN-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├<Professional>
│  │  │  │  │  │  ├Professional-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Professional-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├<ProfessionalN>
│  │  │  │  │  │  ├ProfessionalN-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └ProfessionalN-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├<ProfessionalWMC>
│  │  │  │  │  │  ├ProfessionalWMC-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └ProfessionalWMC-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  ├<kmscertW81>
│  │  │  │  │  ├pkeyconfig.xrm-ms
│  │  │  │  │  ├<Core>
│  │  │  │  │  │  ├Core-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Core-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├<CoreConnectedSingleLanguage>
│  │  │  │  │  │  ├CoreConnectedSingleLanguage-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └CoreConnectedSingleLanguage-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├<EmbeddedIndustry>
│  │  │  │  │  │  ├EmbeddedIndustry-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └EmbeddedIndustry-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├<Enterprise>
│  │  │  │  │  │  ├Enterprise-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Enterprise-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├<Professional>
│  │  │  │  │  │  ├Professional-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └Professional-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├<ProfessionalWMC>
│  │  │  │  │  │  ├ProfessionalWMC-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └ProfessionalWMC-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├<ServerDatacenter>
│  │  │  │  │  │  ├ServerDatacenter-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └ServerDatacenter-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  │  │  ├<ServerStandard>
│  │  │  │  │  │  ├ServerStandard-Volume-GVLK-1-ul-oob-rtm.xrm-ms
│  │  │  │  │  │  └ServerStandard-Volume-GVLK-1-ul-rtm.xrm-ms
│  │  │  ├<driver>
│  │  │  │  ├OpenVPN.cer
│  │  │  │  ├tap-windows-9.21.0.exe
│  │  │  │  └UnInstallDriver.cmd
│  │  │  ├<logs>
│  │  │  │  ├AutoPico.log
│  │  │  │  └KMSELDI.log
│  │  │  ├<sounds>
│  │  │  │  ├affirmative.mp3
│  │  │  │  ├begin.mp3
│  │  │  │  ├complete.mp3
│  │  │  │  ├diagnostic.mp3
│  │  │  │  ├enterauthorizationcode.mp3
│  │  │  │  ├incomingtransmission.mp3
│  │  │  │  ├inputfailed.mp3
│  │  │  │  ├inputok.mp3
│  │  │  │  ├processing.mp3
│  │  │  │  ├transfer.mp3
│  │  │  │  ├verified.mp3
│  │  │  │  └warning.mp3
│  │  │  ├<Uninstall>
│  │  │  │  ├EnableSmartScreen.cmd
│  │  │  │  ├EnableSmartScreen.reg
│  │  │  │  ├Remove_ScheduleTask.cmd
│  │  │  │  └Restore_Watermark.cmd
│  ├<07_驱动程序>
│  │  ├360驱动大师万能网卡版.exe
│  │  ├<Backup>
│  │  │  ├<DriverTalent>
│  │  │  │  ├!)清除残留.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
│  │  │  │  ├<Autosetup>
│  │  │  │  │  ├difxapi.dll
│  │  │  │  │  ├DIFxAPI64.dll
│  │  │  │  │  ├DisableLogging.reg
│  │  │  │  │  ├drv32.exe
│  │  │  │  │  ├drv64.exe
│  │  │  │  │  ├dtldevapi.dll
│  │  │  │  │  ├dtldevcon32.exe
│  │  │  │  │  ├dtldevcon64.exe
│  │  │  │  │  ├EnableFullLogging.reg
│  │  │  │  │  ├filter.proc
│  │  │  │  │  └innoextract.exe
│  │  │  │  ├<cache>
│  │  │  │  │  ├<softico>
│  │  │  │  │  │  ├125-1.png
│  │  │  │  │  │  ├125-10.png
│  │  │  │  │  │  ├125-2.png
│  │  │  │  │  │  └125-5.png
│  │  │  │  ├<config>
│  │  │  │  │  ├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
│  │  │  │  ├<data>
│  │  │  │  │  └DeviceManuf.db3
│  │  │  │  ├<drv64>
│  │  │  │  │  ├dev32.exe
│  │  │  │  │  ├dev64.exe
│  │  │  │  │  ├devcon32.exe
│  │  │  │  │  ├devcon64.exe
│  │  │  │  │  ├DIFxAPI.dll
│  │  │  │  │  ├DIFxAPI64.dll
│  │  │  │  │  ├drv32.exe
│  │  │  │  │  ├drv64.exe
│  │  │  │  │  ├DrvSigner.exe
│  │  │  │  │  ├DrvSigner64.exe
│  │  │  │  │  └SignFile.exe
│  │  │  │  ├<Dtlconfig>
│  │  │  │  │  ├DtlSetup.xml
│  │  │  │  │  ├unsetup.xml
│  │  │  │  │  └wndconfigdata.xml
│  │  │  │  ├<dtldrv>
│  │  │  │  │  ├<dtldrv0>
│  │  │  │  │  │  ├drv0.7zz
│  │  │  │  │  │  ├drv1.7zz
│  │  │  │  │  │  ├drv2.7zz
│  │  │  │  │  │  ├drv3.7zz
│  │  │  │  │  │  ├drv4.7zz
│  │  │  │  │  │  ├drv5.7zz
│  │  │  │  │  │  └drv6.7zz
│  │  │  │  │  ├<dtldrv1>
│  │  │  │  │  │  ├drv0.7zz
│  │  │  │  │  │  ├drv1.7zz
│  │  │  │  │  │  ├drv2.7zz
│  │  │  │  │  │  └drv3.7zz
│  │  │  │  │  ├<dtldrv2>
│  │  │  │  │  │  ├drv0.7zz
│  │  │  │  │  │  ├drv1.7zz
│  │  │  │  │  │  ├drv2.7zz
│  │  │  │  │  │  └drv3.7zz
│  │  │  │  │  ├<dtldrv3>
│  │  │  │  │  │  ├drv0.7zz
│  │  │  │  │  │  ├drv1.7zz
│  │  │  │  │  │  ├drv2.7zz
│  │  │  │  │  │  ├drv3.7zz
│  │  │  │  │  │  ├drv4.7zz
│  │  │  │  │  │  ├drv5.7zz
│  │  │  │  │  │  └drv6.7zz
│  │  │  │  │  ├<wdmaudio>
│  │  │  │  │  │  ├<win7_x64>
│  │  │  │  │  │  │  └wdmaudio.inf
│  │  │  │  │  │  ├<win7_x86>
│  │  │  │  │  │  │  └wdmaudio.inf
│  │  │  │  │  │  ├<win8.1_x64>
│  │  │  │  │  │  │  └wdmaudio.inf
│  │  │  │  │  │  ├<win8.1_x86>
│  │  │  │  │  │  │  └wdmaudio.inf
│  │  │  │  │  │  ├<win8_x64>
│  │  │  │  │  │  │  └wdmaudio.inf
│  │  │  │  │  │  ├<win8_x86>
│  │  │  │  │  │  │  └wdmaudio.inf
│  │  │  │  ├<DTLPlugs>
│  │  │  │  ├<GameRepair>
│  │  │  │  │  ├DirectS32.exe
│  │  │  │  │  └DirectS64.exe
│  │  │  │  ├<HardWare>
│  │  │  │  │  ├VR_INFO.xml
│  │  │  │  │  ├<HWInfo>
│  │  │  │  │  │  ├cpuidsdk.dll
│  │  │  │  │  │  ├cpuidsdk64.dll
│  │  │  │  │  │  ├DeviceManuf.db3
│  │  │  │  │  │  └HardwareInfo.dll
│  │  │  │  │  ├<lan>
│  │  │  │  │  │  └language_HardWare.ini
│  │  │  │  ├<lan>
│  │  │  │  │  ├Chinese-Simplified.ini
│  │  │  │  │  ├english.ini
│  │  │  │  │  ├systemlan.xml
│  │  │  │  │  └UserConfig.dat
│  │  │  │  ├<SoundCardRepair>
│  │  │  │  │  ├7z.dll
│  │  │  │  │  ├AndHereWeGo.mp3
│  │  │  │  │  ├drvinst32.exe
│  │  │  │  │  ├drvinst64.exe
│  │  │  │  │  ├DTLUI.dll
│  │  │  │  │  ├gzipdll.dll
│  │  │  │  │  ├helpcore.dll
│  │  │  │  │  ├Helper.dll
│  │  │  │  │  ├helper_res.7zz
│  │  │  │  │  ├SoundCardRepair.exe
│  │  │  │  │  ├<amd_sysfile>
│  │  │  │  │  │  ├amd_sata.sys
│  │  │  │  │  │  └amd_xata.sys
│  │  │  │  │  ├<lan>
│  │  │  │  │  │  └SCP_English.ini
│  │  │  │  │  ├<power_service>
│  │  │  │  │  │  ├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
│  │  │  ├<DrvCeonw>
│  │  │  │  ├DrvCeo.exe
│  │  │  │  ├Drvceo.ini
│  │  │  │  ├Uninstall.exe
│  │  │  │  ├<PESRS>
│  │  │  │  │  ├<DCWin10x64>
│  │  │  │  │  │  ├PESRS.7z
│  │  │  │  │  │  └PESRS.Scindex
│  │  │  │  │  ├<DCWin10x86>
│  │  │  │  │  │  ├PESRS.7z
│  │  │  │  │  │  └PESRS.Scindex
│  │  │  │  │  ├<DCWin7x64>
│  │  │  │  │  │  ├PESRS.7z
│  │  │  │  │  │  └PESRS.Scindex
│  │  │  │  │  ├<DCWin7x86>
│  │  │  │  │  │  ├PESRS.7z
│  │  │  │  │  │  └PESRS.Scindex
│  │  │  │  │  ├<DCWin8.1x64>
│  │  │  │  │  │  ├PESRS.7z
│  │  │  │  │  │  └PESRS.Scindex
│  │  │  │  │  ├<DCWin8.1x86>
│  │  │  │  │  │  ├PESRS.7z
│  │  │  │  │  │  └PESRS.Scindex
│  │  │  │  │  ├<DCWin8x64>
│  │  │  │  │  │  ├PESRS.7z
│  │  │  │  │  │  └PESRS.Scindex
│  │  │  │  │  ├<DCWin8x86>
│  │  │  │  │  │  ├PESRS.7z
│  │  │  │  │  │  └PESRS.Scindex
│  │  │  │  │  ├<DCWinXPx86>
│  │  │  │  │  │  ├PESRS.7z
│  │  │  │  │  │  └PESRS.Scindex
│  │  │  │  ├<Res>
│  │  │  │  │  ├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
│  │  │  │  │  ├<Cmdline>
│  │  │  │  │  │  ├en_us.txt
│  │  │  │  │  │  ├zh_cn.txt
│  │  │  │  │  │  ├zh_hk.txt
│  │  │  │  │  │  └zh_tw.txt
│  │  │  │  │  ├<Languages>
│  │  │  │  │  │  ├en_us.ini
│  │  │  │  │  │  ├zh_cn.ini
│  │  │  │  │  │  ├zh_hk.ini
│  │  │  │  │  │  └zh_tw.ini
│  │  │  │  │  ├<Repair>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<Setup>
│  │  │  │  │  │  ├a1.png
│  │  │  │  │  │  └DcSetup.dc
│  │  │  │  │  ├<Shop>
│  │  │  │  │  │  ├DcShop.dc
│  │  │  │  │  │  └typecusb.png
│  │  │  │  │  ├<Tools>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<User>
│  │  │  │  │  │  ├Dclogin.exe
│  │  │  │  │  │  ├icudt.dll
│  │  │  │  │  │  ├libcef.dll
│  │  │  │  │  │  ├<locales>
│  │  │  │  │  │  │  ├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
│  │  │  │  │  ├<Xunlei>
│  │  │  │  │  │  ├xldl.dll
│  │  │  │  │  │  ├<download>
│  │  │  │  │  │  │  ├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
│  │  │  │  ├<Win10x64>
│  │  │  │  │  ├Network.7z
│  │  │  │  │  ├Network.Scindex
│  │  │  │  │  ├XHCI.7z
│  │  │  │  │  ├XHCI.INI
│  │  │  │  │  └XHCI.Scindex
│  │  │  │  ├<Win10x86>
│  │  │  │  │  ├Network.7z
│  │  │  │  │  ├Network.Scindex
│  │  │  │  │  ├XHCI.7z
│  │  │  │  │  ├XHCI.INI
│  │  │  │  │  └XHCI.Scindex
│  │  │  │  ├<Win7x64>
│  │  │  │  │  ├MFSET.INI
│  │  │  │  │  ├Network.7z
│  │  │  │  │  ├Network.Scindex
│  │  │  │  │  ├XHCI.7z
│  │  │  │  │  ├XHCI.INI
│  │  │  │  │  ├XHCI.ScIndex
│  │  │  │  │  ├<PEHotfix>
│  │  │  │  │  │  ├Windows6.1-KB2990941-v3-x64.msu
│  │  │  │  │  │  └Windows6.1-KB3087873-v2-x64.msu
│  │  │  │  ├<Win7x86>
│  │  │  │  │  ├MFSET.INI
│  │  │  │  │  ├Network.7z
│  │  │  │  │  ├Network.Scindex
│  │  │  │  │  ├XHCI.7z
│  │  │  │  │  ├XHCI.INI
│  │  │  │  │  ├XHCI.ScIndex
│  │  │  │  │  ├<PEHotfix>
│  │  │  │  │  │  ├Windows6.1-KB2990941-v3-x86.msu
│  │  │  │  │  │  └Windows6.1-KB3087873-v2-x86.msu
│  │  │  │  ├<WinXPx86>
│  │  │  │  │  ├Network.7z
│  │  │  │  │  ├Network.Scindex
│  │  │  │  │  ├XHCI.7z
│  │  │  │  │  ├XHCI.INI
│  │  │  │  │  └XHCI.ScIndex
│  ├<08_金山文档_云办公_多人协作>
│  │  ├金山文档.exe
│  │  ├<Backup>
│  │  │  ├金山文档网页版.bat
│  │  │  └腾讯文档.exe
│  ├<09_定时单向备份>
│  │  ├GoodSync-11.10-Silent-Setup.exe
│  │  ├<Backup>
│  │  │  ├GoodSync-10.12-Silent-Setup.exe
│  │  │  ├GoodSync文件同步备份工具软件.avi
│  │  │  ├版本更新历史记录文档.docx
│  │  │  ├<SyncBackPro_V10.2.4.0>
│  │  │  │  ├keygen.exe
│  │  │  │  ├SyncBackPro_Setup.exe
│  │  │  │  ├SyncBackPro64_Setup.exe
│  │  │  │  └SyncBackPro序列号.txt
│  ├<10_桌面转移>
│  │  ├电脑桌面转移个人文件用户资料转移1.exe
│  │  ├<Backup>
│  │  │  ├电脑桌面转移个人文件用户资料转移2.exe
│  │  │  ├电脑桌面转移个人文件用户资料转移3.EXE
│  │  │  ├电脑桌面转移个人文件用户资料转移4.exe
│  │  │  ├电脑桌面转移个人文件用户资料转移5.exe
│  │  │  ├电脑桌面转移个人文件用户资料转移6.exe
│  │  │  └电脑桌面转移个人文件用户资料转移7.exe
│  ├<11_绿色免装>
│  │  ├<C盘>
│  │  │  ├<Prog>
│  │  │  │  ├<7zSfxTool>
│  │  │  │  │  ├7zfm.bmp
│  │  │  │  │  ├7zSfxTool.exe
│  │  │  │  │  ├History.txt
│  │  │  │  │  ├ReadMe.txt
│  │  │  │  │  ├图标项.ico
│  │  │  │  │  ├<Plugin>
│  │  │  │  │  │  └My7z.dll
│  │  │  │  │  ├<SFX 模块>
│  │  │  │  │  │  ├7zsd_All.sfx
│  │  │  │  │  │  ├7zsd_Deflate.sfx
│  │  │  │  │  │  ├7zsd_LZMA.sfx
│  │  │  │  │  │  ├7zsd_LZMA_Dialogs.sfx
│  │  │  │  │  │  ├7zsd_LZMA2.sfx
│  │  │  │  │  │  ├7zsd_PPMd.sfx
│  │  │  │  │  │  └ReadMe.txt
│  │  │  │  │  └<以管理员身份运行7zSfxTool>
│  │  │  │  ├<AutoAHK>
│  │  │  │  │  ├AUTOAHK.DB
│  │  │  │  │  ├AutoAHK.exe
│  │  │  │  │  ├AutoAHK.ini
│  │  │  │  │  ├AutoAHK32.exe
│  │  │  │  │  ├change.txt
│  │  │  │  │  ├LICENSE.txt
│  │  │  │  │  ├temp.ini
│  │  │  │  │  ├<GUI>
│  │  │  │  │  ├<Help>
│  │  │  │  │  │  └AutoHotkey.chm
│  │  │  │  │  ├<Icons>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<Include>
│  │  │  │  │  │  ├AutoHotkey.xml
│  │  │  │  │  │  ├HelpMenu.xml
│  │  │  │  │  │  ├Keyboard.exe
│  │  │  │  │  │  └Styles.ini
│  │  │  │  │  ├<Lib>
│  │  │  │  │  │  ├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
│  │  │  │  │  │  ├<Dll_x64>
│  │  │  │  │  │  │  ├SciLexer.dll
│  │  │  │  │  │  │  └SQLite3.dll
│  │  │  │  │  │  ├<Dll_x86>
│  │  │  │  │  │  │  ├SciLexer.dll
│  │  │  │  │  │  │  └SQLite3.dll
│  │  │  │  │  ├<Samples>
│  │  │  │  │  │  ├<Clones>
│  │  │  │  │  │  │  ├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>
│  │  │  │  │  │  │  ├TreeList Test.ahk
│  │  │  │  │  │  │  └TreeList.ahk
│  │  │  │  │  ├<Sessions>
│  │  │  │  │  │  └退出时自动保存的会话.session
│  │  │  │  │  ├<Syntax>
│  │  │  │  │  │  ├CommandNames.txt
│  │  │  │  │  │  ├Commands(程序并不需要此文件,仅用于关键词的更新及校对).txt
│  │  │  │  │  │  ├Commands.txt
│  │  │  │  │  │  ├Functions.txt
│  │  │  │  │  │  ├Keys.txt
│  │  │  │  │  │  ├Keywords.txt
│  │  │  │  │  │  └Variables.txt
│  │  │  │  │  ├<Tools>
│  │  │  │  │  │  ├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 爬虫终结者>
│  │  │  │  │  │  │  ├AHK 爬虫终结者.exe
│  │  │  │  │  │  │  └爬虫.ico
│  │  │  │  │  │  ├<AHK 正则终结者>
│  │  │  │  │  │  │  ├AHK 正则终结者.ahk
│  │  │  │  │  │  │  ├SCI.ahk
│  │  │  │  │  │  │  ├SciLexer.dll
│  │  │  │  │  │  │  ├高级模式界面.ahk
│  │  │  │  │  │  │  ├界面.ahk
│  │  │  │  │  │  │  ├以指定代码页计算匹配对象位置及长度.ahk
│  │  │  │  │  │  │  ├正则.ico
│  │  │  │  │  │  │  ├正则全局模式.ahk
│  │  │  │  │  │  │  └正则提示菜单.ahk
│  │  │  │  │  │  ├<AhkSpy>
│  │  │  │  │  │  │  ├AhkSpy.ahk
│  │  │  │  │  │  │  └窗口信息加强版.ico
│  │  │  │  │  │  ├<MagicBox>
│  │  │  │  │  │  │  ├MagicBox.exe
│  │  │  │  │  │  │  ├<Examples>
│  │  │  │  │  │  │  │  ├Close Tabs.ahk
│  │  │  │  │  │  │  │  ├Error 25.ahk
│  │  │  │  │  │  │  │  ├Filename.ahk
│  │  │  │  │  │  │  │  ├Input Box.ahk
│  │  │  │  │  │  │  │  ├Partition.ahk
│  │  │  │  │  │  │  │  ├Pigeons.ahk
│  │  │  │  │  │  │  │  ├Progress.ahk
│  │  │  │  │  │  │  │  ├Types.ahk
│  │  │  │  │  │  │  │  ├Virtuoso.ahk
│  │  │  │  │  │  │  │  └XP Support.ahk
│  │  │  │  │  │  │  ├<Functions>
│  │  │  │  │  │  │  │  ├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
│  │  │  │  │  │  │  ├<Icons>
│  │  │  │  │  │  │  │  └MagicBox.ico
│  │  │  │  │  │  │  ├<Lib>
│  │  │  │  │  │  │  │  ├AutoXYWH.ahk
│  │  │  │  │  │  │  │  ├CommonDialogs.ahk
│  │  │  │  │  │  │  │  ├ControlColor.ahk
│  │  │  │  │  │  │  │  ├ExecScript.ahk
│  │  │  │  │  │  │  │  ├GuiButtonIcon.ahk
│  │  │  │  │  │  │  │  ├ResourceID.ahk
│  │  │  │  │  │  │  │  └RunWith.ahk
│  │  │  │  ├<BAT批处理>
│  │  │  │  │  ├BAT-CMD-VBS.zip
│  │  │  │  │  ├Bathome批处理精华.chm
│  │  │  │  │  ├DOS 概述及入门.pdf
│  │  │  │  │  ├dosbook.chm
│  │  │  │  │  ├dos高手速成.chm
│  │  │  │  │  ├DOS学习.chm
│  │  │  │  │  ├精品批处理源代码327例.exe
│  │  │  │  │  ├批处理教程电子书.chm
│  │  │  │  │  └批处理之家1-50练习汇总.CHM
│  │  │  │  ├<Caesium>
│  │  │  │  │  └Caesium.exe
│  │  │  │  ├<ChipGenius_v4.21.0701>
│  │  │  │  │  └ChipGenius_v4.21.0701.exe
│  │  │  │  ├<CloudDrive>
│  │  │  │  │  ├32bit_Setup.exe
│  │  │  │  │  └64bit_Setup.exe
│  │  │  │  ├<DiskGenius>
│  │  │  │  │  ├DiskGenius.exe
│  │  │  │  │  └DiskGenius64.exe
│  │  │  │  ├<DropIt>
│  │  │  │  │  ├DropIt.exe
│  │  │  │  │  ├Guide.pdf
│  │  │  │  │  ├License.txt
│  │  │  │  │  ├Readme.txt
│  │  │  │  │  ├<Images>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<Languages>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<Lib>
│  │  │  │  │  │  ├CSV Import Example.csv
│  │  │  │  │  │  ├XLS Import Example.xls
│  │  │  │  │  │  ├<7z>
│  │  │  │  │  │  │  ├7z.dll
│  │  │  │  │  │  │  ├7z.exe
│  │  │  │  │  │  │  ├7z.sfx
│  │  │  │  │  │  │  ├7-zip.chm
│  │  │  │  │  │  │  ├License.txt
│  │  │  │  │  │  │  └readme.txt
│  │  │  │  │  │  ├<copy>
│  │  │  │  │  │  │  └Copy.dll
│  │  │  │  │  │  ├<gallery>
│  │  │  │  │  │  │  ├Links.txt
│  │  │  │  │  │  │  ├<css>
│  │  │  │  │  │  │  │  ├base.css
│  │  │  │  │  │  │  │  ├ie.css
│  │  │  │  │  │  │  │  ├normalize.css
│  │  │  │  │  │  │  │  └print.css
│  │  │  │  │  │  │  ├<images>
│  │  │  │  │  │  │  │  ├bg-checker.png
│  │  │  │  │  │  │  │  ├bg-main.png
│  │  │  │  │  │  │  │  ├bg-main-dark.png
│  │  │  │  │  │  │  │  ├close.png
│  │  │  │  │  │  │  │  ├favicon.ico
│  │  │  │  │  │  │  │  ├icon-download.png
│  │  │  │  │  │  │  │  ├loading.gif
│  │  │  │  │  │  │  │  ├next.png
│  │  │  │  │  │  │  │  └prev.png
│  │  │  │  │  │  │  ├<js>
│  │  │  │  │  │  │  │  ├html5.js
│  │  │  │  │  │  │  │  ├jquery.mousewheel-3.0.6.pack.js
│  │  │  │  │  │  │  │  ├jquery-1.10.1.min.js
│  │  │  │  │  │  │  │  ├main.js
│  │  │  │  │  │  │  │  ├<fancybox>
│  │  │  │  │  │  │  │  │  ├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
│  │  │  │  │  │  │  │  │  ├<helpers>
│  │  │  │  │  │  │  │  │  │  ├fancybox_buttons.png
│  │  │  │  │  │  │  │  │  │  ├jquery.fancybox-buttons.css
│  │  │  │  │  │  │  │  │  │  ├jquery.fancybox-buttons.js
│  │  │  │  │  │  │  │  │  │  ├jquery.fancybox-media.js
│  │  │  │  │  │  │  │  │  │  ├jquery.fancybox-thumbs.css
│  │  │  │  │  │  │  │  │  │  └jquery.fancybox-thumbs.js
│  │  │  │  │  │  │  ├<layouts>
│  │  │  │  │  │  │  │  ├layout-blocks.css
│  │  │  │  │  │  │  │  ├layout-default.css
│  │  │  │  │  │  │  │  ├layout-hover.css
│  │  │  │  │  │  │  │  ├layout-list.css
│  │  │  │  │  │  │  │  └layout-tiles.css
│  │  │  │  │  │  │  ├<themes>
│  │  │  │  │  │  │  │  ├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
│  │  │  │  │  │  ├<list>
│  │  │  │  │  │  │  ├base.css
│  │  │  │  │  │  │  ├filter.js
│  │  │  │  │  │  │  ├lighterbox2.css
│  │  │  │  │  │  │  ├lighterbox2.js
│  │  │  │  │  │  │  ├sortable.js
│  │  │  │  │  │  │  ├<themes>
│  │  │  │  │  │  │  │  ├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>
│  │  │  │  │  │  │  ├pdftotext.exe
│  │  │  │  │  │  │  └pdftotext.txt
│  │  │  │  │  │  ├<psftp>
│  │  │  │  │  │  │  ├License.txt
│  │  │  │  │  │  │  ├Links.txt
│  │  │  │  │  │  │  └psftp.exe
│  │  │  │  │  │  ├<rdc>
│  │  │  │  │  │  │  └RDC.dll
│  │  │  │  │  │  ├<sounds>
│  │  │  │  │  │  │  ├ambiguity.mp3
│  │  │  │  │  │  │  └complete.mp3
│  │  │  │  ├<Easy7z>
│  │  │  │  │  ├7z1900.exe
│  │  │  │  │  ├7z1900-x64.exe
│  │  │  │  │  └Easy7z.exe
│  │  │  │  ├<EmptyFolderNuker>
│  │  │  │  │  └EmptyFolderNuker.exe
│  │  │  │  ├<eXeScope>
│  │  │  │  │  └eXeScope.exe
│  │  │  │  ├<FastShutdown>
│  │  │  │  │  └FastShutdown.exe
│  │  │  │  ├<FenLei>
│  │  │  │  │  ├FenLei.exe
│  │  │  │  │  ├FenLei批量分类整理文件9次循环.ahk
│  │  │  │  │  └FenLei批量分类整理文件9次循环.txt
│  │  │  │  ├<FileLocator_Pro>
│  │  │  │  │  ├_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>
│  │  │  │  │  │  ├config.xml
│  │  │  │  │  │  ├file_preset.xml
│  │  │  │  │  │  ├flp_style.xml
│  │  │  │  │  │  ├history.xml
│  │  │  │  │  │  ├lang-cn.xml
│  │  │  │  │  │  ├lang-en.xml
│  │  │  │  │  │  └ProblemSearch.srf
│  │  │  │  │  ├<CrashReports>
│  │  │  │  │  ├<help>
│  │  │  │  │  │  ├<cn>
│  │  │  │  │  │  │  ├()(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
│  │  │  │  │  │  ├<en>
│  │  │  │  │  │  │  ├()(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
│  │  │  │  │  │  ├<img>
│  │  │  │  │  │  │  ├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
│  │  │  │  │  ├<logs>
│  │  │  │  │  │  └err.log
│  │  │  │  │  ├<Mythicsoft.Conversion>
│  │  │  │  │  │  ├Aspose.Cells.dll
│  │  │  │  │  │  ├Aspose.Words.dll
│  │  │  │  │  │  ├Microsoft.VC90.CRT.manifest
│  │  │  │  │  │  ├msvcm90.dll
│  │  │  │  │  │  ├msvcp90.dll
│  │  │  │  │  │  ├msvcr90.dll
│  │  │  │  │  │  └Mythicsoft.Conversion.dll
│  │  │  │  │  ├<plugin_cfg>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<Sample Scripts>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<Sample Transforms>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<Sounds>
│  │  │  │  │  │  ├Sample1.wav
│  │  │  │  │  │  ├Sample2.wav
│  │  │  │  │  │  ├Sample3.wav
│  │  │  │  │  │  ├Sample4.wav
│  │  │  │  │  │  └Sample5.wav
│  │  │  │  │  ├<xpdf>
│  │  │  │  │  │  ├announce
│  │  │  │  │  │  ├changes
│  │  │  │  │  │  ├copying
│  │  │  │  │  │  ├install
│  │  │  │  │  │  ├pdftotext.exe
│  │  │  │  │  │  ├pdftotext.txt
│  │  │  │  │  │  ├readme
│  │  │  │  │  │  ├xpdfrc
│  │  │  │  │  │  ├<xpdf-chinese-simplified>
│  │  │  │  │  │  │  ├add-to-xpdfrc
│  │  │  │  │  │  │  ├Adobe-GB1.cidToUnicode
│  │  │  │  │  │  │  ├EUC-CN.unicodeMap
│  │  │  │  │  │  │  ├GBK.unicodeMap
│  │  │  │  │  │  │  ├ISO-2022-CN.unicodeMap
│  │  │  │  │  │  │  ├README
│  │  │  │  │  │  │  ├<CMap>
│  │  │  │  │  │  │  │  ├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
│  │  │  │  │  │  ├<xpdf-chinese-traditional>
│  │  │  │  │  │  │  ├add-to-xpdfrc
│  │  │  │  │  │  │  ├Adobe-CNS1.cidToUnicode
│  │  │  │  │  │  │  ├Big5.unicodeMap
│  │  │  │  │  │  │  ├Big5ascii.unicodeMap
│  │  │  │  │  │  │  ├README
│  │  │  │  │  │  │  ├<CMap>
│  │  │  │  │  │  │  │  ├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
│  │  │  │  │  │  ├<xpdf-japanese>
│  │  │  │  │  │  │  ├add-to-xpdfrc
│  │  │  │  │  │  │  ├Adobe-Japan1.cidToUnicode
│  │  │  │  │  │  │  ├EUC-JP.unicodeMap
│  │  │  │  │  │  │  ├ISO-2022-JP.unicodeMap
│  │  │  │  │  │  │  ├README
│  │  │  │  │  │  │  ├Shift-JIS.unicodeMap
│  │  │  │  │  │  │  ├<CMap>
│  │  │  │  │  │  │  │  ├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
│  │  │  │  │  │  ├<xpdf-korean>
│  │  │  │  │  │  │  ├add-to-xpdfrc
│  │  │  │  │  │  │  ├Adobe-Korea1.cidToUnicode
│  │  │  │  │  │  │  ├ISO-2022-KR.unicodeMap
│  │  │  │  │  │  │  ├README
│  │  │  │  │  │  │  ├<CMap>
│  │  │  │  │  │  │  │  ├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
│  │  │  │  │  │  ├<xpdf-lang>
│  │  │  │  │  │  │  ├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
│  │  │  │  ├<FlashFXP>
│  │  │  │  │  ├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
│  │  │  │  │  ├<Cache>
│  │  │  │  │  │  └<~flashfxp>
│  │  │  │  │  ├<language>
│  │  │  │  │  │  ├Chinese Simplified.dlf
│  │  │  │  │  │  └Chinese Traditional.dlf
│  │  │  │  │  └<Logs>
│  │  │  │  ├<HDTune>
│  │  │  │  │  └HDTune.exe
│  │  │  │  ├<i_view32>
│  │  │  │  │  ├i_view32.exe
│  │  │  │  │  ├i_view32.ini
│  │  │  │  │  ├<Languages>
│  │  │  │  │  │  ├Chinese_Simp.dll
│  │  │  │  │  │  ├Chinese_TW.dll
│  │  │  │  │  │  ├IP_Chinese_Simp.lng
│  │  │  │  │  │  └IP_Chinese_TW.lng
│  │  │  │  ├<JexChan>
│  │  │  │  │  ├JexChan.exe
│  │  │  │  │  └JexChan32.exe
│  │  │  │  ├<LightImageResize>
│  │  │  │  │  ├DigitalFrameWizard.exe
│  │  │  │  │  ├ielib32.dll
│  │  │  │  │  ├libwebp.dll
│  │  │  │  │  ├LightImageResize.exe
│  │  │  │  │  ├msvcr100.dll
│  │  │  │  │  ├optipng.exe
│  │  │  │  │  ├profiles.ini
│  │  │  │  │  ├switches.txt
│  │  │  │  │  ├<Lang>
│  │  │  │  │  │  ├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
│  │  │  │  ├<MediaInfo>
│  │  │  │  │  ├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
│  │  │  │  │  ├<Plugin>
│  │  │  │  │  │  ├MediaInfo.cfg
│  │  │  │  │  │  ├<Custom>
│  │  │  │  │  │  │  ├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
│  │  │  │  │  │  ├<Language>
│  │  │  │  │  │  │  ├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
│  │  │  │  │  │  ├<Sheet>
│  │  │  │  │  │  │  ├Example.csv
│  │  │  │  │  │  │  └Export example.csv
│  │  │  │  │  │  ├<Tree>
│  │  │  │  │  │  │  └Example.csv
│  │  │  │  ├<Notepad2>
│  │  │  │  │  └Notepad2.exe
│  │  │  │  ├<Pointofix>
│  │  │  │  │  ├Pointofix.exe
│  │  │  │  │  └pointofix_translation.ini
│  │  │  │  ├<ProcessExplorer>
│  │  │  │  │  ├Eula.txt
│  │  │  │  │  ├procexp.chm
│  │  │  │  │  ├procexp.exe
│  │  │  │  │  ├procexp64.exe
│  │  │  │  │  └procexp64a.exe
│  │  │  │  ├<ProcessLasso>
│  │  │  │  │  ├ProcessLassoPortable.exe
│  │  │  │  │  ├<App>
│  │  │  │  │  │  ├转载请保留:老殁 www.Laomo.me 分享绿色破解软件10年.url
│  │  │  │  │  │  ├<AppInfo>
│  │  │  │  │  │  │  ├appinfo.ini
│  │  │  │  │  │  │  ├转载请保留:老殁 www.Laomo.me 分享绿色破解软件10年.url
│  │  │  │  │  │  │  ├<Launcher>
│  │  │  │  │  │  │  │  ├ProcessLassoPortable.ini
│  │  │  │  │  │  │  │  └转载请保留:老殁 www.Laomo.me 分享绿色破解软件10年.url
│  │  │  │  │  │  ├<DefaultData>
│  │  │  │  │  │  │  ├<settings>
│  │  │  │  │  │  │  │  ├ProcessLasso_CU.reg
│  │  │  │  │  │  │  │  └ProcessLasso_LM.reg
│  │  │  │  │  │  ├<ProcessLasso>
│  │  │  │  │  │  │  ├.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
│  │  │  │  │  │  ├<ProcessLasso64>
│  │  │  │  │  │  │  ├.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>
│  │  │  │  │  └ResHacker.exe
│  │  │  │  ├<ResourceHacker>
│  │  │  │  │  └ResourceHacker.exe
│  │  │  │  ├<Robocopy>
│  │  │  │  │  ├rebocopy.exe
│  │  │  │  │  ├rebocopy2013.exe
│  │  │  │  │  ├Robocopy.docx
│  │  │  │  │  ├Robocopy.exe
│  │  │  │  │  ├Robocopy.pdf
│  │  │  │  │  ├Robocopy_txt.txt
│  │  │  │  │  ├Robocopy51.exe
│  │  │  │  │  ├Robocopy64.exe
│  │  │  │  │  └Robocopy视频教程.mp4
│  │  │  │  ├<TimerPowerOff>
│  │  │  │  │  └TimerPowerOff.zip
│  │  │  │  ├<TimeSyncNeutron>
│  │  │  │  │  ├Neutron.exe
│  │  │  │  │  ├Neutron.ini
│  │  │  │  │  ├TimeSync电脑时间同步校准.exe
│  │  │  │  │  ├TimeSync电脑时间同步校准2.exe
│  │  │  │  │  └TimeSync电脑时间同步校准3.exe
│  │  │  │  ├<TrafficMonitor>
│  │  │  │  │  ├config.ini
│  │  │  │  │  ├global_cfg.ini
│  │  │  │  │  ├history_traffic.dat
│  │  │  │  │  ├history_traffic.dat.bak
│  │  │  │  │  └TrafficMonitor.exe
│  │  │  │  ├<TrafficMonitor电脑网速监控悬浮窗>
│  │  │  │  │  ├config.ini
│  │  │  │  │  ├global_cfg.ini
│  │  │  │  │  ├history_traffic.dat
│  │  │  │  │  ├LibreHardwareMonitorLib.dll
│  │  │  │  │  ├OpenHardwareMonitorApi.dll
│  │  │  │  │  ├tinyxml2.dll
│  │  │  │  │  ├TrafficMonitor.VisualElementsManifest.xml
│  │  │  │  │  ├显示电脑网速监控悬浮窗TrafficMonitor.exe
│  │  │  │  │  ├<Logo>
│  │  │  │  │  │  ├TrafficMonitor.150x150Logo.png
│  │  │  │  │  │  └TrafficMonitor.70x70Logo.png
│  │  │  │  │  ├<skins>
│  │  │  │  │  │  ├<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>
│  │  │  │  │  └UFSExplorerProRecovery.exe
│  │  │  │  ├<UltraISO>
│  │  │  │  │  ├UltraISO.exe
│  │  │  │  │  ├<Backup>
│  │  │  │  │  │  ├UltraISO-v2.exe
│  │  │  │  │  │  └UltraISO软碟通.exe
│  │  │  │  ├<Uninstall_Tool>
│  │  │  │  │  ├Uninstall_Tool.exe
│  │  │  │  │  ├<Backup>
│  │  │  │  │  │  └Geek_Uninstaller.exe
│  │  │  │  ├<VistanitaDuplicateFinderVDF>
│  │  │  │  │  └VistanitaDuplicateFinderVDF.exe
│  │  │  │  ├<WinCDEmu>
│  │  │  │  │  └WinCDEmu.exe
│  │  │  │  ├<WinHex>
│  │  │  │  │  ├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
│  │  │  │  │  ├<x64>
│  │  │  │  │  │  ├11684.COM.url
│  │  │  │  │  │  ├hash2.dll
│  │  │  │  │  │  ├zlib1.dll
│  │  │  │  │  │  ├巴士下载站_readme.htm
│  │  │  │  │  │  └请先读我.htm
│  │  │  │  ├<xnview>
│  │  │  │  │  ├!_设置简体中文界面.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>
│  │  │  │  │  │  ├<Harrys Filter>
│  │  │  │  │  │  │  ├HarrysFilters.ini
│  │  │  │  │  │  │  ├HarrysFilters3.8bf
│  │  │  │  │  │  │  ├Help.txt
│  │  │  │  │  │  │  ├<Presets>
│  │  │  │  │  │  │  │  ├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
│  │  │  │  │  ├<AddOn>
│  │  │  │  │  │  ├FTP.lng
│  │  │  │  │  │  ├FTP.xnp
│  │  │  │  │  │  ├libquant.dll
│  │  │  │  │  │  ├libquant.txt
│  │  │  │  │  │  ├NeroCD.lng
│  │  │  │  │  │  ├NeroCD.xnp
│  │  │  │  │  │  ├Paint.lng
│  │  │  │  │  │  ├Paint.xnp
│  │  │  │  │  │  ├PhotoMasque.dat
│  │  │  │  │  │  ├PhotoMasque.lng
│  │  │  │  │  │  ├PhotoMasque.xnp
│  │  │  │  │  │  ├Xmp.dll
│  │  │  │  │  │  ├<Masks>
│  │  │  │  │  │  │  ├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
│  │  │  │  │  ├<Filters>
│  │  │  │  │  │  ├help.txt
│  │  │  │  │  │  └udf-def.dat
│  │  │  │  │  ├<language>
│  │  │  │  │  │  ├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
│  │  │  │  │  ├<Lut>
│  │  │  │  │  │  ├10logto8.lut
│  │  │  │  │  │  └8to10log.lut
│  │  │  │  │  ├<Plugins>
│  │  │  │  │  │  ├libwebp.dll
│  │  │  │  │  │  ├mpeg.dll
│  │  │  │  │  │  ├openjp2.dll
│  │  │  │  │  │  └slide.exe
│  │  │  │  │  ├<skins>
│  │  │  │  │  │  ├<crystal-project>
│  │  │  │  │  │  │  ├browser.bmp
│  │  │  │  │  │  │  ├browser32.bmp
│  │  │  │  │  │  │  ├imbar.bmp
│  │  │  │  │  │  │  ├info.txt
│  │  │  │  │  │  │  ├info1.bmp
│  │  │  │  │  │  │  ├info2.bmp
│  │  │  │  │  │  │  ├jpgbar.bmp
│  │  │  │  │  │  │  ├main.bmp
│  │  │  │  │  │  │  ├main32.bmp
│  │  │  │  │  │  │  ├readme.txt
│  │  │  │  │  │  │  └tree.bmp
│  │  │  │  │  │  ├<default>
│  │  │  │  │  │  │  ├browser.bmp
│  │  │  │  │  │  │  ├browser32.bmp
│  │  │  │  │  │  │  ├imbar.bmp
│  │  │  │  │  │  │  ├info.txt
│  │  │  │  │  │  │  ├info1.bmp
│  │  │  │  │  │  │  ├main.bmp
│  │  │  │  │  │  │  ├main32.bmp
│  │  │  │  │  │  │  └tree.bmp
│  │  │  │  │  │  ├<gnome>
│  │  │  │  │  │  │  ├browser.bmp
│  │  │  │  │  │  │  ├browser32.bmp
│  │  │  │  │  │  │  ├gpl.txt
│  │  │  │  │  │  │  ├info.txt
│  │  │  │  │  │  │  ├main.bmp
│  │  │  │  │  │  │  └main32.bmp
│  │  │  │  │  │  ├<metro>
│  │  │  │  │  │  │  ├browser32.bmp
│  │  │  │  │  │  │  ├imbar.bmp
│  │  │  │  │  │  │  ├info.txt
│  │  │  │  │  │  │  ├info1.bmp
│  │  │  │  │  │  │  ├info2.bmp
│  │  │  │  │  │  │  ├jpgbar.bmp
│  │  │  │  │  │  │  ├main.bmp
│  │  │  │  │  │  │  ├main32.bmp
│  │  │  │  │  │  │  ├readme.txt
│  │  │  │  │  │  │  └tree.bmp
│  │  │  │  │  │  ├<mezich-48>
│  │  │  │  │  │  │  ├browser.bmp
│  │  │  │  │  │  │  ├browser32.bmp
│  │  │  │  │  │  │  ├imbar.bmp
│  │  │  │  │  │  │  ├imbar32.bmp
│  │  │  │  │  │  │  ├info.txt
│  │  │  │  │  │  │  ├info1.bmp
│  │  │  │  │  │  │  ├info2.bmp
│  │  │  │  │  │  │  ├main.bmp
│  │  │  │  │  │  │  ├main32.bmp
│  │  │  │  │  │  │  └tree.bmp
│  │  │  │  │  ├<WebTemplate>
│  │  │  │  │  │  ├<_Default - Frame>
│  │  │  │  │  │  │  ├default.css
│  │  │  │  │  │  │  ├default.txt
│  │  │  │  │  │  │  ├index.html
│  │  │  │  │  │  │  ├page.html
│  │  │  │  │  │  │  └thumb.html
│  │  │  │  │  │  ├<_Default - Simple>
│  │  │  │  │  │  │  ├default.css
│  │  │  │  │  │  │  ├page.html
│  │  │  │  │  │  │  └thumb.html
│  │  │  │  │  │  ├<Compressed [silver]>
│  │  │  │  │  │  │  ├compressed.css
│  │  │  │  │  │  │  ├thumb.html
│  │  │  │  │  │  │  └xn-button-s.png
│  │  │  │  │  │  ├<Foo[Silver]>
│  │  │  │  │  │  │  ├fooby.css
│  │  │  │  │  │  │  ├page.html
│  │  │  │  │  │  │  ├thumb.html
│  │  │  │  │  │  │  └xn-button-s.png
│  │  │  │  │  │  ├<Pixnview [black]>
│  │  │  │  │  │  │  ├page.html
│  │  │  │  │  │  │  ├pixnview.css
│  │  │  │  │  │  │  ├pixnview.js
│  │  │  │  │  │  │  └thumb.html
│  │  │  │  │  │  ├<Simple>
│  │  │  │  │  │  │  ├page.html
│  │  │  │  │  │  │  └thumb.html
│  │  │  │  │  │  ├<Simple[Blue]>
│  │  │  │  │  │  │  ├page.html
│  │  │  │  │  │  │  ├thumb.html
│  │  │  │  │  │  │  ├<nav>
│  │  │  │  │  │  │  │  ├header.png
│  │  │  │  │  │  │  │  └style.css
│  │  │  │  │  │  ├<Simple[Green]>
│  │  │  │  │  │  │  ├page.html
│  │  │  │  │  │  │  ├thumb.html
│  │  │  │  │  │  │  ├<nav>
│  │  │  │  │  │  │  │  ├header.png
│  │  │  │  │  │  │  │  └style.css
│  │  │  │  │  │  ├<Simple[Mono]>
│  │  │  │  │  │  │  ├page.html
│  │  │  │  │  │  │  ├thumb.html
│  │  │  │  │  │  │  ├<nav>
│  │  │  │  │  │  │  │  ├header.png
│  │  │  │  │  │  │  │  └style.css
│  │  │  │  │  │  ├<Simple[Red]>
│  │  │  │  │  │  │  ├page.html
│  │  │  │  │  │  │  ├thumb.html
│  │  │  │  │  │  │  ├<nav>
│  │  │  │  │  │  │  │  ├header.png
│  │  │  │  │  │  │  │  └style.css
│  │  │  │  │  │  ├<Simple[XnView]>
│  │  │  │  │  │  │  ├page.html
│  │  │  │  │  │  │  ├thumb.html
│  │  │  │  │  │  │  ├<nav>
│  │  │  │  │  │  │  │  ├header.png
│  │  │  │  │  │  │  │  └style.css
│  │  │  │  │  │  │  ├<nav>
│  │  │  │  │  │  │  │  ├header.png
│  │  │  │  │  │  │  │  └style.css
│  │  │  │  │  │  ├<SimpleViewer2>
│  │  │  │  │  │  │  ├favicon.ico
│  │  │  │  │  │  │  ├getxnview.gif
│  │  │  │  │  │  │  ├index.html
│  │  │  │  │  │  │  ├simpleviewer.css
│  │  │  │  │  │  │  ├simpleviewer.swf
│  │  │  │  │  │  │  ├swfobject.js
│  │  │  │  │  │  │  ├thumb.html
│  │  │  │  │  │  │  ├<images>
│  │  │  │  │  │  │  │  └sandstone.jpg
│  │  │  │  │  │  ├<Visuddhi - Flash viewer>
│  │  │  │  │  │  │  ├favicon.ico
│  │  │  │  │  │  │  ├getxnview.gif
│  │  │  │  │  │  │  ├index.html
│  │  │  │  │  │  │  ├simpleviewer.css
│  │  │  │  │  │  │  ├simpleviewer.swf
│  │  │  │  │  │  │  ├swfobject.js
│  │  │  │  │  │  │  └thumb.html
│  │  │  │  │  │  ├<Visuddhi - Flash viewer v1>
│  │  │  │  │  │  │  ├favicon.ico
│  │  │  │  │  │  │  ├flashobject.js
│  │  │  │  │  │  │  ├getxnview.gif
│  │  │  │  │  │  │  ├index.html
│  │  │  │  │  │  │  ├simpleviewer.css
│  │  │  │  │  │  │  ├thumb.html
│  │  │  │  │  │  │  ├viewer.swf
│  │  │  │  │  │  │  ├<images>
│  │  │  │  │  │  │  │  └sfondo.gif
│  │  │  │  │  │  │  ├<images>
│  │  │  │  │  │  │  │  └sfondo.gif
│  │  │  │  │  │  ├<Visuddhi - Lightbox>
│  │  │  │  │  │  │  ├favicon.ico
│  │  │  │  │  │  │  ├getxnview.gif
│  │  │  │  │  │  │  ├lightbox.css
│  │  │  │  │  │  │  ├lightbox.js
│  │  │  │  │  │  │  ├thumb.html
│  │  │  │  │  │  │  ├<css>
│  │  │  │  │  │  │  │  └lightbox.css
│  │  │  │  │  │  │  ├<images>
│  │  │  │  │  │  │  │  ├blank.gif
│  │  │  │  │  │  │  │  ├close.gif
│  │  │  │  │  │  │  │  ├closelabel.gif
│  │  │  │  │  │  │  │  ├loading.gif
│  │  │  │  │  │  │  │  ├next.gif
│  │  │  │  │  │  │  │  ├nextlabel.gif
│  │  │  │  │  │  │  │  ├prev.gif
│  │  │  │  │  │  │  │  ├prevlabel.gif
│  │  │  │  │  │  │  │  └sfondo.gif
│  │  │  │  │  │  │  ├<js>
│  │  │  │  │  │  │  │  ├effects.js
│  │  │  │  │  │  │  │  ├lightbox.js
│  │  │  │  │  │  │  │  ├prototype.js
│  │  │  │  │  │  │  │  └scriptaculous.js
│  │  │  │  │  │  ├<Visuddhi - simple>
│  │  │  │  │  │  │  ├favicon.ico
│  │  │  │  │  │  │  ├getxnview.gif
│  │  │  │  │  │  │  ├page.html
│  │  │  │  │  │  │  ├simple.css
│  │  │  │  │  │  │  ├simple.js
│  │  │  │  │  │  │  ├thumb.html
│  │  │  │  │  │  │  ├<images>
│  │  │  │  │  │  │  │  └sfondo.gif
│  │  │  │  ├<软媒虚拟光驱>
│  │  │  │  │  └02-软媒虚拟光驱.exe
│  │  │  │  ├<芯片无忧>
│  │  │  │  │  └芯片无忧.exe
│  │  │  │  ├<右键管家>
│  │  │  │  │  └右键管家.exe
│  ├<12_安装包__________>
│  │  ├!_MicrosoftEdgeSetup.exe
│  │  ├!_QQ拼音输入法QQPinyin.exe
│  │  ├!_W.P.S.Office.exe
│  │  ├!_搜狗高速浏览器.exe
│  │  ├!_腾讯微信.exe
│  │  ├7z2107.exe
│  │  ├7z2107-x64.exe
│  │  ├AnyTXT.Searcher.exe
│  │  ├BaiduNetdisk百度网盘.exe
│  │  ├BeyondCompare.exe
│  │  ├ChromeSetup.exe
│  │  ├DAEMONToolsLite10.5.1.229x64.exe
│  │  ├DAEMONToolsLite10.5.1.229x86.exe
│  │  ├Dexpot虚拟桌面.exe
│  │  ├EmEditor.exe
│  │  ├FormatFactory_格式工厂.exe
│  │  ├Icecream-PDF-Converter.exe
│  │  ├Notepad++npp.8.1.9.Installer.exe
│  │  ├PDF-XChange-Editor-32位.exe
│  │  ├PDF-XChange-Editor-64位.exe
│  │  ├Photoshop-CS6.exe
│  │  ├QQ9.5.6.28129.exe
│  │  ├QQ浏览器.exe
│  │  ├RaiDrive_1.6.2.416.exe
│  │  ├RaiDrive_1.7.0.exe
│  │  ├RaiDrive_2020.2.2.exe
│  │  ├RaiDrive_2021.12.35.exe
│  │  ├USBSafelyRemove强制移除U盘软件.exe
│  │  ├WinMount.exe
│  │  ├WinRAR_x86_x64.exe
│  │  ├WinRAR-x64-6.02.exe
│  │  ├WinRAR-x86-6.02.exe
│  │  ├阿里云盘aDrive.exe
│  │  ├百度网盘.exe
│  │  ├城通网盘.exe
│  │  ├荐片播放器-先用优酷爱奇艺腾讯视频筛选搜索电影名称.exe
│  │  ├金蝶KIS云旗舰版.exe
│  │  ├金蝶KIS云-旗舰版KISCloudClient右上角改成公有云模式.exe
│  │  ├区助手企业版.exe
│  │  ├腾讯QQ-安装flashplayerax_install_cn.exe
│  │  ├腾讯QQ-安装flashplayerpp_install_cn.exe
│  │  ├完美解码电影播放器.exe
│  │  ├网上银行助手-农业银行.exe
│  │  ├网上银行助手-苏州银行.exe
│  │  ├网上银行助手-苏州银行密码框控件.exe
│  │  ├向日葵控控A2-32位.exe
│  │  ├向日葵控控A2-64位.exe
│  │  ├逍遥笔手写输入法.exe
│  │  ├虚拟桌面软件Dexpot.exe
│  │  ├迅雷-请防止偷偷安装其他垃圾软件.exe
│  │  ├亿图图示.exe
│  │  ├优酷视频PC客户端.exe
│  │  ├<Embarcadero.Delphi.10.4.1.v27>
│  │  │  ├Embarcadero.Delphi.10.4.1.v27.exe
│  │  │  ├Ext.Core.7z
│  │  │  ├<Embarcadero.Delphi.10.4.1.v27-Ext>
│  │  │  │  ├Activator.v16.1.rar
│  │  │  │  ├Delphi.10.4.1.v27.txt
│  │  │  │  ├NDP452-KB2901907.exe
│  │  │  │  ├SHA1SUMS.sha
│  │  │  │  ├<Activator.v16.1>
│  │  │  │  │  ├Activator.exe
│  │  │  │  │  └Readme.txt
│  │  ├<FastCopy_32bit>
│  │  │  ├FastCopy.exe
│  │  │  ├FastCopy2.ini
│  │  │  ├FastEx64.dll
│  │  │  ├FastExt.dll
│  │  │  ├FastExt1.dll
│  │  │  ├FcHash.exe
│  │  │  ├fcp.exe
│  │  │  ├setup.exe
│  │  │  ├<doc>
│  │  │  │  ├FastCopy.chm
│  │  │  │  ├readme.txt
│  │  │  │  ├readme_eng.txt
│  │  │  │  └xxhash-LICENSE.txt
│  │  ├<FastCopy_64bit>
│  │  │  ├FastCopy.exe
│  │  │  ├FastCopy2.ini
│  │  │  ├FastEx64.dll
│  │  │  ├FastExt.dll
│  │  │  ├FastExt1.dll
│  │  │  ├FcHash.exe
│  │  │  ├fcp.exe
│  │  │  ├setup.exe
│  │  │  ├<doc>
│  │  │  │  ├FastCopy.chm
│  │  │  │  ├readme.txt
│  │  │  │  ├readme_eng.txt
│  │  │  │  └xxhash-LICENSE.txt
│  │  ├<FileLocator_Pro>
│  │  │  ├Setup.exe
│  │  │  ├<Crack>
│  │  │  │  ├Readme.txt
│  │  │  │  ├<x64>
│  │  │  │  │  └FileLocatorPro.exe
│  │  │  │  ├<x86>
│  │  │  │  │  └FileLocatorPro.exe
│  │  ├<InstallRite25>
│  │  │  ├hf_InstallRite25c_yy.exe
│  │  │  ├InstallRite25.exe
│  │  │  ├补丁说明.txt
│  │  │  └其他说明.txt
│  │  ├<NetDrive2>
│  │  │  ├hosts
│  │  │  ├netdrive2.dat
│  │  │  ├NetDrive2_Setup_2_6_16_962.exe
│  │  │  ├复制拷贝覆盖破解补丁注册秘钥Crack-Patch-SN-Key.bat
│  │  │  ├<Backup>
│  │  │  │  ├hosts.txt
│  │  │  │  ├安装说明.txt
│  │  │  │  ├连接服务器操作方法.docx
│  │  │  │  └注册码秘钥SN-Key.txt
│  │  ├<PrimoCache>
│  │  │  ├PrimoCache-3.0.2-x64-MD5-3449-Silent-Setup.exe
│  │  │  ├PrimoCache-3.0.2-x86-MD5-2300-Silent-Setup.exe
│  │  │  ├<Backup>
│  │  │  │  ├<PrimoCache 2.2.0无限试用>
│  │  │  │  │  ├PrimoCache 2.2.0普通版.exe
│  │  │  │  │  ├PrimoCache 2.2.0无限试用补丁.exe
│  │  │  │  │  ├PrimoCacheSoft.exe
│  │  │  │  │  └必看.txt
│  │  │  │  ├<使用说明>
│  │  │  │  │  ├PrimoCache_4_设置截屏_2021年2月28日.jpg
│  │  │  │  │  ├PrimoCache使用说明.doc
│  │  │  │  │  ├PrimoCache使用说明.docx
│  │  │  │  │  └PrimoCache使用说明.pdf
│  │  ├<WebDrive>
│  │  │  ├hosts
│  │  │  ├hosts.txt
│  │  │  ├webdrive32.exe
│  │  │  ├webdrive64.exe
│  │  │  ├复制拷贝覆盖破解补丁注册秘钥Crack-Patch-SN-Key.bat
│  │  │  └注册码秘钥SN-Key.txt
│  ├<13_设置系统>
│  │  ├优化设置电脑.docx
│  │  ├<01_设置系统登录密码>
│  │  │  └设置系统登录密码.jpg
│  │  ├<02_设置自动登录系统>
│  │  │  ├自动登录系统.bat
│  │  │  ├自动登录系统-v2.exe
│  │  │  ├自动登录系统-v3.exe
│  │  │  └自动登录系统-v4.exe
│  │  ├<03_导入收藏夹到搜狗高速浏览器>
│  │  │  └Bookmark.html
│  │  ├<04_PCMaster>
│  │  │  ├boostmaster.exe
│  │  │  ├cleanmaster.exe
│  │  │  ├ithome.exe
│  │  │  ├mydesk.exe
│  │  │  ├mytime.exe
│  │  │  ├node.dll
│  │  │  ├pcdstart.dll
│  │  │  ├pcmaster.exe
│  │  │  ├pcmasterdata.dll
│  │  │  ├pcmastersvc.exe
│  │  │  ├rmup.exe
│  │  │  ├softmaster.exe
│  │  │  ├softmastergreen.dll
│  │  │  ├uninstall_pcmaster.exe
│  │  │  ├virtualdrivemaster.exe
│  │  │  ├visualmaster.exe
│  │  │  ├winguard.dll
│  │  │  ├winguard.exe
│  │  │  ├winguard_x64.dll
│  │  │  ├winguard_x64.exe
│  │  │  ├winmaster.exe
│  │  │  ├读我.txt
│  │  │  ├<config>
│  │  │  │  ├medal.cfg
│  │  │  │  ├pcmasterdata.cfg
│  │  │  │  ├tweakcube.xml
│  │  │  │  ├<images>
│  │  │  │  │  └winguard.ico
│  │  │  │  ├<softmaster>
│  │  │  │  │  ├cache.dat
│  │  │  │  │  ├instsoft.dat
│  │  │  │  │  ├<softicons>
│  │  │  │  │  │  ├<softicons>
│  │  │  │  │  │  │  ├<1>
│  │  │  │  │  │  │  │  └105.png
│  │  │  │  │  │  │  ├<10>
│  │  │  │  │  │  │  │  └414.png
│  │  │  │  │  │  │  ├<11>
│  │  │  │  │  │  │  │  ├345.png
│  │  │  │  │  │  │  │  ├741.png
│  │  │  │  │  │  │  │  └742.png
│  │  │  │  │  │  │  ├<12>
│  │  │  │  │  │  │  │  └413.png
│  │  │  │  │  │  │  ├<13>
│  │  │  │  │  │  │  │  └320.png
│  │  │  │  │  │  │  ├<14>
│  │  │  │  │  │  │  │  ├137.png
│  │  │  │  │  │  │  │  └253.png
│  │  │  │  │  │  │  ├<19>
│  │  │  │  │  │  │  │  ├181.png
│  │  │  │  │  │  │  │  └381.png
│  │  │  │  │  │  │  ├<2>
│  │  │  │  │  │  │  │  └176.png
│  │  │  │  │  │  │  ├<3>
│  │  │  │  │  │  │  │  ├103.png
│  │  │  │  │  │  │  │  ├123.png
│  │  │  │  │  │  │  │  ├257.png
│  │  │  │  │  │  │  │  ├287.png
│  │  │  │  │  │  │  │  └358.png
│  │  │  │  │  │  │  ├<4>
│  │  │  │  │  │  │  │  └135.png
│  │  │  │  │  │  │  ├<8>
│  │  │  │  │  │  │  │  ├130.png
│  │  │  │  │  │  │  │  ├133.png
│  │  │  │  │  │  │  │  ├207.png
│  │  │  │  │  │  │  │  ├224.png
│  │  │  │  │  │  │  │  ├252.png
│  │  │  │  │  │  │  │  └318.png
│  │  │  └<upgrade>
│  │  ├<05_CCleaner>
│  │  │  ├CCleaner 5.70.7909简体中文单文件版_x64.exe
│  │  │  ├CCleaner 5.70.7909简体中文单文件版_x86.exe
│  │  │  └CCleaner_Pro_v5.76.8269_x64_Plus.exe
│  │  ├<06_AutoRuns禁止多余的自启动项>
│  │  │  ├启动项目管理(Autoruns)13.98.x64汉化版.exe
│  │  │  ├启动项目管理(Autoruns)13.98.x86汉化版.exe
│  │  │  ├<Autoruns>
│  │  │  │  ├Autoruns.exe
│  │  │  │  ├Autoruns64.dll
│  │  │  │  └Autoruns64.exe
│  │  ├<07_检查自动启动脚本等设置>
│  │  ├<08_Windows系统更新安全组件一键统管WindowsUpdateBlockerWUBWUL>
│  │  │  ├Windows系统更新安全组件一键统管WindowsUpdateBlockerWUBWUL.exe
│  │  │  ├说明.txt
│  │  │  ├<WindowsUpdateBlack-WUB>
│  │  │  │  ├WindowsUpdateBlack.exe
│  │  │  │  └WindowsUpdateBlack.ini
│  │  │  ├<Wub-Windows系统更新安全组件一键统管WindowsUpdateBlockerWUBWUL>
│  │  │  │  ├ReadMe.txt
│  │  │  │  ├Wub_x64-Windows系统更新安全组件一键统管WindowsUpdateBlockerWUBWUL.exe
│  │  │  │  ├Wub_x64-Windows系统更新安全组件一键统管WindowsUpdateBlockerWUBWUL.ini
│  │  │  │  ├Wub-Windows系统更新安全组件一键统管WindowsUpdateBlockerWUBWUL.exe
│  │  │  │  ├Wub-Windows系统更新安全组件一键统管WindowsUpdateBlockerWUBWUL.ini
│  │  │  │  └更新日志.txt
│  │  ├<09_优化设置电脑>
│  │  │  ├Hyper-V安装群晖教程.doc
│  │  │  ├Microsoft_SQL_Server_2008安装图解win7.doc
│  │  │  ├PVE安装群晖教程.doc
│  │  │  ├sql server 2005安装说明.doc
│  │  │  ├SQL_2008安装教程(完整版).doc
│  │  │  ├SQL_Server_2005安装过程全解(XP环境下).doc
│  │  │  ├SQL_Server2000个人版安装.doc
│  │  │  ├U盘引导安装教程.docx
│  │  │  ├Win7-Software-RAR-ISO操作系统光盘镜像和关键系统软件安装包压缩包.docx
│  │  │  ├Windows10系统安装详细教程.docx
│  │  │  ├安装电脑系统和软件.doc
│  │  │  ├安装需要的套件程序.docx
│  │  │  ├安装指导-IntraWeb是Delphi自带的一套Web开发框架.docx
│  │  │  ├电脑软件安装包20190408.doc
│  │  │  ├电脑软件安装手册1904.doc
│  │  │  ├电脑软件安装与优化设置流程2021年02月.docx
│  │  │  ├电脑软件安装与优化设置流程2021年02月15日.docx
│  │  │  ├给群晖NAS安装系统.docx
│  │  │  ├黑群晖NAS安装.docx
│  │  │  ├群晖安装中文版transmission .docx
│  │  │  ├群晖二合一系统安装教程.docx
│  │  │  ├蜗牛矿机 B款双网卡 U盘安装918+6.21教程.docx
│  │  │  ├蜗牛星际黑群晖BT下载安装与设置20190601.docx
│  │  │  ├系统安装手册.doc
│  │  │  └在NAS上安装网站操作步骤.docx
│  ├<14_SGI备份还原>
│  │  └SGI备份还原.exe
│  ├<15_保护系统>
│  │  ├IObitUnlocker.exe
│  │  ├安装包.exe
│  │  ├激活补丁.exe
│  │  ├激活步骤.txt
│  │  ├数据保留指南.pdf
│  │  ├用户指南.pdf
│  │  ├<Backup>
│  │  │  ├LRepacks_Shadow_Defender.exe
│  │  │  ├影子系统PowerShadow.exe
│  │  │  ├<DeepFreeze冰点还原精灵>
│  │  │  │  ├安装包.exe
│  │  │  │  ├破解补丁.exe
│  │  │  │  └破解步骤.txt
│  │  │  ├<ShadowDefender影子卫士>
│  │  │  │  ├res.ini
│  │  │  │  ├Shadow Defender.lnk
│  │  │  │  ├Shadow.Defender.KeyGen.exe
│  │  │  │  ├Shadow_Defender_影子卫士_MD5_83fc.exe
│  │  │  │  └永久注册码-Shadow_Defender_影子卫士_MD5_83fc.txt
│  │  ├<PCHunter>
│  │  │  ├PCHunter32.exe
│  │  │  ├PCHunter64.exe
│  │  │  └说明.txt
│  ├<16_软件光盘>
│  │  ├【2021.12.26】秋无痕常用软件全功能装机光盘2022新年版.docx
│  │  └【2021.12.26】秋无痕常用软件全功能装机光盘2022新年版.pdf
│  ├<17_全文搜索文档正文内容>
│  │  ├电子文件管理方案2022年3月12日.jpg
│  │  ├电子文件管理方案2022年3月12日.pdf
│  │  └电子文件管理方案2022年3月12日.xlsx
├<05_电脑硬件测试跑分>
│  ├CrystalDiskInfo.exe
│  ├<AIDA64>
│  │  ├AIDA64.exe
│  │  ├<AIDA64_Extreme>
│  │  │  ├afaapi.dll
│  │  │  ├aida_arc.dll
│  │  │  ├aida_bench32.dll
│  │  │  ├aida_bench64.dll
│  │  │  ├aida_cpl.cpl
│  │  │  ├aida_diskbench.dll
│  │  │  ├aida_helper64.dll
│  │  │  ├aida_icons10.dll
│  │  │  ├aida_icons2k.dll
│  │  │  ├aida_mondiag.dll
│  │  │  ├aida_uires.dll
│  │  │  ├aida_uireshd.dll
│  │  │  ├aida_vsb.vsb
│  │  │  ├aida64.dat
│  │  │  ├aida64.exe
│  │  │  ├aida64.exe.manifest
│  │  │  ├aida64.ini
│  │  │  ├aida64.mem
│  │  │  ├aida64.web
│  │  │  ├CUESDK_2015.dll
│  │  │  ├J搜索 - 清爽干净的上网入口!.url
│  │  │  ├kerneld.ia64
│  │  │  ├kerneld.v64
│  │  │  ├kerneld.w9x
│  │  │  ├kerneld.x32
│  │  │  ├kerneld.x64
│  │  │  ├libeay32.dll
│  │  │  ├pkey.txt
│  │  │  ├ROGAIOSDK.dll
│  │  │  ├ssleay32.dll
│  │  │  ├storarc.dll
│  │  │  ├storelib.dll
│  │  │  ├storelibir.dll
│  │  │  ├storelibir-2.dll
│  │  │  ├爱纯净官网.url
│  │  │  ├爱纯净微信公众号.jpg
│  │  │  ├<Language>
│  │  │  │  ├lang_aa.txt
│  │  │  │  ├lang_al.txt
│  │  │  │  ├lang_bg.txt
│  │  │  │  ├lang_br.txt
│  │  │  │  ├lang_bs.txt
│  │  │  │  ├lang_by.txt
│  │  │  │  ├lang_ca.txt
│  │  │  │  ├lang_cn.txt
│  │  │  │  ├lang_cz.txt
│  │  │  │  ├lang_de.txt
│  │  │  │  ├lang_dk.txt
│  │  │  │  ├lang_ee.txt
│  │  │  │  ├lang_es.txt
│  │  │  │  ├lang_fi.txt
│  │  │  │  ├lang_fr.txt
│  │  │  │  ├lang_hr.txt
│  │  │  │  ├lang_hu.txt
│  │  │  │  ├lang_id.txt
│  │  │  │  ├lang_it.txt
│  │  │  │  ├lang_jp.txt
│  │  │  │  ├lang_kr.txt
│  │  │  │  ├lang_lt.txt
│  │  │  │  ├lang_lv.txt
│  │  │  │  ├lang_mk.txt
│  │  │  │  ├lang_nl.txt
│  │  │  │  ├lang_no.txt
│  │  │  │  ├lang_pl.txt
│  │  │  │  ├lang_pt.txt
│  │  │  │  ├lang_ro.txt
│  │  │  │  ├lang_ru.txt
│  │  │  │  ├lang_se.txt
│  │  │  │  ├lang_si.txt
│  │  │  │  ├lang_sk.txt
│  │  │  │  ├lang_src.txt
│  │  │  │  ├lang_srl.txt
│  │  │  │  ├lang_tr.txt
│  │  │  │  ├lang_tw.txt
│  │  │  │  └lang_ua.txt
│  ├<Hard_Disk_Sentinel>
│  │  ├109commandlib.dll
│  │  ├afaapi.dll
│  │  ├ar.lng
│  │  ├arpro.lng
│  │  ├bc_vbdll.dll
│  │  ├be.lng
│  │  ├bepro.lng
│  │  ├bg.lng
│  │  ├bgpro.lng
│  │  ├cn.lng
│  │  ├cnpro.lng
│  │  ├cz.lng
│  │  ├czpro.lng
│  │  ├da.lng
│  │  ├dapro.lng
│  │  ├de.lng
│  │  ├depro.lng
│  │  ├deta.dll
│  │  ├deta1.dll
│  │  ├deta2.dlz
│  │  ├detat.dll
│  │  ├detect.dat
│  │  ├detect.dll
│  │  ├dethp.dll
│  │  ├dethp2.dll
│  │  ├dethpt.dll
│  │  ├detjm.dll
│  │  ├detjm2.dll
│  │  ├detjmx.dll
│  │  ├detmv.dll
│  │  ├detp.dll
│  │  ├detpex.dlz
│  │  ├detrc.dll
│  │  ├detrd.dll
│  │  ├detrd64.dll
│  │  ├detre.dll
│  │  ├detre6.dll
│  │  ├detw.dll
│  │  ├detw64.dll
│  │  ├DISKDATA_aigo_SSD_S500E_240GB_AJB59XB27A00621_U0302B0.dat
│  │  ├DISKDATA_aigo_SSD_S500E_240GB_AJB59XB27A00621_U0302B0.hdd
│  │  ├DISKDATA_aigo_SSD_S500E_240GB_AJB59XB27A00621_U0302B0.hdi
│  │  ├DISKDATA_DS920___DS920____1.00.hdd
│  │  ├DISKDATA_DS920___DS920____1.00_scsi.hdi
│  │  ├DISKDATA_ST500DM002-1BD142_S2AY8L2K_KC48.dat
│  │  ├DISKDATA_ST500DM002-1BD142_S2AY8L2K_KC48.hdd
│  │  ├DISKDATA_ST500DM002-1BD142_S2AY8L2K_KC48.hdi
│  │  ├DriveAddRemoveLog.txt
│  │  ├du.lng
│  │  ├dupro.lng
│  │  ├en.chm
│  │  ├en.lng
│  │  ├enpro.lng
│  │  ├fi.chm
│  │  ├fi.lng
│  │  ├fipro.lng
│  │  ├fnp_act_installer.dll
│  │  ├fr.lng
│  │  ├frpro.lng
│  │  ├gr.chm
│  │  ├gr.lng
│  │  ├grpro.lng
│  │  ├harddisksentinelupdate.exe
│  │  ├hdd.jpg
│  │  ├HDnotify.wav
│  │  ├hds_eula_en.txt
│  │  ├hds_eula_hu.txt
│  │  ├HDSAction.exe
│  │  ├HDSCtrl.exe
│  │  ├HDSentinel.exe
│  │  ├HDSentinel.ini
│  │  ├HDSentinel.key
│  │  ├HDSentinel.sta
│  │  ├HDSentinel.sys
│  │  ├hdsentinel.vsh
│  │  ├hdsentinel.vsx
│  │  ├HDSentinelTray.exe
│  │  ├hdsevtmsg.dll
│  │  ├HDsirena.mp3
│  │  ├hdsversion.txt
│  │  ├hptdev.dll
│  │  ├hu.chm
│  │  ├hu.lng
│  │  ├hupro.lng
│  │  ├id.lng
│  │  ├idpro.lng
│  │  ├infomgr.dll
│  │  ├it.chm
│  │  ├it.lng
│  │  ├itpro.lng
│  │  ├jp.lng
│  │  ├jppro.lng
│  │  ├ko.lng
│  │  ├kopro.lng
│  │  ├libeay32.dll
│  │  ├libxml2.dll
│  │  ├log.txt
│  │  ├mk.lng
│  │  ├mkpro.lng
│  │  ├mv_api.dll
│  │  ├pl.chm
│  │  ├pl.lng
│  │  ├plpro.lng
│  │  ├prdecode.dll
│  │  ├prerrlog.dll
│  │  ├pri2plgnnapa.dll
│  │  ├ptbr.lng
│  │  ├ptbrpro.lng
│  │  ├removehds7.vbs
│  │  ├ro.lng
│  │  ├ropro.lng
│  │  ├ru.chm
│  │  ├ru.lng
│  │  ├rupro.lng
│  │  ├sk.lng
│  │  ├skpro.lng
│  │  ├sp.lng
│  │  ├sppro.lng
│  │  ├ssleay32.dll
│  │  ├Status.icd
│  │  ├Statusb.icd
│  │  ├Statusg.icd
│  │  ├Statusn.icd
│  │  ├Statusw.icd
│  │  ├Storagetest.dll
│  │  ├storarc.dll
│  │  ├storectrl.dll
│  │  ├storelib.dll
│  │  ├storelib2.dlz
│  │  ├storelib3.dlz
│  │  ├storelibir.dll
│  │  ├storelibir-2.dll
│  │  ├sw.lng
│  │  ├swpro.lng
│  │  ├tr.lng
│  │  ├trpro.lng
│  │  ├tw.lng
│  │  ├twpro.lng
│  │  ├uk.lng
│  │  ├ukpro.lng
│  │  ├unins000.dat
│  │  ├unins000.exe
│  │  ├Vista_Status.icd
│  │  ├Vista_Statusb.icd
│  │  ├Vista_Statusg.icd
│  │  ├Vista_Statusn.icd
│  │  ├Vista_Statusw.icd
│  │  └winsched.txt
│  ├<HDDLowLevelFormatTool>
│  │  ├<硬盘低级格式化工具>
│  │  │  ├<HDDLLF>
│  │  │  │  ├HDDLowLevelFormatTool.exe
│  │  │  │  ├<Backup>
│  │  │  │  │  ├HDDLLF_HDDLowLevelFormatTool硬盘低级格式化工具.exe
│  │  │  │  │  ├HDDLLF_HDDLowLevelFormatTool硬盘低级格式化工具2.exe
│  │  │  │  │  ├HDDLLF_HDDLowLevelFormatTool硬盘低级格式化工具3.exe
│  │  │  │  │  ├key注册码HDDLowLevelFormatTool_LLF谨慎操作-硬盘低级格式化工具软件_4.25_CN.txt
│  │  │  │  │  ├<注册机>
│  │  │  │  │  │  ├Keygen.dof
│  │  │  │  │  │  ├Keygen.dpr
│  │  │  │  │  │  └Keygen.exe
│  ├<Victoria硬盘修复专家>
│  │  ├Victoria.exe
│  │  ├Victoria_cn_v5.37.exe
│  │  ├<!_Victoria使用教程>
│  │  │  ├《Victoria4.2》中文图文使用说明教程.doc
│  │  │  ├《Victoria4.2》中文图文使用说明教程.txt
│  │  │  ├Victoria4.2中文图文使用说明教程.doc
│  │  │  ├Victoria4.2中文图文使用说明教程.txt
│  │  │  ├victoria4.46如何使用.doc
│  │  │  ├victoria4.46如何使用.txt
│  │  │  ├Victoria4.46修复硬盘坏道图文教程.doc
│  │  │  ├Victoria4.46修复硬盘坏道图文教程.txt
│  │  │  ├Victoria使用图解.doc
│  │  │  ├Victoria使用图解.txt
│  │  │  ├victoria详细使用教程 (1491910817).doc
│  │  │  ├victoria详细使用教程 (1491910828).doc
│  │  │  ├victoria详细使用教程(20200723103904).txt
│  │  │  ├victoria详细使用教程(20200723103915).txt
│  │  │  ├victoria详细使用教程.doc
│  │  │  ├victoria详细使用教程.txt
│  │  │  ├Victoria硬盘坏道检测与修复工具+使用说明.doc
│  │  │  ├Victoria硬盘坏道检测与修复工具+使用说明.txt
│  │  │  ├victoria硬盘扫描工具使用说明.doc
│  │  │  ├victoria硬盘扫描工具使用说明.txt
│  │  │  ├比MHDD强的Victoria硬盘坏道检测与修复教程.doc
│  │  │  ├比MHDD强的Victoria硬盘坏道检测与修复教程.txt
│  │  │  └数据恢复技术图形界面诊断工具Victoria.doc
│  │  ├<Backup>
│  │  │  ├<Victoria_v4.3>
│  │  │  │  ├porttalk.sys
│  │  │  │  ├readme.txt
│  │  │  │  ├vcr40.ini
│  │  │  │  ├victoria43cn.exe
│  │  │  │  ├使用方法.txt
│  │  │  │  ├说明.txt
│  │  │  │  ├<DOCS>
│  │  │  │  │  ├history.txt
│  │  │  │  │  ├vcr42doc.rtf
│  │  │  │  │  └说明.txt
│  │  │  │  ├<LOGS>
│  │  │  │  │  ├eventlog.txt
│  │  │  │  │  └说明.txt
│  │  │  ├<Victoria_v5.2.8>
│  │  │  │  ├porttalk.sys
│  │  │  │  ├USB_SupportList.rtf
│  │  │  │  ├Victoria.exe
│  │  │  │  ├Victoria.ini
│  │  │  │  ├<Help>
│  │  │  │  │  ├<English>
│  │  │  │  │  │  ├dcomemo.rtf
│  │  │  │  │  │  ├vichlp.rtf
│  │  │  │  │  │  └whatsnew.rtf
│  │  │  │  ├<LNG>
│  │  │  │  │  ├Chinese.lng
│  │  │  │  │  └English.lng
│  │  │  │  ├<LOGS>
│  │  │  │  │  ├eventlog.txt
│  │  │  │  │  ├<KINGSTONSV300S37A120G   541AATA__not available>
│  │  │  │  │  │  └eventlog.txt
│  │  │  ├<Victoria_v5.23>
│  │  │  │  ├porttalk.sys
│  │  │  │  ├USB_SupportList.rtf
│  │  │  │  ├Victoria.exe
│  │  │  │  ├Victoria.ini
│  │  │  │  ├<Help>
│  │  │  │  │  ├<English>
│  │  │  │  │  │  ├dcomemo.rtf
│  │  │  │  │  │  ├vichlp.rtf
│  │  │  │  │  │  └whatsnew.rtf
│  │  │  │  ├<LNG>
│  │  │  │  │  ├Chinese.lng
│  │  │  │  │  └English.lng
│  │  │  │  ├<LOGS>
│  │  │  │  │  ├eventlog.txt
│  │  │  │  │  ├<aigo SSD S500E 240GB__AJB59XB27A00621>
│  │  │  │  │  │  ├eventlog.txt
│  │  │  │  │  │  └Passp_aigo SSD S500E 240GB_AJB59XB27A00621.bin
│  │  │  │  │  ├<KINGSTON SA400S37120G__50026B778211F057>
│  │  │  │  │  │  ├eventlog.txt
│  │  │  │  │  │  └Passp_KINGSTON SA400S37120G_50026B778211F057.bin
│  │  │  ├<Victoria_v5.34>
│  │  │  │  ├porttalk.sys
│  │  │  │  ├USB_SupportList.rtf
│  │  │  │  ├Victoria.exe
│  │  │  │  ├Victoria.ini
│  │  │  │  ├Victoria_cn_v5.34.exe
│  │  │  │  ├<Help>
│  │  │  │  │  ├<English>
│  │  │  │  │  │  ├dcomemo.rtf
│  │  │  │  │  │  ├vichlp.rtf
│  │  │  │  │  │  └whatsnew.rtf
│  │  │  │  │  ├<Ukraine>
│  │  │  │  │  │  ├dcomemo.rtf
│  │  │  │  │  │  ├vichlp.rtf
│  │  │  │  │  │  └whatsnew.rtf
│  │  │  │  │  ├<Русский>
│  │  │  │  │  │  ├dcomemo.rtf
│  │  │  │  │  │  ├vichlp.rtf
│  │  │  │  │  │  └whatsnew.rtf
│  │  │  │  ├<LNG>
│  │  │  │  │  ├Chinese.lng
│  │  │  │  │  └English.lng
│  │  │  │  ├<LOGS>
│  │  │  │  │  ├eventlog.txt
│  │  │  │  │  ├<aigo SSD S500E 240GB__AJB59XB27A00621>
│  │  │  │  │  │  ├eventlog.txt
│  │  │  │  │  │  └Passp_aigo SSD S500E 240GB_AJB59XB27A00621.bin
│  │  │  ├<Victoria_v5.35>
│  │  │  │  ├porttalk.sys
│  │  │  │  ├USB_SupportList.rtf
│  │  │  │  ├Victoria.exe
│  │  │  │  ├Victoria.ini
│  │  │  │  ├<Help>
│  │  │  │  │  ├<English>
│  │  │  │  │  │  ├dcomemo.rtf
│  │  │  │  │  │  ├vichlp.rtf
│  │  │  │  │  │  └whatsnew.rtf
│  │  │  │  │  ├<Ukraine>
│  │  │  │  │  │  ├dcomemo.rtf
│  │  │  │  │  │  ├vichlp.rtf
│  │  │  │  │  │  └whatsnew.rtf
│  │  │  │  │  ├<Русский>
│  │  │  │  │  │  ├dcomemo.rtf
│  │  │  │  │  │  ├vichlp.rtf
│  │  │  │  │  │  └whatsnew.rtf
│  │  │  │  ├<LNG>
│  │  │  │  │  ├Chinese.lng
│  │  │  │  │  └English.lng
│  │  │  │  ├<LOGS>
│  │  │  │  │  ├eventlog.txt
│  │  │  │  │  ├<aigo SSD S500E 240GB__AJB59XB27A00621>
│  │  │  │  │  │  ├eventlog.txt
│  │  │  │  │  │  └Passp_aigo SSD S500E 240GB_AJB59XB27A00621.bin
│  │  │  │  │  ├<WDC WD10EZEX-08WN4A0__WD-WCC6Y1FSZTN9>
│  │  │  │  │  │  ├eventlog.txt
│  │  │  │  │  │  ├Passp_WDC WD10EZEX-08WN4A0_WD-WCC6Y1FSZTN9.bin
│  │  │  │  │  │  ├SMART_WDC WD10EZEX-08WN4A0_WD-WCC6Y1FSZTN9.bin
│  │  │  │  │  │  └SMBASE_WDC WD10EZEX-08WN4A0_WD-WCC6Y1FSZTN9.bin
│  │  │  ├<Victoria_v5.37>
│  │  │  │  ├porttalk.sys
│  │  │  │  ├USB_SupportList.rtf
│  │  │  │  ├Victoria.exe
│  │  │  │  ├Victoria.ini
│  │  │  │  ├<Help>
│  │  │  │  │  ├<English>
│  │  │  │  │  │  ├dcomemo.rtf
│  │  │  │  │  │  ├vichlp.rtf
│  │  │  │  │  │  └whatsnew.rtf
│  │  │  │  │  ├<Ukraine>
│  │  │  │  │  │  ├dcomemo.rtf
│  │  │  │  │  │  ├vichlp.rtf
│  │  │  │  │  │  └whatsnew.rtf
│  │  │  │  │  ├<Русский>
│  │  │  │  │  │  ├dcomemo.rtf
│  │  │  │  │  │  ├vichlp.rtf
│  │  │  │  │  │  └whatsnew.rtf
│  │  │  │  ├<LNG>
│  │  │  │  │  ├Chinese.lng
│  │  │  │  │  └English.lng
│  │  │  │  ├<LOGS>
│  │  │  │  │  ├eventlog.txt
│  │  │  │  │  ├<aigo SSD S500E 240GB__AJB59XB27A00621>
│  │  │  │  │  │  ├eventlog.txt
│  │  │  │  │  │  └Passp_aigo SSD S500E 240GB_AJB59XB27A00621.bin
│  │  │  │  │  ├<STONSV300S37A120G   580A5__>
│  │  │  │  │  │  └eventlog.txt
│  │  │  │  │  ├<STONSV300S37A120G   580A5__unknown>
│  │  │  │  │  │  └eventlog.txt
│  ├<鲁大师>
│  │  ├鲁大师.exe
│  │  ├<Backup>
│  │  │  ├鲁大师_v5.20.1285.exe
│  │  │  ├<鲁大师_v6.1020>
│  │  │  │  ├360Base.dll
│  │  │  │  ├360Base64.dll
│  │  │  │  ├360Common.dll
│  │  │  │  ├360Conf.dll
│  │  │  │  ├360net.dll
│  │  │  │  ├360P2SP.dll
│  │  │  │  ├aapt.exe
│  │  │  │  ├AMDRyzenMasterDriver.sys
│  │  │  │  ├atiags32.dll
│  │  │  │  ├ComputerZ.dat
│  │  │  │  ├ComputerZ.set
│  │  │  │  ├ComputerZ.sys
│  │  │  │  ├ComputerZ_Accelerator.dll
│  │  │  │  ├ComputerZ_CN.exe
│  │  │  │  ├ComputerZ_HardwareDll.dll
│  │  │  │  ├ComputerZ_PowerSaveDll.dll
│  │  │  │  ├ComputerZ_x64.sys
│  │  │  │  ├ComputerZ10.dll
│  │  │  │  ├ComputerZ11.dll
│  │  │  │  ├ComputerZ7.dll
│  │  │  │  ├ComputerZ7_x64.dll
│  │  │  │  ├ComputerZHelper_x64.exe
│  │  │  │  ├ComputerZService.exe
│  │  │  │  ├ComputerzService_x64.exe
│  │  │  │  ├CustDev.dat
│  │  │  │  ├DataMgr.dll
│  │  │  │  ├Device.dll
│  │  │  │  ├deviceid.ini
│  │  │  │  ├ExaminePage.dll
│  │  │  │  ├HardwareEx_x64.dll
│  │  │  │  ├HardwareParamPage.dll
│  │  │  │  ├HardwareProtect.sys
│  │  │  │  ├HardwareProtect_x64.sys
│  │  │  │  ├HardwareProtectEx.sys
│  │  │  │  ├HardwareProtectEx_x64.sys
│  │  │  │  ├HardwareProtectPage.dll
│  │  │  │  ├HardwareProtectSlim.sys
│  │  │  │  ├HardwareProtectSlim_x64.sys
│  │  │  │  ├lds_setup.log
│  │  │  │  ├lds547D.tmp
│  │  │  │  ├lds547E.tmp
│  │  │  │  ├lds8445.tmp
│  │  │  │  ├lds8455.tmp
│  │  │  │  ├lds8DFB.tmp
│  │  │  │  ├LiveUpd360.dll
│  │  │  │  ├MiniUI.dll
│  │  │  │  ├Monitors.dat
│  │  │  │  ├motherboard.dat
│  │  │  │  ├NetBridge.dll
│  │  │  │  ├PDown.dll
│  │  │  │  ├Perfmon.dll
│  │  │  │  ├Platform.dll
│  │  │  │  ├PowerSaveZ.sys
│  │  │  │  ├PowerSaveZ_x64.sys
│  │  │  │  ├ProcSpecial.dat
│  │  │  │  ├Safelive.dll
│  │  │  │  ├SchemeLib.dat
│  │  │  │  ├Setting.dll
│  │  │  │  ├SettingCenter.exe
│  │  │  │  ├SignHelper.dll
│  │  │  │  ├sites.dll
│  │  │  │  ├SiteUIHelper.dll
│  │  │  │  ├sqlite3.dll
│  │  │  │  ├TemperatureHistory.dll
│  │  │  │  ├uninst.exe
│  │  │  │  ├<Hardware>
│  │  │  │  │  ├BatteryInfo.dll
│  │  │  │  │  └HardwareLauncher.dll
│  │  │  │  ├<ipc>
│  │  │  │  │  └ipcservice.dll
│  │  │  │  ├<Log>
│  │  │  │  │  ├batteryinfo.log
│  │  │  │  │  ├ComputerZ_HardwareDll.log
│  │  │  │  │  ├HardwareEx.log
│  │  │  │  │  └hardwarelauncher.log
│  │  │  │  ├<lpi>
│  │  │  │  │  ├CheckHp.dll
│  │  │  │  │  ├HpSvc.dll
│  │  │  │  │  ├svc.dat
│  │  │  │  │  └TmSvc.dll
│  │  │  │  ├<nBench>
│  │  │  │  │  ├AIBenchmark.dll
│  │  │  │  │  ├aidata.7z
│  │  │  │  │  ├benchmark.dat
│  │  │  │  │  ├BenchmarkLauncher.exe
│  │  │  │  │  ├BenchmarkLauncher_x64.exe
│  │  │  │  │  ├BenchmarkPage.dll
│  │  │  │  │  ├BenchmarkSuite.dll
│  │  │  │  │  ├ComputerZ_Bench.dll
│  │  │  │  │  ├ComputerZ_Bench_x64.dll
│  │  │  │  │  ├CPUBenchmark_x64.dll
│  │  │  │  │  ├CPUBenchmark_x86.dll
│  │  │  │  │  ├D3DCompiler_43.dll
│  │  │  │  │  ├d3dx11_43.dll
│  │  │  │  │  ├D3DX9_43.dll
│  │  │  │  │  ├DiskBenchmark.dll
│  │  │  │  │  ├Display3DEx.exe
│  │  │  │  │  ├GPUBenchmark.dll
│  │  │  │  │  ├libiomp5md_x64.dll
│  │  │  │  │  ├MemoryBenchmark.dll
│  │  │  │  │  ├NNET.DAT
│  │  │  │  │  ├vcomp140.dll
│  │  │  │  │  ├<BenchmarkData>
│  │  │  │  │  │  ├core.spk
│  │  │  │  │  │  ├lds_mobile.spk
│  │  │  │  │  │  ├shaders_sm_3_0.cache
│  │  │  │  │  │  └shaders_sm_5_0.cache
│  │  │  │  │  ├<codec>
│  │  │  │  │  │  ├1f.mkv
│  │  │  │  │  │  ├avcodec-58.dll
│  │  │  │  │  │  ├avdevice-58.dll
│  │  │  │  │  │  ├avfilter-7.dll
│  │  │  │  │  │  ├avformat-58.dll
│  │  │  │  │  │  ├avresample-4.dll
│  │  │  │  │  │  ├avutil-56.dll
│  │  │  │  │  │  ├CodecBenchmark_x64.dll
│  │  │  │  │  │  ├original.mkv
│  │  │  │  │  │  ├postproc-55.dll
│  │  │  │  │  │  ├swresample-3.dll
│  │  │  │  │  │  └swscale-5.dll
│  │  │  │  │  ├<codec_x86>
│  │  │  │  │  │  ├1f.mkv
│  │  │  │  │  │  ├avcodec-58.dll
│  │  │  │  │  │  ├avdevice-58.dll
│  │  │  │  │  │  ├avfilter-7.dll
│  │  │  │  │  │  ├avformat-58.dll
│  │  │  │  │  │  ├avresample-4.dll
│  │  │  │  │  │  ├avutil-56.dll
│  │  │  │  │  │  ├CodecBenchmark_x86.dll
│  │  │  │  │  │  ├original.mkv
│  │  │  │  │  │  ├postproc-55.dll
│  │  │  │  │  │  ├swresample-3.dll
│  │  │  │  │  │  └swscale-5.dll
│  │  │  │  │  ├<Data>
│  │  │  │  │  │  ├Barcelona3.jpg
│  │  │  │  │  │  ├gmm_train_96000_9c.txt
│  │  │  │  │  │  ├haarcascade_frontalface_alt2.xml
│  │  │  │  │  │  ├lena_grayscale.jpg
│  │  │  │  │  │  ├letter.scale
│  │  │  │  │  │  ├letter.scale.t
│  │  │  │  │  │  ├mlp_nnet_mnist.dat
│  │  │  │  │  │  ├retail.dat
│  │  │  │  │  │  ├skewed_text_2.jpg
│  │  │  │  │  │  ├<digit-jpgs>
│  │  │  │  │  │  │  ├0.jpg
│  │  │  │  │  │  │  ├1.jpg
│  │  │  │  │  │  │  ├2.jpg
│  │  │  │  │  │  │  ├3.jpg
│  │  │  │  │  │  │  ├4.jpg
│  │  │  │  │  │  │  ├5.jpg
│  │  │  │  │  │  │  ├6.jpg
│  │  │  │  │  │  │  ├7.jpg
│  │  │  │  │  │  │  ├8.jpg
│  │  │  │  │  │  │  └9.jpg
│  │  │  │  │  ├<openvino>
│  │  │  │  │  │  ├AIInferenceEngine.exe
│  │  │  │  │  │  ├concrt140.dll
│  │  │  │  │  │  ├msvcp140.dll
│  │  │  │  │  │  ├vccorlib140.dll
│  │  │  │  │  │  └vcruntime140.dll
│  │  │  │  │  ├<tensorrt>
│  │  │  │  │  │  ├AIInferenceEngine.exe
│  │  │  │  │  │  ├concrt140.dll
│  │  │  │  │  │  ├msvcp140.dll
│  │  │  │  │  │  ├vccorlib140.dll
│  │  │  │  │  │  └vcruntime140.dll
│  │  │  │  ├<Plugin>
│  │  │  │  │  ├Basic.tpi
│  │  │  │  │  ├BrowserBasic.tpi
│  │  │  │  │  ├CleanTip.tpi
│  │  │  │  │  ├ConfigCenter.dll
│  │  │  │  │  ├ConfigCenterStub.dll
│  │  │  │  │  ├MasterHeadline.tpi
│  │  │  │  │  ├Misc.tpi
│  │  │  │  │  ├PopMgr.tpi
│  │  │  │  │  ├PopMgrStub.dll
│  │  │  │  │  └RunExtention.tpi
│  │  │  │  ├<sweeper>
│  │  │  │  │  ├CleanHelper64.exe
│  │  │  │  │  ├CleanPage.dll
│  │  │  │  │  ├CleanPageEngine.dll
│  │  │  │  │  ├ComputerZS1.dll
│  │  │  │  │  ├ExamineEngine.dll
│  │  │  │  │  ├HardwareCleaner.dll
│  │  │  │  │  ├heavygate.dll
│  │  │  │  │  ├MemoryOptimizer.exe
│  │  │  │  │  ├RubbishCleanEngine.dat
│  │  │  │  │  ├SysSweeper.dat
│  │  │  │  │  ├SysSweeper.dll
│  │  │  │  │  ├TEngine.dll
│  │  │  │  │  ├Tracehelper.exe
│  │  │  │  │  ├tracesweeper.dat
│  │  │  │  │  ├TrashClean.dll
│  │  │  │  │  └WhiteList.dat
│  │  │  │  ├<Themes>
│  │  │  │  │  ├<Default>
│  │  │  │  │  │  ├default_theme.ui
│  │  │  │  │  │  ├<BenchmarkPage>
│  │  │  │  │  │  │  ├BenchmarkPage_theme.ui
│  │  │  │  │  │  │  └BenchmarkPage_theme.xml
│  │  │  │  │  │  ├<CleanPage>
│  │  │  │  │  │  │  ├clean_page_theme.xml
│  │  │  │  │  │  │  └CleanPage_Theme.ui
│  │  │  │  │  │  ├<ComputerZMonitor>
│  │  │  │  │  │  │  ├ComputerZMonitor_theme.ui
│  │  │  │  │  │  │  └ComputerZMonitor_theme.xml
│  │  │  │  │  │  ├<ComputerZTray>
│  │  │  │  │  │  │  ├ComputerZTray_theme.ui
│  │  │  │  │  │  │  └ComputerZTray_theme.xml
│  │  │  │  │  │  ├<DownMgr>
│  │  │  │  │  │  │  ├DownMgr_theme.ui
│  │  │  │  │  │  │  └downmgr_theme.xml
│  │  │  │  │  │  ├<ExaminUI>
│  │  │  │  │  │  │  ├ExaminUI_theme.ui
│  │  │  │  │  │  │  └ExaminUI_theme.xml
│  │  │  │  │  │  ├<GamePage>
│  │  │  │  │  │  │  ├GamePage_Theme.ui
│  │  │  │  │  │  │  └GamePage_theme.xml
│  │  │  │  │  │  ├<LdsLite>
│  │  │  │  │  │  │  ├LdsLite_theme.ui
│  │  │  │  │  │  │  └LdsLite_theme.xml
│  │  │  │  │  │  ├<SettingCenter>
│  │  │  │  │  │  │  ├SettingCenter_theme.ui
│  │  │  │  │  │  │  └SettingCenter_theme.xml
│  │  │  │  │  │  ├<User Data>
│  │  │  │  │  │  │  ├chrome_shutdown_ms.txt
│  │  │  │  │  │  │  ├CrashpadMetrics-active.pma
│  │  │  │  │  │  │  ├First Run
│  │  │  │  │  │  │  ├Last Version
│  │  │  │  │  │  │  ├Local State
│  │  │  │  │  │  │  ├<BrowserMetrics>
│  │  │  │  │  │  │  │  └BrowserMetrics-5FAAAD97-2528.pma
│  │  │  │  │  │  │  ├<CertificateRevocation>
│  │  │  │  │  │  │  ├<Crashpad>
│  │  │  │  │  │  │  │  ├settings.dat
│  │  │  │  │  │  │  │  └<reports>
│  │  │  │  │  │  │  ├<Default>
│  │  │  │  │  │  │  │  ├Bookmarks
│  │  │  │  │  │  │  │  ├Bookmarks.bak
│  │  │  │  │  │  │  │  ├Cookies
│  │  │  │  │  │  │  │  ├Cookies-journal
│  │  │  │  │  │  │  │  ├Current Session
│  │  │  │  │  │  │  │  ├Current Tabs
│  │  │  │  │  │  │  │  ├Favicons
│  │  │  │  │  │  │  │  ├Favicons-journal
│  │  │  │  │  │  │  │  ├heavy_ad_intervention_opt_out.db
│  │  │  │  │  │  │  │  ├heavy_ad_intervention_opt_out.db-journal
│  │  │  │  │  │  │  │  ├History
│  │  │  │  │  │  │  │  ├History Provider Cache
│  │  │  │  │  │  │  │  ├History-journal
│  │  │  │  │  │  │  │  ├Last Session
│  │  │  │  │  │  │  │  ├Last Tabs
│  │  │  │  │  │  │  │  ├Login Data
│  │  │  │  │  │  │  │  ├Login Data-journal
│  │  │  │  │  │  │  │  ├Network Action Predictor
│  │  │  │  │  │  │  │  ├Network Action Predictor-journal
│  │  │  │  │  │  │  │  ├Network Persistent State
│  │  │  │  │  │  │  │  ├Preferences
│  │  │  │  │  │  │  │  ├previews_opt_out.db
│  │  │  │  │  │  │  │  ├previews_opt_out.db-journal
│  │  │  │  │  │  │  │  ├QuotaManager
│  │  │  │  │  │  │  │  ├QuotaManager-journal
│  │  │  │  │  │  │  │  ├README
│  │  │  │  │  │  │  │  ├Reporting and NEL
│  │  │  │  │  │  │  │  ├Reporting and NEL-journal
│  │  │  │  │  │  │  │  ├Secure Preferences
│  │  │  │  │  │  │  │  ├Shortcuts
│  │  │  │  │  │  │  │  ├Shortcuts-journal
│  │  │  │  │  │  │  │  ├Top Sites
│  │  │  │  │  │  │  │  ├Top Sites-journal
│  │  │  │  │  │  │  │  ├Translate Ranker Model
│  │  │  │  │  │  │  │  ├TransportSecurity
│  │  │  │  │  │  │  │  ├Visited Links
│  │  │  │  │  │  │  │  ├Web Data
│  │  │  │  │  │  │  │  ├Web Data-journal
│  │  │  │  │  │  │  │  ├<AutofillStrikeDatabase>
│  │  │  │  │  │  │  │  │  ├000003.log
│  │  │  │  │  │  │  │  │  ├CURRENT
│  │  │  │  │  │  │  │  │  ├LOCK
│  │  │  │  │  │  │  │  │  ├LOG
│  │  │  │  │  │  │  │  │  ├LOG.old
│  │  │  │  │  │  │  │  │  └MANIFEST-000001
│  │  │  │  │  │  │  │  ├<blob_storage>
│  │  │  │  │  │  │  │  │  └<ac4cb6fe-b6a0-422d-b9ab-fb2974d63508>
│  │  │  │  │  │  │  │  ├<BudgetDatabase>
│  │  │  │  │  │  │  │  │  ├000003.log
│  │  │  │  │  │  │  │  │  ├CURRENT
│  │  │  │  │  │  │  │  │  ├LOCK
│  │  │  │  │  │  │  │  │  ├LOG
│  │  │  │  │  │  │  │  │  ├LOG.old
│  │  │  │  │  │  │  │  │  └MANIFEST-000001
│  │  │  │  │  │  │  │  ├<Cache>
│  │  │  │  │  │  │  │  │  ├data_0
│  │  │  │  │  │  │  │  │  ├data_1
│  │  │  │  │  │  │  │  │  ├data_2
│  │  │  │  │  │  │  │  │  ├data_3
│  │  │  │  │  │  │  │  │  ├f_000002
│  │  │  │  │  │  │  │  │  ├f_000003
│  │  │  │  │  │  │  │  │  ├f_000004
│  │  │  │  │  │  │  │  │  ├f_000005
│  │  │  │  │  │  │  │  │  ├f_000006
│  │  │  │  │  │  │  │  │  ├f_000007
│  │  │  │  │  │  │  │  │  ├f_000008
│  │  │  │  │  │  │  │  │  ├f_000009
│  │  │  │  │  │  │  │  │  ├f_00000a
│  │  │  │  │  │  │  │  │  ├f_00000b
│  │  │  │  │  │  │  │  │  ├f_00000c
│  │  │  │  │  │  │  │  │  ├f_00000d
│  │  │  │  │  │  │  │  │  ├f_00000e
│  │  │  │  │  │  │  │  │  ├f_00000f
│  │  │  │  │  │  │  │  │  ├f_000010
│  │  │  │  │  │  │  │  │  ├f_000011
│  │  │  │  │  │  │  │  │  ├f_000012
│  │  │  │  │  │  │  │  │  ├f_000013
│  │  │  │  │  │  │  │  │  ├f_000014
│  │  │  │  │  │  │  │  │  ├f_000015
│  │  │  │  │  │  │  │  │  ├f_000016
│  │  │  │  │  │  │  │  │  ├f_000017
│  │  │  │  │  │  │  │  │  ├f_000018
│  │  │  │  │  │  │  │  │  ├f_000019
│  │  │  │  │  │  │  │  │  ├f_00001a
│  │  │  │  │  │  │  │  │  ├f_00001b
│  │  │  │  │  │  │  │  │  ├f_00001c
│  │  │  │  │  │  │  │  │  ├f_00001d
│  │  │  │  │  │  │  │  │  ├f_00001e
│  │  │  │  │  │  │  │  │  ├f_00001f
│  │  │  │  │  │  │  │  │  ├f_000020
│  │  │  │  │  │  │  │  │  ├f_000021
│  │  │  │  │  │  │  │  │  ├f_000022
│  │  │  │  │  │  │  │  │  ├f_000023
│  │  │  │  │  │  │  │  │  ├f_000024
│  │  │  │  │  │  │  │  │  ├f_000025
│  │  │  │  │  │  │  │  │  ├f_000026
│  │  │  │  │  │  │  │  │  ├f_000027
│  │  │  │  │  │  │  │  │  ├f_000028
│  │  │  │  │  │  │  │  │  ├f_000029
│  │  │  │  │  │  │  │  │  ├f_00002a
│  │  │  │  │  │  │  │  │  ├f_00002b
│  │  │  │  │  │  │  │  │  ├f_00002c
│  │  │  │  │  │  │  │  │  ├f_00002d
│  │  │  │  │  │  │  │  │  ├f_00002e
│  │  │  │  │  │  │  │  │  ├f_00002f
│  │  │  │  │  │  │  │  │  ├f_000030
│  │  │  │  │  │  │  │  │  ├f_000031
│  │  │  │  │  │  │  │  │  ├f_000032
│  │  │  │  │  │  │  │  │  ├f_000033
│  │  │  │  │  │  │  │  │  ├f_000034
│  │  │  │  │  │  │  │  │  ├f_000035
│  │  │  │  │  │  │  │  │  ├f_000036
│  │  │  │  │  │  │  │  │  ├f_000037
│  │  │  │  │  │  │  │  │  ├f_000038
│  │  │  │  │  │  │  │  │  ├f_000039
│  │  │  │  │  │  │  │  │  ├f_00003a
│  │  │  │  │  │  │  │  │  ├f_00003b
│  │  │  │  │  │  │  │  │  ├f_00003c
│  │  │  │  │  │  │  │  │  ├f_00003d
│  │  │  │  │  │  │  │  │  ├f_00003e
│  │  │  │  │  │  │  │  │  ├f_00003f
│  │  │  │  │  │  │  │  │  ├f_000040
│  │  │  │  │  │  │  │  │  ├f_000041
│  │  │  │  │  │  │  │  │  ├f_000042
│  │  │  │  │  │  │  │  │  ├f_000043
│  │  │  │  │  │  │  │  │  ├f_000044
│  │  │  │  │  │  │  │  │  ├f_000045
│  │  │  │  │  │  │  │  │  ├f_000046
│  │  │  │  │  │  │  │  │  ├f_000047
│  │  │  │  │  │  │  │  │  ├f_000048
│  │  │  │  │  │  │  │  │  ├f_000049
│  │  │  │  │  │  │  │  │  ├f_00004a
│  │  │  │  │  │  │  │  │  ├f_00004b
│  │  │  │  │  │  │  │  │  ├f_00004c
│  │  │  │  │  │  │  │  │  ├f_00004d
│  │  │  │  │  │  │  │  │  ├f_00004e
│  │  │  │  │  │  │  │  │  ├f_00004f
│  │  │  │  │  │  │  │  │  ├f_000050
│  │  │  │  │  │  │  │  │  ├f_000051
│  │  │  │  │  │  │  │  │  ├f_000052
│  │  │  │  │  │  │  │  │  ├f_000053
│  │  │  │  │  │  │  │  │  ├f_000054
│  │  │  │  │  │  │  │  │  ├f_000055
│  │  │  │  │  │  │  │  │  ├f_000056
│  │  │  │  │  │  │  │  │  ├f_000057
│  │  │  │  │  │  │  │  │  ├f_000058
│  │  │  │  │  │  │  │  │  ├f_000059
│  │  │  │  │  │  │  │  │  └index
│  │  │  │  │  │  │  │  ├<Code Cache>
│  │  │  │  │  │  │  │  │  ├<js>
│  │  │  │  │  │  │  │  │  │  ├0011a0dde821ec8d_0
│  │  │  │  │  │  │  │  │  │  ├085c184fa87c4642_0
│  │  │  │  │  │  │  │  │  │  ├092488f00e5ae6ef_0
│  │  │  │  │  │  │  │  │  │  ├0f9fe90bd6874025_0
│  │  │  │  │  │  │  │  │  │  ├1610abd374538b15_0
│  │  │  │  │  │  │  │  │  │  ├1a4469a71b63afad_0
│  │  │  │  │  │  │  │  │  │  ├1d699477079c3787_0
│  │  │  │  │  │  │  │  │  │  ├26156add84763954_0
│  │  │  │  │  │  │  │  │  │  ├301180cd148a68a1_0
│  │  │  │  │  │  │  │  │  │  ├348f14931e25f5f7_0
│  │  │  │  │  │  │  │  │  │  ├35241fba0ea1f408_0
│  │  │  │  │  │  │  │  │  │  ├474e3f0435baaf84_0
│  │  │  │  │  │  │  │  │  │  ├49619af1ff314c78_0
│  │  │  │  │  │  │  │  │  │  ├4990400f763d7126_0
│  │  │  │  │  │  │  │  │  │  ├5e850531d2bbb1ea_0
│  │  │  │  │  │  │  │  │  │  ├6a538229e12251c6_0
│  │  │  │  │  │  │  │  │  │  ├6c422274c98b6556_0
│  │  │  │  │  │  │  │  │  │  ├6e86721013b64847_0
│  │  │  │  │  │  │  │  │  │  ├774e9a8f309b17f5_0
│  │  │  │  │  │  │  │  │  │  ├7a9853c2af5d7f10_0
│  │  │  │  │  │  │  │  │  │  ├7e5e58cc4b26de7d_0
│  │  │  │  │  │  │  │  │  │  ├900025a06e8d838b_0
│  │  │  │  │  │  │  │  │  │  ├99338e9dd37b326f_0
│  │  │  │  │  │  │  │  │  │  ├a0538b743a3f01c1_0
│  │  │  │  │  │  │  │  │  │  ├a21616fae58e2ea3_0
│  │  │  │  │  │  │  │  │  │  ├a2651f7fd4b7c0eb_0
│  │  │  │  │  │  │  │  │  │  ├abe4e6b66264e067_0
│  │  │  │  │  │  │  │  │  │  ├ae57b64493904c63_0
│  │  │  │  │  │  │  │  │  │  ├af8448ac7edf5639_0
│  │  │  │  │  │  │  │  │  │  ├af8856ebc6e3fd92_0
│  │  │  │  │  │  │  │  │  │  ├ba88d50960d85302_0
│  │  │  │  │  │  │  │  │  │  ├be992b00eac575f4_0
│  │  │  │  │  │  │  │  │  │  ├bf5ad8d70e76561f_0
│  │  │  │  │  │  │  │  │  │  ├c05d6f15bdababf0_0
│  │  │  │  │  │  │  │  │  │  ├ce350c986541a35e_0
│  │  │  │  │  │  │  │  │  │  ├d0f760fed38b9ff8_0
│  │  │  │  │  │  │  │  │  │  ├d5524108d8a85b13_0
│  │  │  │  │  │  │  │  │  │  ├dea1c3ae73970e6b_0
│  │  │  │  │  │  │  │  │  │  ├e91ae0d266cc075d_0
│  │  │  │  │  │  │  │  │  │  ├e9d080809c96dd8e_0
│  │  │  │  │  │  │  │  │  │  ├f2ddcd34fdab657a_0
│  │  │  │  │  │  │  │  │  │  ├fb900d8145c4aa9d_0
│  │  │  │  │  │  │  │  │  │  ├ffad53f5db4e4859_0
│  │  │  │  │  │  │  │  │  │  ├index
│  │  │  │  │  │  │  │  │  │  ├<index-dir>
│  │  │  │  │  │  │  │  │  │  │  └the-real-index
│  │  │  │  │  │  │  │  │  ├<wasm>
│  │  │  │  │  │  │  │  │  │  ├index
│  │  │  │  │  │  │  │  │  │  ├<index-dir>
│  │  │  │  │  │  │  │  │  │  │  └the-real-index
│  │  │  │  │  │  │  │  ├<data_reduction_proxy_leveldb>
│  │  │  │  │  │  │  │  │  ├000005.log
│  │  │  │  │  │  │  │  │  ├CURRENT
│  │  │  │  │  │  │  │  │  ├LOCK
│  │  │  │  │  │  │  │  │  ├LOG
│  │  │  │  │  │  │  │  │  ├LOG.old
│  │  │  │  │  │  │  │  │  └MANIFEST-000004
│  │  │  │  │  │  │  │  ├<databases>
│  │  │  │  │  │  │  │  │  ├Databases.db
│  │  │  │  │  │  │  │  │  ├Databases.db-journal
│  │  │  │  │  │  │  │  │  ├<https_diylds.jd.com_0>
│  │  │  │  │  │  │  │  │  │  └1
│  │  │  │  │  │  │  │  ├<Extension State>
│  │  │  │  │  │  │  │  │  ├000003.log
│  │  │  │  │  │  │  │  │  ├CURRENT
│  │  │  │  │  │  │  │  │  ├LOCK
│  │  │  │  │  │  │  │  │  ├LOG
│  │  │  │  │  │  │  │  │  ├LOG.old
│  │  │  │  │  │  │  │  │  └MANIFEST-000001
│  │  │  │  │  │  │  │  ├<Feature Engagement Tracker>
│  │  │  │  │  │  │  │  │  ├<AvailabilityDB>
│  │  │  │  │  │  │  │  │  │  ├000003.log
│  │  │  │  │  │  │  │  │  │  ├CURRENT
│  │  │  │  │  │  │  │  │  │  ├LOCK
│  │  │  │  │  │  │  │  │  │  ├LOG
│  │  │  │  │  │  │  │  │  │  ├LOG.old
│  │  │  │  │  │  │  │  │  │  └MANIFEST-000001
│  │  │  │  │  │  │  │  │  ├<EventDB>
│  │  │  │  │  │  │  │  │  │  ├000003.log
│  │  │  │  │  │  │  │  │  │  ├CURRENT
│  │  │  │  │  │  │  │  │  │  ├LOCK
│  │  │  │  │  │  │  │  │  │  ├LOG
│  │  │  │  │  │  │  │  │  │  ├LOG.old
│  │  │  │  │  │  │  │  │  │  └MANIFEST-000001
│  │  │  │  │  │  │  │  ├<GCM Store>
│  │  │  │  │  │  │  │  │  ├<Encryption>
│  │  │  │  │  │  │  │  │  │  ├000003.log
│  │  │  │  │  │  │  │  │  │  ├CURRENT
│  │  │  │  │  │  │  │  │  │  ├LOCK
│  │  │  │  │  │  │  │  │  │  ├LOG
│  │  │  │  │  │  │  │  │  │  ├LOG.old
│  │  │  │  │  │  │  │  │  │  └MANIFEST-000001
│  │  │  │  │  │  │  │  ├<GPUCache>
│  │  │  │  │  │  │  │  │  ├data_0
│  │  │  │  │  │  │  │  │  ├data_1
│  │  │  │  │  │  │  │  │  ├data_2
│  │  │  │  │  │  │  │  │  ├data_3
│  │  │  │  │  │  │  │  │  └index
│  │  │  │  │  │  │  │  ├<IndexedDB>
│  │  │  │  │  │  │  │  │  ├<https_diylds.jd.com_0.indexeddb.leveldb>
│  │  │  │  │  │  │  │  │  │  ├000003.log
│  │  │  │  │  │  │  │  │  │  ├CURRENT
│  │  │  │  │  │  │  │  │  │  ├LOCK
│  │  │  │  │  │  │  │  │  │  ├LOG
│  │  │  │  │  │  │  │  │  │  └MANIFEST-000001
│  │  │  │  │  │  │  │  │  ├<https_xui.ptlogin2.qq.com_0.indexeddb.leveldb>
│  │  │  │  │  │  │  │  │  │  ├000003.log
│  │  │  │  │  │  │  │  │  │  ├CURRENT
│  │  │  │  │  │  │  │  │  │  ├LOCK
│  │  │  │  │  │  │  │  │  │  ├LOG
│  │  │  │  │  │  │  │  │  │  ├LOG.old
│  │  │  │  │  │  │  │  │  │  └MANIFEST-000001
│  │  │  │  │  │  │  │  ├<Local Storage>
│  │  │  │  │  │  │  │  │  ├<leveldb>
│  │  │  │  │  │  │  │  │  │  ├000003.log
│  │  │  │  │  │  │  │  │  │  ├CURRENT
│  │  │  │  │  │  │  │  │  │  ├LOCK
│  │  │  │  │  │  │  │  │  │  ├LOG
│  │  │  │  │  │  │  │  │  │  ├LOG.old
│  │  │  │  │  │  │  │  │  │  └MANIFEST-000001
│  │  │  │  │  │  │  │  ├<Platform Notifications>
│  │  │  │  │  │  │  │  │  ├000003.log
│  │  │  │  │  │  │  │  │  ├CURRENT
│  │  │  │  │  │  │  │  │  ├LOCK
│  │  │  │  │  │  │  │  │  ├LOG
│  │  │  │  │  │  │  │  │  ├LOG.old
│  │  │  │  │  │  │  │  │  └MANIFEST-000001
│  │  │  │  │  │  │  │  ├<Session Storage>
│  │  │  │  │  │  │  │  │  ├000003.log
│  │  │  │  │  │  │  │  │  ├CURRENT
│  │  │  │  │  │  │  │  │  ├LOCK
│  │  │  │  │  │  │  │  │  ├LOG
│  │  │  │  │  │  │  │  │  ├LOG.old
│  │  │  │  │  │  │  │  │  └MANIFEST-000001
│  │  │  │  │  │  │  │  ├<shared_proto_db>
│  │  │  │  │  │  │  │  │  ├LOCK
│  │  │  │  │  │  │  │  │  ├LOG
│  │  │  │  │  │  │  │  │  ├LOG.old
│  │  │  │  │  │  │  │  │  ├<metadata>
│  │  │  │  │  │  │  │  │  │  ├000003.log
│  │  │  │  │  │  │  │  │  │  ├CURRENT
│  │  │  │  │  │  │  │  │  │  ├LOCK
│  │  │  │  │  │  │  │  │  │  ├LOG
│  │  │  │  │  │  │  │  │  │  ├LOG.old
│  │  │  │  │  │  │  │  │  │  └MANIFEST-000001
│  │  │  │  │  │  │  │  ├<Site Characteristics Database>
│  │  │  │  │  │  │  │  │  ├000003.log
│  │  │  │  │  │  │  │  │  ├CURRENT
│  │  │  │  │  │  │  │  │  ├LOCK
│  │  │  │  │  │  │  │  │  ├LOG
│  │  │  │  │  │  │  │  │  ├LOG.old
│  │  │  │  │  │  │  │  │  └MANIFEST-000001
│  │  │  │  │  │  │  │  ├<Sync Data>
│  │  │  │  │  │  │  │  │  ├<LevelDB>
│  │  │  │  │  │  │  │  │  │  ├000003.log
│  │  │  │  │  │  │  │  │  │  ├CURRENT
│  │  │  │  │  │  │  │  │  │  ├LOCK
│  │  │  │  │  │  │  │  │  │  ├LOG
│  │  │  │  │  │  │  │  │  │  ├LOG.old
│  │  │  │  │  │  │  │  │  │  └MANIFEST-000001
│  │  │  │  │  │  │  │  ├<Sync Extension Settings>
│  │  │  │  │  │  │  │  │  ├<manpmdelflidbglffggbphlngnpgneam>
│  │  │  │  │  │  │  │  │  │  ├000003.log
│  │  │  │  │  │  │  │  │  │  ├CURRENT
│  │  │  │  │  │  │  │  │  │  ├LOCK
│  │  │  │  │  │  │  │  │  │  ├LOG
│  │  │  │  │  │  │  │  │  │  ├LOG.old
│  │  │  │  │  │  │  │  │  │  └MANIFEST-000001
│  │  │  │  │  │  │  ├<FileTypePolicies>
│  │  │  │  │  │  │  ├<GrShaderCache>
│  │  │  │  │  │  │  │  ├<GPUCache>
│  │  │  │  │  │  │  │  │  ├data_0
│  │  │  │  │  │  │  │  │  ├data_1
│  │  │  │  │  │  │  │  │  ├data_2
│  │  │  │  │  │  │  │  │  ├data_3
│  │  │  │  │  │  │  │  │  ├f_000001
│  │  │  │  │  │  │  │  │  ├f_000002
│  │  │  │  │  │  │  │  │  ├f_000003
│  │  │  │  │  │  │  │  │  ├f_000004
│  │  │  │  │  │  │  │  │  ├f_000005
│  │  │  │  │  │  │  │  │  └index
│  │  │  │  │  │  │  ├<InterventionPolicyDatabase>
│  │  │  │  │  │  │  ├<OriginTrials>
│  │  │  │  │  │  │  ├<Safe Browsing>
│  │  │  │  │  │  │  ├<SafetyTips>
│  │  │  │  │  │  │  ├<ShaderCache>
│  │  │  │  │  │  │  │  ├<GPUCache>
│  │  │  │  │  │  │  │  │  ├data_0
│  │  │  │  │  │  │  │  │  ├data_1
│  │  │  │  │  │  │  │  │  ├data_2
│  │  │  │  │  │  │  │  │  ├data_3
│  │  │  │  │  │  │  │  │  └index
│  │  │  │  │  │  │  ├<SSLErrorAssistant>
│  │  │  │  │  │  │  ├<Stability>
│  │  │  │  │  │  │  ├<Subresource Filter>
│  │  │  │  │  │  │  │  └<Unindexed Rules>
│  │  │  │  │  │  │  └<TLSDeprecationConfig>
│  │  │  │  │  ├<UI>
│  │  │  │  │  │  ├bench.dat
│  │  │  │  │  │  ├HardwareParams.dat
│  │  │  │  │  │  ├HardwareProtectPage.dat
│  │  │  │  │  │  └ludashi.dat
│  │  │  │  ├<Utils>
│  │  │  │  │  ├7z.dll
│  │  │  │  │  ├arctrl.dll
│  │  │  │  │  ├CefHelper.dll
│  │  │  │  │  ├CefRes.dll
│  │  │  │  │  ├ComputerZ12.dll
│  │  │  │  │  ├ComputerZ14.exe
│  │  │  │  │  ├ComputerZ8.dll
│  │  │  │  │  ├ComputerZ8_x64.dll
│  │  │  │  │  ├DiskCheck.exe
│  │  │  │  │  ├DisPatchMini.dll
│  │  │  │  │  ├Down.exe
│  │  │  │  │  ├DumpUper.exe
│  │  │  │  │  ├gamecenter.json
│  │  │  │  │  ├guardhp.exe
│  │  │  │  │  ├iosdb.exe
│  │  │  │  │  ├iosdb64.exe
│  │  │  │  │  ├js_basic.dll
│  │  │  │  │  ├KitTip.dll
│  │  │  │  │  ├LDSBasic.dll
│  │  │  │  │  ├LdsDrvInst32.exe
│  │  │  │  │  ├LdsDrvInst64.exe
│  │  │  │  │  ├ldsgamecenter_ludashiembed.dll
│  │  │  │  │  ├Ldshelper.exe
│  │  │  │  │  ├LdsVolumeCtrl.dll
│  │  │  │  │  ├LuDaShiHelper.dll
│  │  │  │  │  ├LuDaShiPreview.ui
│  │  │  │  │  ├LuDaShiPreview.xml
│  │  │  │  │  ├NavAd.dll
│  │  │  │  │  ├NavLauncher.dll
│  │  │  │  │  ├NavLauncher64.dll
│  │  │  │  │  ├NavPlugin.exe
│  │  │  │  │  ├NavProxy64.exe
│  │  │  │  │  ├navskin.ui
│  │  │  │  │  ├PageMgr.dll
│  │  │  │  │  ├Pop.dll
│  │  │  │  │  ├PopEx.dll
│  │  │  │  │  ├RunDll.exe
│  │  │  │  │  ├screen_test.dat
│  │  │  │  │  ├ScreenTest.exe
│  │  │  │  │  ├SoulDancer.exe
│  │  │  │  │  ├WebView.dll
│  │  │  │  │  ├<cef>
│  │  │  │  │  │  ├cef.pak
│  │  │  │  │  │  ├cef_100_percent.pak
│  │  │  │  │  │  ├cef_200_percent.pak
│  │  │  │  │  │  ├cef_extensions.pak
│  │  │  │  │  │  ├cef_resources.pak
│  │  │  │  │  │  ├CefView.exe
│  │  │  │  │  │  ├d3dcompiler_43.dll
│  │  │  │  │  │  ├d3dcompiler_47.dll
│  │  │  │  │  │  ├icudtl.dat
│  │  │  │  │  │  ├LdsCefView.exe.manifest
│  │  │  │  │  │  ├libcef.dll
│  │  │  │  │  │  ├libEGL.dll
│  │  │  │  │  │  ├libGLESv2.dll
│  │  │  │  │  │  ├LICENSE.txt
│  │  │  │  │  │  ├natives_blob.bin
│  │  │  │  │  │  ├snapshot_blob.bin
│  │  │  │  │  │  ├version.txt
│  │  │  │  │  │  ├widevinecdmadapter.dll
│  │  │  │  │  │  ├wow_helper.exe
│  │  │  │  │  │  ├<locales>
│  │  │  │  │  │  │  ├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
│  │  │  │  │  ├<examin>
│  │  │  │  │  │  ├examine_ad.json
│  │  │  │  │  │  ├examine_ad_config.cab
│  │  │  │  │  │  ├<bottomicon>
│  │  │  │  │  │  │  ├disk_icon.png
│  │  │  │  │  │  │  ├jd.png
│  │  │  │  │  │  │  ├phone_icon.png
│  │  │  │  │  │  │  └screen_icon.png
│  │  │  │  │  ├<ie>
│  │  │  │  │  │  └IeView.exe
│  ├<硬盘速度测试>
│  │  ├AS_SSD_Benchmark.exe
│  │  ├CrystalDiskMark.exe
│  │  ├<CrystalDiskMark_8.0.3_Shizuku_Green>
│  │  │  ├DiskMark32S.exe
│  │  │  ├DiskMark64S.exe
│  │  │  ├DiskMark64S.ini
│  │  │  ├DiskMarkA32S.exe
│  │  │  ├DiskMarkA64S.exe
│  │  │  ├ReadMeShizuku.txt
│  │  │  ├<CdmResource>
│  │  │  │  ├<DiskSpd>
│  │  │  │  │  ├DiskSpd32.exe
│  │  │  │  │  ├DiskSpd32L.exe
│  │  │  │  │  ├DiskSpd64.exe
│  │  │  │  │  ├DiskSpd64L.exe
│  │  │  │  │  ├DiskSpdA32.exe
│  │  │  │  │  └DiskSpdA64.exe
│  │  │  │  ├<Language>
│  │  │  │  │  ├Arabic.lang
│  │  │  │  │  ├Armenian.lang
│  │  │  │  │  ├Azeri.lang
│  │  │  │  │  ├Belarussian.lang
│  │  │  │  │  ├Bulgarian.lang
│  │  │  │  │  ├Catalan.lang
│  │  │  │  │  ├Croatian.lang
│  │  │  │  │  ├Czech.lang
│  │  │  │  │  ├Danish.lang
│  │  │  │  │  ├Dutch.lang
│  │  │  │  │  ├English.lang
│  │  │  │  │  ├Estonia.lang
│  │  │  │  │  ├Finnish.lang
│  │  │  │  │  ├French.lang
│  │  │  │  │  ├Georgian.lang
│  │  │  │  │  ├German.lang
│  │  │  │  │  ├Greek.lang
│  │  │  │  │  ├Hebrew.lang
│  │  │  │  │  ├Hindi.lang
│  │  │  │  │  ├Hungarian.lang
│  │  │  │  │  ├Indonesian.lang
│  │  │  │  │  ├Italian.lang
│  │  │  │  │  ├Japanese.lang
│  │  │  │  │  ├Kannada.lang
│  │  │  │  │  ├Korean.lang
│  │  │  │  │  ├Latvian.lang
│  │  │  │  │  ├Lithuanian.lang
│  │  │  │  │  ├Macedonian.lang
│  │  │  │  │  ├Norwegian.lang
│  │  │  │  │  ├Persian.lang
│  │  │  │  │  ├Polish.lang
│  │  │  │  │  ├Portuguese.lang
│  │  │  │  │  ├Romanian.lang
│  │  │  │  │  ├Russian.lang
│  │  │  │  │  ├Serbian.lang
│  │  │  │  │  ├SimplifiedChinese.lang
│  │  │  │  │  ├Slovak.lang
│  │  │  │  │  ├Slovenian.lang
│  │  │  │  │  ├Spanish.lang
│  │  │  │  │  ├Swedish.lang
│  │  │  │  │  ├Thai.lang
│  │  │  │  │  ├TraditionalChinese.lang
│  │  │  │  │  ├Turkish.lang
│  │  │  │  │  ├Ukrainian.lang
│  │  │  │  │  └Vietnamese.lang
│  │  │  │  ├<Themes>
│  │  │  │  │  ├<Shizuku>
│  │  │  │  │  │  ├About-300.png
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  ├Button-100.png
│  │  │  │  │  │  ├Button-125.png
│  │  │  │  │  │  ├Button-150.png
│  │  │  │  │  │  ├Button-200.png
│  │  │  │  │  │  ├Button-250.png
│  │  │  │  │  │  ├Button-300.png
│  │  │  │  │  │  ├Comment-100.png
│  │  │  │  │  │  ├Comment-125.png
│  │  │  │  │  │  ├Comment-150.png
│  │  │  │  │  │  ├Comment-200.png
│  │  │  │  │  │  ├Comment-250.png
│  │  │  │  │  │  ├Comment-300.png
│  │  │  │  │  │  ├Demo-100.png
│  │  │  │  │  │  ├Demo-125.png
│  │  │  │  │  │  ├Demo-150.png
│  │  │  │  │  │  ├Demo-200.png
│  │  │  │  │  │  ├Demo-250.png
│  │  │  │  │  │  ├Demo-300.png
│  │  │  │  │  │  ├Logo-100.png
│  │  │  │  │  │  ├Logo-125.png
│  │  │  │  │  │  ├Logo-150.png
│  │  │  │  │  │  ├Logo-200.png
│  │  │  │  │  │  ├Logo-250.png
│  │  │  │  │  │  ├Logo-300.png
│  │  │  │  │  │  ├Meter-100.png
│  │  │  │  │  │  ├Meter-125.png
│  │  │  │  │  │  ├Meter-150.png
│  │  │  │  │  │  ├Meter-200.png
│  │  │  │  │  │  ├Meter-250.png
│  │  │  │  │  │  ├Meter-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<Shizuku5thAnniversary>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<Shizuku7thAnniversary>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuChristmas2015>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  ├Button-100.png
│  │  │  │  │  │  ├Button-125.png
│  │  │  │  │  │  ├Button-150.png
│  │  │  │  │  │  ├Button-200.png
│  │  │  │  │  │  ├Button-250.png
│  │  │  │  │  │  ├Button-300.png
│  │  │  │  │  │  ├Meter-100.png
│  │  │  │  │  │  ├Meter-125.png
│  │  │  │  │  │  ├Meter-150.png
│  │  │  │  │  │  ├Meter-200.png
│  │  │  │  │  │  ├Meter-250.png
│  │  │  │  │  │  ├Meter-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuDate>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuHanabi>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuHaregi>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuHeianKomachi>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  ├Button-100.png
│  │  │  │  │  │  ├Button-125.png
│  │  │  │  │  │  ├Button-150.png
│  │  │  │  │  │  ├Button-200.png
│  │  │  │  │  │  ├Button-250.png
│  │  │  │  │  │  ├Button-300.png
│  │  │  │  │  │  ├Meter-100.png
│  │  │  │  │  │  ├Meter-125.png
│  │  │  │  │  │  ├Meter-150.png
│  │  │  │  │  │  ├Meter-200.png
│  │  │  │  │  │  ├Meter-250.png
│  │  │  │  │  │  ├Meter-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuHotaru>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  ├Button-100.png
│  │  │  │  │  │  ├Button-125.png
│  │  │  │  │  │  ├Button-150.png
│  │  │  │  │  │  ├Button-200.png
│  │  │  │  │  │  ├Button-250.png
│  │  │  │  │  │  ├Button-300.png
│  │  │  │  │  │  ├Comment-100.png
│  │  │  │  │  │  ├Comment-125.png
│  │  │  │  │  │  ├Comment-150.png
│  │  │  │  │  │  ├Comment-200.png
│  │  │  │  │  │  ├Comment-250.png
│  │  │  │  │  │  ├Comment-300.png
│  │  │  │  │  │  ├Demo-100.png
│  │  │  │  │  │  ├Demo-125.png
│  │  │  │  │  │  ├Demo-150.png
│  │  │  │  │  │  ├Demo-200.png
│  │  │  │  │  │  ├Demo-250.png
│  │  │  │  │  │  ├Demo-300.png
│  │  │  │  │  │  ├Meter-100.png
│  │  │  │  │  │  ├Meter-125.png
│  │  │  │  │  │  ├Meter-150.png
│  │  │  │  │  │  ├Meter-200.png
│  │  │  │  │  │  ├Meter-250.png
│  │  │  │  │  │  ├Meter-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuIdol>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  ├Button-100.png
│  │  │  │  │  │  ├Button-125.png
│  │  │  │  │  │  ├Button-150.png
│  │  │  │  │  │  ├Button-200.png
│  │  │  │  │  │  ├Button-250.png
│  │  │  │  │  │  ├Button-300.png
│  │  │  │  │  │  ├Comment-100.png
│  │  │  │  │  │  ├Comment-125.png
│  │  │  │  │  │  ├Comment-150.png
│  │  │  │  │  │  ├Comment-200.png
│  │  │  │  │  │  ├Comment-250.png
│  │  │  │  │  │  ├Comment-300.png
│  │  │  │  │  │  ├Demo-100.png
│  │  │  │  │  │  ├Demo-125.png
│  │  │  │  │  │  ├Demo-150.png
│  │  │  │  │  │  ├Demo-200.png
│  │  │  │  │  │  ├Demo-250.png
│  │  │  │  │  │  ├Demo-300.png
│  │  │  │  │  │  ├Meter-100.png
│  │  │  │  │  │  ├Meter-125.png
│  │  │  │  │  │  ├Meter-150.png
│  │  │  │  │  │  ├Meter-200.png
│  │  │  │  │  │  ├Meter-250.png
│  │  │  │  │  │  ├Meter-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuKotatsu>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  ├Button-100.png
│  │  │  │  │  │  ├Button-125.png
│  │  │  │  │  │  ├Button-150.png
│  │  │  │  │  │  ├Button-200.png
│  │  │  │  │  │  ├Button-250.png
│  │  │  │  │  │  ├Button-300.png
│  │  │  │  │  │  ├Meter-100.png
│  │  │  │  │  │  ├Meter-125.png
│  │  │  │  │  │  ├Meter-150.png
│  │  │  │  │  │  ├Meter-200.png
│  │  │  │  │  │  ├Meter-250.png
│  │  │  │  │  │  ├Meter-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuKotatsuNight>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuLiteratureGirl>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuLiteratureGirlwithGlasses>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuMaidCool>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  ├Button-100.png
│  │  │  │  │  │  ├Button-125.png
│  │  │  │  │  │  ├Button-150.png
│  │  │  │  │  │  ├Button-200.png
│  │  │  │  │  │  ├Button-250.png
│  │  │  │  │  │  ├Button-300.png
│  │  │  │  │  │  ├Meter-100.png
│  │  │  │  │  │  ├Meter-125.png
│  │  │  │  │  │  ├Meter-150.png
│  │  │  │  │  │  ├Meter-200.png
│  │  │  │  │  │  ├Meter-250.png
│  │  │  │  │  │  ├Meter-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuMaidCute>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuMeijiMizugi>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  ├Button-100.png
│  │  │  │  │  │  ├Button-125.png
│  │  │  │  │  │  ├Button-150.png
│  │  │  │  │  │  ├Button-200.png
│  │  │  │  │  │  ├Button-250.png
│  │  │  │  │  │  ├Button-300.png
│  │  │  │  │  │  ├Meter-100.png
│  │  │  │  │  │  ├Meter-125.png
│  │  │  │  │  │  ├Meter-150.png
│  │  │  │  │  │  ├Meter-200.png
│  │  │  │  │  │  ├Meter-250.png
│  │  │  │  │  │  ├Meter-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuMermaid>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuMiko>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  ├Button-100.png
│  │  │  │  │  │  ├Button-125.png
│  │  │  │  │  │  ├Button-150.png
│  │  │  │  │  │  ├Button-200.png
│  │  │  │  │  │  ├Button-250.png
│  │  │  │  │  │  ├Button-300.png
│  │  │  │  │  │  ├Meter-100.png
│  │  │  │  │  │  ├Meter-125.png
│  │  │  │  │  │  ├Meter-150.png
│  │  │  │  │  │  ├Meter-200.png
│  │  │  │  │  │  ├Meter-250.png
│  │  │  │  │  │  ├Meter-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuMikoNight>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuNewYear2019>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuOffice>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuSakura>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  ├Button-100.png
│  │  │  │  │  │  ├Button-125.png
│  │  │  │  │  │  ├Button-150.png
│  │  │  │  │  │  ├Button-200.png
│  │  │  │  │  │  ├Button-250.png
│  │  │  │  │  │  ├Button-300.png
│  │  │  │  │  │  ├Meter-100.png
│  │  │  │  │  │  ├Meter-125.png
│  │  │  │  │  │  ├Meter-150.png
│  │  │  │  │  │  ├Meter-200.png
│  │  │  │  │  │  ├Meter-250.png
│  │  │  │  │  │  ├Meter-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuSakuraNight>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuTaishoRoman>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuTeaBreak>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuWebRadio>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  │  │  ├<ShizukuWinterLamp>
│  │  │  │  │  │  ├Background-300.png
│  │  │  │  │  │  ├Button-100.png
│  │  │  │  │  │  ├Button-125.png
│  │  │  │  │  │  ├Button-150.png
│  │  │  │  │  │  ├Button-200.png
│  │  │  │  │  │  ├Button-250.png
│  │  │  │  │  │  ├Button-300.png
│  │  │  │  │  │  ├Meter-100.png
│  │  │  │  │  │  ├Meter-125.png
│  │  │  │  │  │  ├Meter-150.png
│  │  │  │  │  │  ├Meter-200.png
│  │  │  │  │  │  ├Meter-250.png
│  │  │  │  │  │  ├Meter-300.png
│  │  │  │  │  │  └theme.ini
│  │  │  ├<License>
│  │  │  │  ├COPYRIGHT.txt
│  │  │  │  ├COPYRIGHT-ja.txt
│  │  │  │  ├DiskSpd-LICENSE.txt
│  │  │  │  ├PolyHook_2_0-LICENSE.txt
│  │  │  │  └win32-darkmode-LICENSE.txt
│  │  ├<HDTunePro>
│  │  │  ├HDTunePro_Win8_10.exe
│  │  │  └HDTunePro_WinXP_7.exe
├<06_在线文档导出备份>
│  ├!_发送金山文档的快捷方式到安卓手机的桌面.jpg
│  ├FirPE.cn.jpg
│  ├FirPE-V1.8.1.txt
│  ├Ghost Server 2012 R2 数据中心完整版2019.07.docx
│  ├Ghost Server 2012 R2 数据中心完整版2019.07.jpg
│  ├GHO系统镜像Hash校验结果.txt
│  ├GoodSync-v11.ico
│  ├阿里云盘资源导航搜索文档2022.03.15.docx
│  ├爱纯净 Ghost Win7纯净版64位 2022.03 旗舰版.docx
│  ├爱纯净_Ghost_Win7纯净版64位_2022.03_旗舰版.pdf
│  ├电子文件管理方案.mhtml
│  ├分类保存与实时同步共享文件夹使用说明 – AutoAHK.xlsx
│  ├工作报告总目录树-20220314.xls
│  ├好物推荐 – AutoAHK.xlsx
│  ├好物推荐.mhtml
│  ├华硕无线路由器设置DDNS.jpg
│  ├华硕无线路由器设置DDNS-2.jpg
│  ├仅文件夹目录-20220314.xls
│  ├克隆显示向日葵控控A2远程控制硬件设备VGA和HDMI显卡输出的AutoHotkey脚本程序代码 – AutoAHK.xlsx
│  ├克隆显示向日葵控控A2远程控制硬件设备VGA和HDMI显卡输出的AutoHotkey脚本程序代码.mhtml
│  ├批量复制文件夹结构以便更新升级文件夹中的内容.jpg
│  ├群晖自带DDNS.jpg
│  ├群晖自带DDNS-2.jpg
│  ├设置激活或者隐藏 Everything 主窗口的快捷键为 F8 2022年2月24日 – AutoAHK.xlsx
│  ├设置激活或者隐藏 Everything 主窗口的快捷键为 F8 2022年2月24日.mhtml
│  ├生成所在文件夹 电子表格目录.bat
│  ├所有文件目录-20220314.xls
│  ├头像图标标志标记GoodSync.2022.3.8.jpg
│  ├文件夹及文件目录树-20220314.xls
│  ├无人值守全自动静默安装AutoHotkey和SciTE4AutoHotkey-2021年11月25日.mhtml
│  ├一键制作自解压可执行程序包.docx
│  ├一键制作自解压可执行程序包.pdf
│  ├一键制作自解压可执行程序包.png
│  ├一键制作自解压可执行程序包2.jpg
│  ├一键制作自解压可执行程序包2022年3月12日.docx
│  ├一键制作自解压可执行程序包2022年3月12日.mhtml
│  ├一键制作自解压可执行程序包2022年3月12日.pdf
│  ├一键制作自解压可执行软件包__20220316085531.zip
│  ├<杏雨梨云启动维护系统>
│  │  ├Hash-杏雨梨云启动维护系统2022壬寅版之迎春更新V2.txt
│  │  ├杏雨梨云启动维护系统使用说明.pdf
│  │  ├<JPG>
│  │  │  ├01.jpg
│  │  │  ├02.jpg
│  │  │  ├03.jpg
│  │  │  ├04.jpg
│  │  │  ├05.jpg
│  │  │  ├06.jpg
│  │  │  ├07.jpg
│  │  │  ├08.jpg
│  │  │  ├09.jpg
│  │  │  ├10.jpg
│  │  │  ├11.jpg
│  │  │  ├12.jpg
│  │  │  ├13.jpg
│  │  │  ├14.jpg
│  │  │  ├15.jpg
│  │  │  ├16.jpg
│  │  │  ├17.jpg
│  │  │  ├18.jpg
│  │  │  ├19.jpg
│  │  │  └20.jpg
│  ├<银灿IS903U盘量产USB-CD-ROM教程>
│  │  ├银灿IS903U盘量产USB-CD-ROM教程.docx
│  │  └银灿IS903U盘量产USB-CD-ROM教程.pdf
├<07_西瓜视频中的教程>
│  ├电脑装机12代英特尔ROG全家桶.avi
│  ├释德杨-[正宗]少林达摩易筋经VCD1.avi
│  ├释德杨-[正宗]少林达摩易筋经VCD2.avi
│  ├腾讯桌面整理独立安装包.avi
│  ├<DeepFreeze冰点还原精灵>
│  │  ├冰点还原忘记密码怎么删除?如何使用U盘PE系统强制粉碎?.avi
│  │  ├电脑病毒能不能穿透还原软件?MEMZ PK 冰点还原、影子系统.avi
│  │  └拒绝病毒,拒绝系统崩溃,拒绝重装系统,有它全搞定!.avi
│  ├<GoodSync定时单向备份>
│  │  └Goodsyn一款杰出的文件数据同步备份工具.avi
│  ├<MHDD硬盘修复教程>
│  │  ├MHDD软件应用一,软件应用与注意事项。.avi
│  │  ├MHDD硬盘修复软件,erase命令,数据的完全销毁,与硬盘的修复。.avi
│  │  ├MHDD硬盘修复软件的应用六,hpa, rhpa, nhpa硬盘删除扇区,恢复.avi
│  │  ├低格硬盘很慢?告诉你MHDD如何快速低级格式化硬盘.avi
│  │  ├电脑蓝屏死机?有可能是硬盘出了问题,我教你擦除硬盘坏道.avi
│  │  ├电脑速度慢,有可能硬盘有坏道,学会这个方法,自己检测硬盘好坏.avi
│  │  ├回收一块硬盘,但是MHDD检测不到硬盘?我来教您怎样设置.avi
│  │  ├使用MHDD软件检测电脑硬盘速度与坏道的方法教程.avi
│  │  ├希捷8T企业级硬盘坏道扫描,MHDD4.6经典扫描工具再现江湖.avi
│  │  ├详细版解说MHDD硬盘检测好坏 硬盘清零 硬盘坏道修复 硬盘自修复.avi
│  │  └硬盘坏道检测工具MHDD使用教程.avi
│  ├<PCIE转NVME-M.2转接卡>
│  │  ├NVME-M.2转PCIE3.0转接卡.avi
│  │  ├NVME-M.2转PCIE3.0转接卡.rar
│  │  ├PCIE转NVME-M.2.avi
│  │  ├<NVME-M.2转PCIE3.0转接卡>
│  │  │  ├BOOTICEx64.exe
│  │  │  ├DiskGenius 5.2.0.884 x64 单文件已激活.exe
│  │  │  └nvme.gho
│  ├<PrimoCache硬盘提速>
│  │  └一招让你的机械盘起飞,吊打nvme!.avi
│  ├<Victoria硬盘修复教程>
│  │  ├Victoria磁盘修复教程.avi
│  │  └电脑硬盘数据恢复,新手也能轻松学会,十五年前的硬盘恢复给你看.avi
│  ├<精简科技>
│  │  ├2张结果图对比,电脑优化的必要,仅是简单的点几下而已.avi
│  │  ├4种方法安装电脑驱动,其中2种适合懒人,1辈子只学1回就够用.avi
│  │  ├5步操作,让Win10任务栏更整洁,给电脑系统美容.avi
│  │  ├Record_2022-03-11-18-32-36.avi
│  │  ├Record_2022-03-11-18-36-16.avi
│  │  ├Record_2022-03-11-19-03-59.avi
│  │  ├Record_2022-03-11-19-07-55.avi
│  │  ├U盘价值提升!简单2步做成电脑引导盘,装系统修硬盘,没它可不行.avi
│  │  ├U盘助力电脑硬盘”疗伤“,热拔插修复硬盘坏道,经典实操.avi
│  │  ├Win10菜单巧妙改造,做梦也感叹:真完美.avi
│  │  ├老笔记本开机速度耍大酷,若开机卡顿,这样测试找原因.avi
│  │  ├老电脑系统--操作细节优化与软件选用(XP).avi
│  │  ├老电脑装XP会卡顿?文件系统没选对,注定输在起跑线,XP原版安装.avi
│  │  ├老电脑装XP会卡顿?正解选择文件系统是关键,XP原版安装(下).avi
│  │  ├修硬盘坏道,使用转接卡,效果看起来不错.avi
│  │  ├硬盘真的坏了吗?拒绝忽悠,自己检测,分分钟出结果.avi
│  │  ├原版XP系统安装出错?PE启动U盘不匹配,5步操作准备为老电脑刷机~1.avi
│  │  └只需30秒,组装电脑上网看电影,不用机箱直接放在木板上~1.avi
│  ├<群晖DDNS无线路由器DDNS>
│  │  ├[第四期]超啰嗦DDNS动态域名解析实现外网访问群晖 小白NAS教程.mp4
│  │  ├[第五期]DDNSTO内网穿透实现外网访问群晖,无公网IP也能访问服务.mp4
│  │  ├OpenWrt免费DDNS动态域名解析PubYun(3322).mp4
│  │  ├OpenWrt软路由设置阿里云DDNS动态域名解析教程.mp4
│  │  ├公网IP经常变化,教你用免费动态域名解析DDNS,完美解决远程控制.mp4
│  │  ├黑白群晖都可以用的外网访问方法|阿里云DDNS+Docker外网访问.mp4
│  │  ├黄老师帮长沙朋友用ddns解决拨号网络服务器映射问题,收费1000元.mp4
│  │  ├宽带公网IP不固定,通过动态域名解析DDNS,实现远程连接家里电脑.mp4
│  │  ├利用群晖自带DDNS服务,轻松实现外网访问NAS.mp4
│  │  ├内网穿透工具DDNSTO,随时远程访问路由器NAS,没有公网IP也不怕.mp4
│  │  ├你不知道的群晖DDNS完美替代阿里云DDNS实现访问家里的设备.mp4
│  │  ├亲肤级IPV6远程访问真香,绑定阿里云DDNS及不影响IPTV使用.mp4
│  │  ├群晖nas使用:路由器DDNS端口转发设置.mp4
│  │  ├如何享用阿里云DDNS随时随地访问家里的路由器NAS等变得如此省心.mp4
│  │  ├软路由 群晖 威联通 DDNS IPv4 IPv6 桥接 端口转发 看这一篇足矣.mp4
│  │  ├软路由玩机6年 OPENWRT设置详解 插件哪有坑哪好用及DDNS详细设置.mp4
│  │  ├神卓动态域名解析,免费DDNS客户端,动态公网IP环境下远程访问.mp4
│  │  ├外网访问群晖 NAS 网盘:公网IP、端口转发映射、动态域名 DDNS.mp4
│  │  └无处不在的内网穿透工具DDNSTO 闲置电脑轻松变身内网穿透神器.mp4
│  ├<向日葵控控A2>
│  │  ├开箱向日葵控控A2,穿透内网,异地也能远程装机.avi
│  │  └无惧内网和断网的远控小助手——向日葵控控A2体验.avi
│  └<易筋经>
├<08_AccuHash批量校验>
│  ├AccuHash.bat
│  ├<AccuHash>
│  │  ├AccuHash.exe
│  │  └AccuReg.reg
│  ├<DirTree>
│  │  ├Access.dll
│  │  ├Access.ldb
│  │  ├cdl.dll
│  │  └DirTree.exe
├<09_更新日志银灿IS903量产>
│  ├ISO更新日志-银灿IS903量产U盘.bat
│  ├<Backup>
│  │  ├01_量产U盘ISO更新日志_(用QQ扫一扫登录).bat
│  │  ├量产U盘ISO更新日志.docx
│  │  └量产U盘ISO更新日志.pdf
├<BOOT>
│  ├10PEX64
│  ├10PEX64.wim
│  ├10PEX86
│  ├10PEx86.wim
│  ├132
│  ├164
│  ├732
│  ├7PEX86
│  ├7PEx86.wim
│  ├832
│  ├864
│  ├8PEX64
│  ├8PEx64.wim
│  ├8PEX86
│  ├8PEx86.wim
│  ├Angel_PE.dat
│  ├BCD
│  ├BOOT.SDI
│  ├BOOTFIX.BIN
│  ├<FONTS>
│  │  ├CHS_BOOT.TTF
│  │  └WGL4_BOOT.TTF
│  ├<GRUB>
│  │  ├03PE.LST
│  │  ├08PE.LST
│  │  ├10PE.LST
│  │  ├GHOST.LST
│  │  ├MEMDISK
│  │  ├MENU.HEX
│  │  ├MENU.LST
│  │  ├message
│  │  ├PWD.LST
│  │  ├RAMHDD.LST
│  │  ├RUN
│  │  ├TOOL.LST
│  │  └USB_ACC.0PE
│  ├<grub2>
│  │  ├grubfm.iso
│  │  ├loadfm
│  │  ├<secureboot>
│  │  │  ├bootx64.efi
│  │  │  ├grubfmx64.efi
│  │  │  └grubx64.efi
│  ├<IMGS>
│  │  ├DG.IMG
│  │  ├DG.LDR
│  │  ├DOS.IMG
│  │  ├GHOST.IMG
│  │  ├KON.IMG
│  │  ├KONBOOT.IMG
│  │  ├KONNEW.IMG
│  │  ├MEMTEST.IMG
│  │  ├MHDD46.LZMA
│  │  ├MT42.BIN
│  │  ├PASSWORD.IMG
│  │  └WINDIAG.LZMA
│  ├<linux>
│  │  ├initrd.xz
│  │  └vmlinuz
│  ├<SRS>
│  │  ├0E11.LZMA
│  │  ├1000.LZMA
│  │  ├1039.LZMA
│  │  ├103C.LZMA
│  │  ├104B.LZMA
│  │  ├1095.LZMA
│  │  ├1106.LZMA
│  │  ├11AB.LZMA
│  │  ├13C1.LZMA
│  │  ├197B.LZMA
│  │  ├8086.LZMA
│  │  ├9005.LZMA
│  │  ├AMD.LZMA
│  │  ├BCM.LZMA
│  │  └OTHER.LZMA
│  ├<ZH-CN>
│  │  └BOOTMGR.EXE.MUI
├<EFI>
│  ├<BOOT>
│  │  ├BOOTIA32.EFI
│  │  ├BOOTX64.EFI
│  │  ├<ZH-CN>
│  │  │  ├BOOTIA32.EFI.MUI
│  │  │  └BOOTX64.EFI.MUI
│  ├<MICROSOFT>
│  │  ├<BOOT>
│  │  │  ├B32
│  │  │  ├BCD
│  │  │  ├Efisys.bin
│  │  │  ├<FONTS>
│  │  │  │  ├CHS_BOOT.TTF
│  │  │  │  └WGL4_BOOT.TTF
├<PETOOLS>
│  ├Angel_PEBOX.exe
│  ├main.cmd
│  ├PE_Box.ini
│  ├<办公阅读>
│  │  ├Excel迷你版.exe
│  │  ├Pdf阅读器.exe
│  │  └Word迷你版.exe
│  ├<备份还原>
│  │  ├Atih_x64.exe
│  │  ├Cgi_x64.exe
│  │  ├Ghost_x64.exe
│  │  ├Ghostexp_x64.exe
│  │  └Gohash_x64.exe
│  ├<密码管理>
│  │  ├Ntpwedit_x64.exe
│  │  ├PassReset_x64.exe
│  │  ├Passwordchanger_x64.exe
│  │  ├PCUnlocker_x64.exe
│  │  └WinUnlocker_x64.exe
│  ├<驱动程序>
│  │  ├Apple苹果电脑winPE万能驱动.exe
│  │  ├Drivers_backup_x64.exe
│  │  ├Drvinde_x32.exe
│  │  ├Drvinde_x64.exe
│  │  ├NVME_Drivers_For_Win7.7z
│  │  ├SRS.7z
│  │  ├SRS.index
│  │  ├USB3.0驱动安装.exe
│  │  ├USB3_Drivers_For_Win7.exe
│  │  ├安装当前目录驱动.bat
│  │  ├磁盘控制器驱动.exe
│  │  ├驱动加载工具.Exe
│  │  ├驱动总裁在线版.exe
│  │  ├设备驱动提取器.exe
│  │  ├无线网卡.7z
│  │  └无线网卡.index
│  ├<实用工具>
│  │  ├APFS支持.EXE
│  │  ├EASYRECOVERY(数据恢复).EXE
│  │  ├IT天空及驱动总裁万能驱动屏蔽捆绑插件.exe
│  │  ├UltraISO.exe
│  │  ├WIMTOOL映像处理工具.exe
│  │  ├WINSNAP截图器.EXE
│  │  ├管理系统密码.exe
│  │  ├截图工具.exe
│  │  ├盘符一键切换.exe
│  │  ├驱动加载工具.Exe
│  │  ├数据恢复(7-Data).EXE
│  │  └修改开机密码_x64.exe
│  ├<网络程序>
│  │  ├ISTORAGE服务器.EXE
│  │  ├Mstsc.exe
│  │  ├TheWorld.exe
│  │  ├Thunder.exe
│  │  ├Todesk.exe
│  │  └系统下载工具.exe
│  ├<文件工具>
│  │  ├Everything_x64.exe
│  │  ├Fastcopy_x64.exe
│  │  ├Fhash_x64.exe
│  │  ├Filefox.exe
│  │  ├Folderchangesview.exe
│  │  ├LinuxReader_x64.exe
│  │  ├Recuva_x64.exe
│  │  ├R-studio_x64.exe
│  │  └Winhex_x64.exe
│  ├<系统安装>
│  │  ├CGI-plus_x86_x64.exe
│  │  ├Dism++.exe
│  │  ├Dism++_x64.exe
│  │  ├DWIM-GUI_x64.exe
│  │  ├Gimagex_x64.exe
│  │  ├IQI_9_x64.exe
│  │  ├OneKeyGhost.exe
│  │  ├Ultraiso.exe
│  │  ├WinNTSetup.exe
│  │  ├Winntsetup_x64.exe
│  │  └Winntsetup3_x64.exe
│  ├<修复工具>
│  │  ├Autoruns_x64.exe
│  │  ├Bios+uefi引导修复工具.exe
│  │  ├BlueScreenView_x64.exe
│  │  ├NT_boot_x64.exe
│  │  ├Ntbootautofix.exe
│  │  ├Wimboot.exe
│  │  ├引导扇区维护工具.exe
│  │  └优盘修复工具.exe
│  ├<硬件检测>
│  │  ├Aida64 (2).exe
│  │  ├Aida64.exe
│  │  ├Aida64硬件检测.exe
│  │  ├CPU-Z检测.exe
│  │  ├CrystalDiskInfo.exe
│  │  ├DiskInfo_x64.exe
│  │  ├DiskMark_x64.exe
│  │  ├DISPLAYX.EXE
│  │  ├Hddscan.exe
│  │  ├Hddscan_o.exe
│  │  ├Hdtune.exe
│  │  ├memtest (2).exe
│  │  ├memtest.exe
│  │  ├MemTest64_x64.exe
│  │  ├SSD检测.exe
│  │  ├Victoria.exe
│  │  ├Victoria_cn_v5.37.exe
│  │  ├Victoria_n.exe
│  │  ├键盘检测工具.exe
│  │  └硬盘检测(Diskinfo).Exe
│  ├<硬盘工具>
│  │  ├Chkdsk_auto.exe
│  │  ├Defraggler.exe
│  │  ├Diskgenius_v4.exe
│  │  ├DiskGenius_x64&x86.exe
│  │  ├Diskgenius_x64.exe
│  │  ├H2testw.exe
│  │  ├PartAssist..exe
│  │  ├PartAssist.exe
│  │  ├Partassist_x64.exe
│  │  ├Showdrives_gui_x64.exe
│  │  ├Xorbootu_x64.exe
│  │  ├磁盘碎片整理工具.EXE
│  │  ├硬盘低格工具.exe
│  │  └硬盘检测(Diskinfo).Exe
│  ├<远程工具>
│  │  ├蚂蚁远程工具.exe
│  │  └向日葵.exe
├<WXPE>
│  ├03PE.WIM
│  ├NTD.COM
│  ├SETUPLDR.BIN
│  └SKPE

给TA捐赠
共{{data.count}}人
人已捐赠
其他函数

UIAutomation类库-个人简化版

2022-3-11 23:13:46

其他案例

仿win10 消息通知示例可用在win7或托盘图标隐藏的脚本

2022-3-13 9:42:53

2 条回复 A文章作者 M管理员
  1. aahk

    https://mountainduck.io/ Mountain Duck 远程映射网络驱动器虚拟磁盘软件 群晖 动态域名解析 DDNS 路由器 动态域名解析 DDNS 路由器 端口映射 Port Mapping 群晖 WebDAV Server 套件 群晖 RAID 1 存储池(有数据保护) 运行网络驱动器虚拟磁盘中的 AutoHotkey 脚本 Total Commander 10.00 管理网络驱动器虚拟磁盘中的文件 Everything 预先索引网络驱动器虚拟磁盘中的文件夹 https://www.wincatalog.com/ 用 WinCatalog 2021 软件来预先索引、搜索、打开、运行网络驱动器虚拟磁盘中的AutoHotkey脚本和其他类型的文件 (例如:远程连接群晖WebDAV Server并隐射的虚拟磁盘中的音乐、有声读物、文档、表格、图片、视频、电影、电视剧、操作系统、脚本程序、应用软件、服务器软件、高级工具软件、单机游戏、网络游戏等各种类型的文件)

  2. aahk

    https://mountainduck.io/ Mountain Duck 远程映射网络驱动器虚拟磁盘软件 映射盘符固定为 Z: 群晖 动态域名解析 DDNS 路由器 动态域名解析 DDNS 路由器 端口映射 Port Mapping 群晖 WebDAV Server 套件 群晖 RAID 1 存储池(有数据保护) 运行网络驱动器虚拟磁盘中的 AutoHotkey 脚本 Total Commander 10.00 管理网络驱动器虚拟磁盘中的文件 Everything 预先索引网络驱动器虚拟磁盘中的文件夹 https://www.wincatalog.com/ 用 WinCatalog 2021 软件来预先索引、搜索、打开、运行网络驱动器虚拟磁盘中的AutoHotkey脚本和其他类型的文件 (例如:远程连接群晖WebDAV Server并隐射的虚拟磁盘中的音乐、有声读物、文档、表格、图片、视频、电影、电视剧、操作系统、脚本程序、应用软件、服务器软件、高级工具软件、单机游戏、网络游戏等各种类型的文件)

个人中心
购物车
优惠劵
有新私信 私信列表
搜索