From Wiki96
Jump to: navigation, search
(tag the file as TUT)
Line 6: Line 6:
# And reboot Windows 96
# And reboot Windows 96
# '''Done!'''
# '''Done!'''
{{DEFAULTSORT:TUT:How_to_change_the_start_button_text}}
[[Category:Tutorials]]

Revision as of 15:11, 11 March 2023

  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!