Add registry entries to disable Windows Copilot and AI features

This commit is contained in:
2026-05-17 22:30:12 +08:00
parent fec3d77a08
commit f2cfdbd614

View File

@@ -115,3 +115,13 @@ registryPath,propertyName,propertyType,propertyValue
"HKCU:\Control Panel\Desktop",TileWallpaper,String,0
"HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP",LockScreenImagePath,String,C:\Windows\Web\Wallpaper\Custom\Lockscreen.png
"HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP",LockScreenImageStatus,DWord,1
"HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced",ShowCopilotButton,DWord,0
"HKCU:\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot",TurnOffWindowsCopilot,DWord,1
"HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot",TurnOffWindowsCopilot,DWord,1
"HKCU:\SOFTWARE\Policies\Microsoft\Windows\WindowsAI",DisableAIDataAnalysis,DWord,1
"HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsAI",DisableAIDataAnalysis,DWord,1
"HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsAI",AllowRecallEnablement,DWord,0
"HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsAI",TurnOffSavingSnapshots,DWord,1
"HKCU:\SOFTWARE\Policies\Microsoft\Windows\WindowsAI",DisableClickToDo,DWord,1
"HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsAI",DisableClickToDo,DWord,1
"HKLM:\SYSTEM\CurrentControlSet\Services\WSAIFabricSvc",Start,DWord,3
1 registryPath propertyName propertyType propertyValue
115 HKCU:\Control Panel\Desktop TileWallpaper String 0
116 HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP LockScreenImagePath String C:\Windows\Web\Wallpaper\Custom\Lockscreen.png
117 HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP LockScreenImageStatus DWord 1
118 HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced ShowCopilotButton DWord 0
119 HKCU:\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot TurnOffWindowsCopilot DWord 1
120 HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot TurnOffWindowsCopilot DWord 1
121 HKCU:\SOFTWARE\Policies\Microsoft\Windows\WindowsAI DisableAIDataAnalysis DWord 1
122 HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsAI DisableAIDataAnalysis DWord 1
123 HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsAI AllowRecallEnablement DWord 0
124 HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsAI TurnOffSavingSnapshots DWord 1
125 HKCU:\SOFTWARE\Policies\Microsoft\Windows\WindowsAI DisableClickToDo DWord 1
126 HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsAI DisableClickToDo DWord 1
127 HKLM:\SYSTEM\CurrentControlSet\Services\WSAIFabricSvc Start DWord 3