mirror of
https://github.com/slorelee/wimbuilder2.git
synced 2025-05-06 18:25:51 +08:00
add 01-Components/00-KK-System Tools
This commit is contained in:
parent
aebb0435c7
commit
d9832f77ce
BIN
Projects/WIN10XPE/01-Components/00-KK-System Tools/hu-HU.js
Normal file
BIN
Projects/WIN10XPE/01-Components/00-KK-System Tools/hu-HU.js
Normal file
Binary file not shown.
BIN
Projects/WIN10XPE/01-Components/00-KK-System Tools/ko-KR.js
Normal file
BIN
Projects/WIN10XPE/01-Components/00-KK-System Tools/ko-KR.js
Normal file
Binary file not shown.
38
Projects/WIN10XPE/01-Components/00-KK-System Tools/main.bat
Normal file
38
Projects/WIN10XPE/01-Components/00-KK-System Tools/main.bat
Normal file
@ -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
|
||||
|
18
Projects/WIN10XPE/01-Components/00-KK-System Tools/main.html
Normal file
18
Projects/WIN10XPE/01-Components/00-KK-System Tools/main.html
Normal file
@ -0,0 +1,18 @@
|
||||
<div style="margin:10px 5px;font-size:1.2em;">
|
||||
<fieldset>
|
||||
<legend><label><input type="checkbox" name="component.MMC" class="opt_item" />MMC Components</label></legend>
|
||||
<div style="margin-left:20px;font-size:1.0em;">
|
||||
<li>Computer Management</li>
|
||||
<li>Device Manager</li>
|
||||
<li>Disk Management</li>
|
||||
<li>Services</li>
|
||||
</div>
|
||||
</fieldset>
|
||||
<br/>
|
||||
<label><input type="checkbox" name="component.taskmgr" class="opt_item"> Taskmgr</label></legend>
|
||||
<br/>
|
||||
<label><input type="checkbox" name="component.resmon" class="opt_item"> Resource Monitor</label>
|
||||
<br/>
|
||||
<label><input type="checkbox" name="component.bitlocker" class="opt_item"> BitLocker</label>
|
||||
<br/>
|
||||
</div>
|
BIN
Projects/WIN10XPE/01-Components/00-KK-System Tools/ru-RU.js
Normal file
BIN
Projects/WIN10XPE/01-Components/00-KK-System Tools/ru-RU.js
Normal file
Binary file not shown.
BIN
Projects/WIN10XPE/01-Components/00-KK-System Tools/zh-CN.js
Normal file
BIN
Projects/WIN10XPE/01-Components/00-KK-System Tools/zh-CN.js
Normal file
Binary file not shown.
BIN
Projects/WIN10XPE/01-Components/00-KK-System Tools/zh-TW.js
Normal file
BIN
Projects/WIN10XPE/01-Components/00-KK-System Tools/zh-TW.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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"
|
||||
)
|
||||
|
@ -1,17 +1,5 @@
|
||||
<div style="margin:10px 5px;font-size:1.2em;">
|
||||
<fieldset>
|
||||
<legend><label><input type="checkbox" name="component.MMC" class="opt_item" />MMC Components</label></legend>
|
||||
<div style="margin-left:20px;font-size:1.0em;">
|
||||
<li>Computer Management</li>
|
||||
<li>Device Manager</li>
|
||||
<li>Disk Management</li>
|
||||
<li>Services</li>
|
||||
</div>
|
||||
</fieldset>
|
||||
<br/>
|
||||
<label><input type="checkbox" name="component.DWM" class="opt_item"> DWM</label><br/>
|
||||
<label><input type="checkbox" name="component.taskmgr" class="opt_item"> Taskmgr</label><br/>
|
||||
<label><input type="checkbox" name="component.bitlocker" class="opt_item"> BitLocker</label><br/>
|
||||
<label><input type="checkbox" name="component.search" class="opt_item"> Search</label><br/>
|
||||
<br/>
|
||||
<label><input type="checkbox" name="patch.drvinst" class="opt_item"> Disable driver signature verification</label>
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user