From Wiki96
Jump to: navigation, search
(How to change the start button test on windows96)
 
Line 1: Line 1:
== Tutorial '''How to change the start button text''' ==
# Open File Explorer and go to '''<code>C:/system/boot</code>'''
First open file explorer and go to '''<code>C:/system/boot</code>'''
# Make a file ending with <code>.css</code>
[[File:-.png|thumb]]
# In the file type <br/><code>.start_button:after {<br/>&nbsp;&nbsp;content: "Your text here";<br/>}</code>
Then make a file ending with <code>.css</code>
# Save the file
 
# And reboot Windows 96
And in the file type
# '''Done!'''
 
<code>.start_button::after {</code><blockquote><code>content: 'Start';</code></blockquote><code>}</code>
 
And then save the file
 
And reboot
 
 
'''Done!'''

Revision as of 23:32, 11 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!