Change the default text for new arduino window?

Is there any way to change the starting text when a new arduino window is opened?
When I open a new window, I want to change it from saying:

void setup() {
  // put your setup code here, to run once:

}

void loop() {
  // put your main code here, to run repeatedly:

}

to:

void setup() {
  
}

void loop() {
  
}

I'd be nice if there was a way to change this.
Thanks,
Thomas

(deleted)

I unset the attributes of the folder "examples" in the Arduino program files to read only, but when I go to the BareMinimum sketch, change it, and try to save, I get a box saying: "some files are read only so you'll have to re-save this sketch to another location".
I don't understand why it says that some files are read only when I unset the files to read only.

(deleted)

o, thanks