Skip to content

Uninstall-Font

SYNOPSIS

Uninstalls a font from the system.

SYNTAX

Uninstall-Font [-Name] <String[]> [[-Scope] <Scope[]>] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

DESCRIPTION

Uninstalls a font from the system.

EXAMPLES

EXAMPLE 1

Uninstall-Font -Name 'Courier New'

Uninstalls the 'Courier New' font from the system for the current user.

EXAMPLE 2

Uninstall-Font -Name 'Courier New' -Scope AllUsers

Uninstalls the Courier New font from the system for all users.

PARAMETERS

-Name

Name of the font to uninstall.

Type: String[]
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: True

-Scope

Scope of the font to uninstall. CurrentUser will uninstall the font for the current user. AllUsers will uninstall the font so it is removed for all users.

Type: Scope[]
Parameter Sets: (All)
Aliases:
Accepted values: CurrentUser, AllUsers

Required: False
Position: 2
Default value: CurrentUser
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

None

NOTES