[Solved] Need help for install font in command line

Discussion in 'Windows 8' started by Chibi ANUBIS, Mar 15, 2015.

  1. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,235
    910
    60
    #1 Chibi ANUBIS, Mar 15, 2015
    Last edited by a moderator: Apr 20, 2017
    Hello sorry for the disturb, but I search a command line for install font in Windows 8, 8.1, 10. I find nothing work.

    I have test it after reboot not work :(
    Code:
    copy "%~dp0Raleway-Bold.ttf" "%WINDIR%\Fonts"
    reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "Raleway-Bold (TrueType)" /t REG_SZ /d Raleway-Bold.ttf /f
    
    Is for install theme, but the theme was extract temporarily in "RarSFX1" folder for installation, the vbs script not work too.

    Thanks for the help :)

    Is the solution :
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,682
    18,581
    340
  3. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,235
    910
    60
    Thanks for your help but nothing work :(

    Powershell get a error
    VBS copy but the font is not available
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,682
    18,581
    340
    Whats the error? Have you tried fontreg??
     
  5. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,235
    910
    60
    #6 Chibi ANUBIS, Mar 16, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...