How to disable user notifications by default

Today we realized, that ERPNext is sending out some unwanted notifications to our users. I found this setting which disables all notifications for certain users.

My question now is, how can we disable notifications for users by default? So that every newly created user is by default opted out for notifications?

@thefox write script in user doctype new record after insert or validate event and second way is validate event in notification settings doctype so try this

ok, so the only way is by scripting? Not possible with settings or no-code

No, there is no alternative way to achieve this without scripting.

Notification Settings are created when you create a new user, so you have to write the script on after insert.