From Wiki96
Jump to: navigation, search
(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 00:38, 18 August 2022

  1. Open File Explorer and go to C:/system/boot
  2. Make a file ending with .css
  3. In the file type
    .start_button:after {
      content: "Your text here";
    }
  4. Save the file
  5. And reboot Windows 96
  6. Done!