Edit-PSLauncherConfig
SYNOPSIS
Add a button or panel to the config.
SYNTAX
Edit-PSLauncherConfig [[-PSLauncherConfigFile] <FileInfo>] [-Execute] [<CommonParameters>]
DESCRIPTION
Add a button or panel to the config.
EXAMPLES
EXAMPLE 1
Edit-PSLauncherConfig -PSLauncherConfigFile c:\temp\PSLauncherConfig.json
PARAMETERS
-PSLauncherConfigFile
Path to the config file created by New-PSLauncherConfigFile
Type: FileInfo
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Execute
Run Start-PSLauncher after config change.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
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.