From Wiki96
(tag the file as TUT) |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:TUT:How to change the start button text}} | |||
# Open File Explorer and go to '''<code>C:/system/boot</code>''' | # Open File Explorer and go to '''<code>C:/system/boot</code>''' | ||
# Make a file ending with <code>.css</code> | # Make a file ending with <code>.css</code> | ||
Line 5: | Line 6: | ||
# And reboot Windows 96 | # And reboot Windows 96 | ||
# '''Done!''' | # '''Done!''' | ||
{{DEFAULTSORT:TUT:How_to_change_the_start_button_text}} |
Revision as of 23:38, 17 August 2022
- Open File Explorer and go to
C:/system/boot
- Make a file ending with
.css
- In the file type
.start_button:after {
content: "Your text here";
} - Save the file
- And reboot Windows 96
- Done!