Show Extensions
Last Modified: February 25, 2024 18:18 CEST

Show-Extensions #

SYNOPSIS #

Shows the file extensions like txt, exe etc. of known extension in the file explorer

SYNTAX #

Show-Extensions [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION #

Windows File Explorer hides the file extensions for known files. If you want to show them, this function can change them for you.

EXAMPLES #

Example 1:Shows the file extensions in the file explorer #

PS C:\> Show-Extensions

Enables the display of file extensions for known files.

PARAMETERS #

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 #

None #

OUTPUTS #

System.Object #

NOTES #

Hide-Extensions

Update-Desktop