Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.05 KB

Open-WTDefault.md

File metadata and controls

50 lines (30 loc) · 1.05 KB
external help file Module Name online version schema
WTToolBox-help.xml
WTToolBox
2.0.0

Open-WTDefault

SYNOPSIS

Open Windows Terminal default.json file.

SYNTAX

Open-WTDefault [<CommonParameters>]

DESCRIPTION

Windows Terminal uses a default.json file for default settings that can be overwritten with your settings.json file. This command will open the defaults.json file using the application associated with json files.

EXAMPLES

Example 1

PS C:\>  Open-WTDefault

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

None

NOTES

Learn more about PowerShell: http://jdhitsolutions.com/blog/essential-powershell-resources/

RELATED LINKS