From Wiki96
Revision as of 12:01, 11 August 2022 by Ivo9990 (talk | contribs) (How to change the start button test on windows96)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Tutorial How to change the start button text

First open file explorer and go to C:/system/boot

-.png

Then make a file ending with .css

And in the file type

.start_button::after {

content: 'Start';

}

And then save the file

And reboot


Done!