Disable Windows Copilot

This commit is contained in:
Mylloon 2023-11-05 17:43:08 +01:00
parent f4949bb82c
commit c1763de5a5
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -61,6 +61,9 @@ REG ADD "HKCU\System\GameConfigStore" /v GameDVR_Enabled /t REG_DWORD /d 0 /f
REG ADD "HKLM\Software\Policies\Microsoft\Edge" /v HubsSidebarEnabled /t REG_DWORD /d 0 /f
REG ADD "HKLM\Software\Policies\Microsoft\Edge" /v ShowRecommendationsEnabled /t REG_DWORD /d 0 /f
:: === Disable Windows Copilot ==
REG ADD "HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot" /v TurnOffWindowsCopilot /t REG_DWORD /d 1 /f
:: === WinGet ==
:: Auto accept ToT
ECHO Y | winget list >NUL