mirror of
https://github.com/dragonflylee/WimHelper.git
synced 2025-01-09 03:58:30 +08:00
添加edge优化项
This commit is contained in:
parent
2f50b34a1c
commit
c5fca92cb0
@ -218,3 +218,7 @@ Windows Registry Editor Version 5.00
|
||||
;禁用游戏栏
|
||||
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR]
|
||||
"AppCaptureEnabled"=dword:00000000
|
||||
|
||||
;禁用 Edge 发现按钮
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
|
||||
"HubsSidebarEnabled"=dword:00000000
|
@ -1,3 +1,2 @@
|
||||
;快速助手
|
||||
Microsoft-Windows-QuickAssist-Package
|
||||
OpenSSH-Client-Package
|
2
Pack/RemoveList.10.0.19045.txt
Normal file
2
Pack/RemoveList.10.0.19045.txt
Normal file
@ -0,0 +1,2 @@
|
||||
;快速助手
|
||||
Microsoft-Windows-QuickAssist-Package
|
@ -1,3 +1,2 @@
|
||||
;快速助手
|
||||
Microsoft-Windows-QuickAssist-Package
|
||||
OpenSSH-Client-Package
|
@ -1,3 +1,2 @@
|
||||
;快速助手
|
||||
Microsoft-Windows-QuickAssist-Package
|
||||
OpenSSH-Client-Package
|
@ -75,6 +75,7 @@ call :AddAppx "%~1", "WindowsStore", "VCLibs UI.Xaml Runtime Framework"
|
||||
call :AddAppx "%~1", "DesktopAppInstaller"
|
||||
if "%ImageVersion%" geq "10.0.22000" (
|
||||
call :AddAppx "%~1", "WindowsTerminal"
|
||||
call :AddAppx "%~1", "Client.WebExperience"
|
||||
)
|
||||
call :ImportOptimize "%~1"
|
||||
call :ImportUnattend "%~1"
|
||||
@ -94,6 +95,7 @@ call :AddAppx "%MNT%", "WindowsStore", "VCLibs Runtime Framework UI.Xaml"
|
||||
call :AddAppx "%MNT%", "DesktopAppInstaller"
|
||||
if "%ImageVersion%" geq "10.0.22000" (
|
||||
call :AddAppx "%~1", "WindowsTerminal"
|
||||
call :AddAppx "%~1", "Client.WebExperience"
|
||||
)
|
||||
call :ImportOptimize "%MNT%"
|
||||
call :ImportUnattend "%MNT%"
|
||||
|
Loading…
Reference in New Issue
Block a user