Integrate/add a font to the ISO (Windows 10)

PyD

New Member
Good. How do I integrate / add to the ISO (Windows 10) that I am modifying a font, since I only see the menu option: delete -> components -> fonts

Note: Excuse my English, help me with the google translator.
 
You can directly place your fonts in mounted image
Code:
%IMAGE%\Windows\Fonts
or you can use $OEM$ structure on ISO
Code:
%ISO%\sources\$OEM$\$$\Fonts
 
Last edited:
  • Like
Reactions: PyD
Back
Top