diff --git a/Projects/WIN10XPE/01-Components/00-KK-System Tools/hu-HU.js b/Projects/WIN10XPE/01-Components/00-KK-System Tools/hu-HU.js
new file mode 100644
index 0000000..ce448cf
Binary files /dev/null and b/Projects/WIN10XPE/01-Components/00-KK-System Tools/hu-HU.js differ
diff --git a/Projects/WIN10XPE/01-Components/00-KK-System Tools/ko-KR.js b/Projects/WIN10XPE/01-Components/00-KK-System Tools/ko-KR.js
new file mode 100644
index 0000000..41325cb
Binary files /dev/null and b/Projects/WIN10XPE/01-Components/00-KK-System Tools/ko-KR.js differ
diff --git a/Projects/WIN10XPE/01-Components/00-KK-System Tools/main.bat b/Projects/WIN10XPE/01-Components/00-KK-System Tools/main.bat
new file mode 100644
index 0000000..1e13932
--- /dev/null
+++ b/Projects/WIN10XPE/01-Components/00-KK-System Tools/main.bat
@@ -0,0 +1,38 @@
+if "x%opt[component.MMC]%"=="xtrue" (
+ call ApplyPatch "..\MMC"
+)
+
+if "x%opt[component.taskmgr]%"=="xtrue" (
+ call AddFiles %0 :[TaskManager]
+)
+
+if "x%opt[component.resmon]%"=="xtrue" (
+ call AddFiles %0 :[ResMon]
+)
+
+if "x%opt[component.bitlocker]%"=="xtrue" (
+ call ApplyPatch "..\BitLocker"
+)
+
+goto :EOF
+
+:[TaskManager]
+@\Windows\System32\
+pdh.dll,d3d12.dll
+TaskManagerDataLayer.dll
+taskmgr.exe
+
+;already in winre.wim
+Windows.Web.dll
+goto :EOF
+
+:[ResMon]
+@\Windows\System32\
+pdhui.dll
+perf*.dll,perf*.exe
+perfmon.msc
+pla.dll
+wdc.dll
+resmon.exe
+goto :EOF
+
diff --git a/Projects/WIN10XPE/01-Components/00-KK-System Tools/main.html b/Projects/WIN10XPE/01-Components/00-KK-System Tools/main.html
new file mode 100644
index 0000000..80f7539
--- /dev/null
+++ b/Projects/WIN10XPE/01-Components/00-KK-System Tools/main.html
@@ -0,0 +1,18 @@
+
diff --git a/Projects/WIN10XPE/01-Components/00-KK-System Tools/ru-RU.js b/Projects/WIN10XPE/01-Components/00-KK-System Tools/ru-RU.js
new file mode 100644
index 0000000..fe88a17
Binary files /dev/null and b/Projects/WIN10XPE/01-Components/00-KK-System Tools/ru-RU.js differ
diff --git a/Projects/WIN10XPE/01-Components/00-KK-System Tools/zh-CN.js b/Projects/WIN10XPE/01-Components/00-KK-System Tools/zh-CN.js
new file mode 100644
index 0000000..6077aae
Binary files /dev/null and b/Projects/WIN10XPE/01-Components/00-KK-System Tools/zh-CN.js differ
diff --git a/Projects/WIN10XPE/01-Components/00-KK-System Tools/zh-TW.js b/Projects/WIN10XPE/01-Components/00-KK-System Tools/zh-TW.js
new file mode 100644
index 0000000..e0d4b86
Binary files /dev/null and b/Projects/WIN10XPE/01-Components/00-KK-System Tools/zh-TW.js differ
diff --git a/Projects/WIN10XPE/01-Components/hu-HU.js b/Projects/WIN10XPE/01-Components/hu-HU.js
index 4d9da53..f112c50 100644
Binary files a/Projects/WIN10XPE/01-Components/hu-HU.js and b/Projects/WIN10XPE/01-Components/hu-HU.js differ
diff --git a/Projects/WIN10XPE/01-Components/ko-KR.js b/Projects/WIN10XPE/01-Components/ko-KR.js
index 7fda3d7..f537721 100644
Binary files a/Projects/WIN10XPE/01-Components/ko-KR.js and b/Projects/WIN10XPE/01-Components/ko-KR.js differ
diff --git a/Projects/WIN10XPE/01-Components/main.bat b/Projects/WIN10XPE/01-Components/main.bat
index a4fd0ed..16ae7bd 100644
--- a/Projects/WIN10XPE/01-Components/main.bat
+++ b/Projects/WIN10XPE/01-Components/main.bat
@@ -1,19 +1,7 @@
-if "x%opt[component.taskmgr]%"=="xtrue" (
- call AddFiles "pdh.dll,d3d12.dll,TaskManagerDataLayer.dll,taskmgr.exe"
-)
-
-if "x%opt[component.bitlocker]%"=="xtrue" (
- call ApplyPatch ".\BitLocker"
-)
-
if "x%opt[component.DWM]%"=="xtrue" (
call ApplyPatch ".\DWM"
)
-if "x%opt[component.MMC]%"=="xtrue" (
- call ApplyPatch ".\MMC"
-)
-
if "x%opt[component.search]%"=="xtrue" (
call ApplyPatch ".\Search"
)
diff --git a/Projects/WIN10XPE/01-Components/main.html b/Projects/WIN10XPE/01-Components/main.html
index 68ff428..d574765 100644
--- a/Projects/WIN10XPE/01-Components/main.html
+++ b/Projects/WIN10XPE/01-Components/main.html
@@ -1,17 +1,5 @@
-