< Back

Find-MSTerminalFolder

Sat Jan 18, 2020 4:51 pm

NAME Find-MSTerminalFolder



SYNOPSIS

Locates the profiles.json file for MS Terminal





SYNTAX

Find-MSTerminalFolder [<CommonParameters>]





DESCRIPTION

Locates the profiles.json file for MS Terminal.





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

System.String







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Find-MSTerminalFolder

C:\\Users\\AUser\\AppData\\Local\\packages\\WindowsTerminalDev_8wekyb3d8bbwe



Searches for the WindowsTermminalDev or Microsoft.WindowsTerminal folder in the current user's packages path.



RELATED LINKS