Prevent Start and Update comments

Trivial question here. Is there any way to prevent the automatic comments when creating a script (“Use this for initialization” and “Update is called once per frame”)? I understand why they are there and appreciated their existence as a beginner, but I know about the Start and Update functions now. I know I can delete them, but is there any way to prevent their creation?

All templates for all scripts are in the Unity instalation folder.

C:\Program Files\Unity\Editor\Data\Resources\ScriptTemplates

If someone finds this now, that path changed “slightly”:
\Unity\Hub\Editor\2020.3.16f1\Editor\Data\Resources\ScriptTemplates

Of course after \Hub\Editor you choose your own version.