Disable AI features in Paint

AIMinimum Windows Build: 22621Revertible

This will turn off AI features in Paint, such as the AI-powered image generation and editing tools. This feature uses policies, which will lock down certain settings.

Code to Apply

Disable AI features in PaintRegistry
Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Paint]

"DisableCocreator"=dword:00000001
"DisableGenerativeFill"=dword:00000001
"DisableImageCreator"=dword:00000001
"DisableGenerativeErase"=dword:00000001
"DisableRemoveBackground"=dword:00000001

Code to Revert

Enable AI features in PaintRegistry
Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Paint]

"DisableCocreator"=-
"DisableGenerativeFill"=-
"DisableImageCreator"=-
"DisableGenerativeErase"=-
"DisableRemoveBackground"=-

Want to combine this with other tweaks?

Open Configurator