Add optionnal feature (#32)
This commit is contained in:
parent
f3ffb9950d
commit
b57b81f6a9
1 changed files with 5 additions and 0 deletions
|
@ -82,6 +82,11 @@ REG ADD "HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot" /v TurnOffWind
|
|||
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v AutoCheckSelect /t REG_DWORD /d 0 /f
|
||||
|
||||
|
||||
:: === Install optional features ==
|
||||
PowerShell -Command "" ^
|
||||
"Get-WindowsCapability -Online -Name 'App.WirelessDisplay.Connect*' | Add-WindowsCapability -Online"
|
||||
|
||||
|
||||
:: === WinGet ==
|
||||
:: Auto accept ToT
|
||||
ECHO Y | winget list >NUL
|
||||
|
|
Loading…
Reference in a new issue