disable checkboxes
This commit is contained in:
parent
dfef816ec3
commit
59faa6eddc
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue