Disable AI features in Notepad

AIMinimum Windows Build: 22621Revertible

This will turn off AI features in Notepad, such as the AI-powered writing suggestions. This feature uses policies, which will lock down certain settings.

Code to Apply

Disable AI features in NotepadRegistry
Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\WindowsNotepad]

"DisableAIFeatures"=dword:00000001

Code to Revert

Enable AI features in NotepadRegistry
Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\WindowsNotepad]

"DisableAIFeatures"=-

Want to combine this with other tweaks?

Open Configurator