mirror of
https://github.com/dragonflylee/WimHelper.git
synced 2025-01-08 11:37:37 +08:00
修改可选功能列表
This commit is contained in:
parent
bd69a71b2f
commit
58053543bf
@ -1,8 +1,8 @@
|
||||
;混合现实
|
||||
Analog.Holographic.Desktop
|
||||
Holographic
|
||||
;快速助手
|
||||
App.Support.QuickAssist
|
||||
QuickAssist
|
||||
;Windows Media Player 播放器
|
||||
Media.WindowsMediaPlayer
|
||||
;SSH·þÎñ
|
||||
WindowsMediaPlayer
|
||||
;SSH客户端
|
||||
OpenSSH
|
@ -211,16 +211,6 @@ if "%ImageShortVersion%" equ "10.0" (
|
||||
call :ImportStartLayout "%~1", "%~dp0Pack\StartLayout.xml"
|
||||
)
|
||||
call :UnMountImageRegistry
|
||||
if "%ImageShortVersion%" equ "10.0" (
|
||||
if "%ImageVersion%" geq "10.0.15063" call :IntExtra "%~1", "Win32Calc"
|
||||
)
|
||||
setlocal
|
||||
set "AssociationXML=%~dp0Pack\Association.%ImageShortVersion%.xml"
|
||||
if exist "%AssociationXML%" (
|
||||
echo.µ¼Èë¹ØÁª [%AssociationXML%]
|
||||
%Dism% /Image:"%~1" /Import-DefaultAppAssociations:"%AssociationXML%" /Quiet
|
||||
)
|
||||
endlocal
|
||||
goto :eof
|
||||
|
||||
rem 集成额外组件 [ %~1 : 镜像挂载路径, %~2 : 组件名称 ]
|
||||
|
Loading…
Reference in New Issue
Block a user