disable checkboxes

This commit is contained in:
Mylloon 2023-11-05 21:13:17 +01:00
parent dfef816ec3
commit 59faa6eddc
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -64,6 +64,9 @@ REG ADD "HKLM\Software\Policies\Microsoft\Edge" /v ShowRecommendationsEnabled /t
:: === Disable Windows Copilot ==
REG ADD "HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot" /v TurnOffWindowsCopilot /t REG_DWORD /d 1 /f
:: === Disable checkboxes in explorer ==
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v AutoCheckSelect /t REG_DWORD /d 0 /f
:: === WinGet ==
:: Auto accept ToT
ECHO Y | winget list >NUL