mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 02:56:17 +00:00
Added option to disable Windows Recall AI snapshots (#61)
Removed code for migrating LastSettings file to SavedSettings
This commit is contained in:
7
Regfiles/Disable_AI_Recall.reg
Normal file
7
Regfiles/Disable_AI_Recall.reg
Normal file
@@ -0,0 +1,7 @@
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsAI]
|
||||
"DisableAIDataAnalysis"=dword:00000001
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
|
||||
"DisableAIDataAnalysis"=dword:00000001
|
||||
10
Regfiles/Undo/Enable_AI_Recall.reg
Normal file
10
Regfiles/Undo/Enable_AI_Recall.reg
Normal file
@@ -0,0 +1,10 @@
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\WindowsAI\DisableAIDataAnalysis]
|
||||
"value"=dword:00000000
|
||||
|
||||
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsAI]
|
||||
"DisableAIDataAnalysis"=-
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
|
||||
"DisableAIDataAnalysis"=-
|
||||
Reference in New Issue
Block a user