Install-TTF
PackageDeployment Module Help |
Package Deployment Module |
Install-TTF Cmdlet |
Version 4.0.0.5 |
Install-TTF
Synopsis
Installing TrueType fonts
Syntax
Install-TTF [-Path] <string> [[-Context] <string>] [-CreateBackup] [-ContinueOnError] [<CommonParameters>]
Description
Installs Windows fonts in the machine or user context. Supported file types are .ttf and .otf.
Parameters
-Path <String> |
||||||
Path to the font files. |
||||||
|
-CreateBackup <SwitchParameter> |
||||||
If given, backups of already installed fonts are created before they are replaced. |
||||||
|
-Context <String> |
||||||
User: Execution under user account; logging in HKEY_CURRENT_USER, i.e. for the user. |
||||||
|
-ContinueOnError <SwitchParameter> |
||||||
Continues script execution in spite of errors in the respective command |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |