mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 11:06:18 +00:00
Simplify Copilot/Recall to one option in Custom Mode
This commit is contained in:
@@ -4,4 +4,7 @@ Windows Registry Editor Version 5.00
|
|||||||
"DisableAIDataAnalysis"=dword:00000001
|
"DisableAIDataAnalysis"=dword:00000001
|
||||||
|
|
||||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
|
||||||
"DisableAIDataAnalysis"=dword:00000001
|
"DisableAIDataAnalysis"=dword:00000001
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
|
||||||
|
"AllowRecallEnablement"=dword:00000000
|
||||||
|
|||||||
@@ -4,4 +4,7 @@ Windows Registry Editor Version 5.00
|
|||||||
"DisableAIDataAnalysis"=dword:00000001
|
"DisableAIDataAnalysis"=dword:00000001
|
||||||
|
|
||||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
|
||||||
"DisableAIDataAnalysis"=dword:00000001
|
"DisableAIDataAnalysis"=dword:00000001
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
|
||||||
|
"AllowRecallEnablement"=dword:00000000
|
||||||
|
|||||||
@@ -7,4 +7,7 @@ Windows Registry Editor Version 5.00
|
|||||||
"DisableAIDataAnalysis"=-
|
"DisableAIDataAnalysis"=-
|
||||||
|
|
||||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
|
||||||
"DisableAIDataAnalysis"=-
|
"DisableAIDataAnalysis"=-
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
|
||||||
|
"AllowRecallEnablement"=-
|
||||||
|
|||||||
@@ -822,14 +822,9 @@ function DisplayCustomModeOptions {
|
|||||||
if ($WinVersion -ge 22621){
|
if ($WinVersion -ge 22621){
|
||||||
Write-Output ""
|
Write-Output ""
|
||||||
|
|
||||||
if ($( Read-Host -Prompt "Disable & remove Windows Copilot? This applies to all users (y/n)" ) -eq 'y') {
|
if ($( Read-Host -Prompt "Disable & remove Windows Copilot and Windows Recall snapshots? This applies to all users (y/n)" ) -eq 'y') {
|
||||||
AddParameter 'DisableCopilot' 'Disable and remove Windows Copilot'
|
AddParameter 'DisableCopilot' 'Disable and remove Windows Copilot'
|
||||||
}
|
AddParameter 'DisableRecall' 'Disable and remove Windows Recall snapshots'
|
||||||
|
|
||||||
Write-Output ""
|
|
||||||
|
|
||||||
if ($( Read-Host -Prompt "Disable Windows Recall snapshots? This applies to all users (y/n)" ) -eq 'y') {
|
|
||||||
AddParameter 'DisableRecall' 'Disable Windows Recall snapshots'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user