Skip to content

Automatically Install Fonts from Directory on Windows w/ PowerShell

Notifications You must be signed in to change notification settings

BakirGracic/windows-font-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Automatically Install Fonts on Windows from Directory

This script installs .otf & .ttf font files recursively from a given directory

How-to

  • run a CLI in Windows
  • run git clone https://github.com/BakirGracic/windows-font-installer
  • run .\FontInstaller.ps1

Possible Errors

  • if you encounter errors, run:
    • Get-ExecutionPolicy -List
    • Set-ExecutionPolicy Unrestricted
    • run script, then run
    • Get-ExecutionPolicy -List
    • Set-ExecutionPolicy Undefined
  • for explanation and more details, see this

About

Automatically Install Fonts from Directory on Windows w/ PowerShell

Topics

Resources

Stars

Watchers

Forks