From Wiki96
(How to change the start button test on windows96) |
|||
Line 1: | Line 1: | ||
# Open File Explorer and go to '''<code>C:/system/boot</code>''' | |||
# Make a file ending with <code>.css</code> | |||
# In the file type <br/><code>.start_button:after {<br/> content: "Your text here";<br/>}</code> | |||
# Save the file | |||
# And reboot Windows 96 | |||
# '''Done!''' | |||
<code>.start_button | |||
And reboot | |||
'''Done!''' |
Revision as of 22:32, 11 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!