Disable Cortana web search with reg key
This commit is contained in:
parent
c0f16296c6
commit
72b6720352
1 changed files with 3 additions and 0 deletions
|
@ -191,3 +191,6 @@ modifyShittyRegValue "HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet"
|
|||
|
||||
# Windows Defender Sample Submission
|
||||
modifyShittyRegValue "HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" "SubmitSamplesConsent" "2" "Dword"
|
||||
|
||||
# Disable Cortana
|
||||
modifyShittyRegValue "HKLM:\SOFTWARE\Policies\Microsoft\Windows\Windows Search\" "AllowCortana" "0" "Dword"
|
||||
|
|
Reference in a new issue