site/search/search_index.json

{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"PSLauncher Description a GUI to launch any PowerShell function, file or executable. You can also create a systray tool for quick access. One systray tool will use the same json config file as the full gui. Or create a seperate systray tool with a .csv as a config file. Also included is helper functions to create buttons and panels for you. Function Synopsis New-PS_CSV_SysTrayConfigFile Creates the config file for Start-PS_CSV_SysTray New-PSLauncherConfigFile Creates the config file with the provided settings Start-PS_CSV_SysTray Gui menu app in your systray with custom executable functions Start-PSLauncher Reads the config file and launches the gui Start-PSLauncherColorPicker Launches a gui form to test and change the color of PSLauncher. Start-PSSysTrayLauncher Gui menu app in your systray with custom executable functions","title":"PSLauncher"},{"location":"#pslauncher","text":"","title":"PSLauncher"},{"location":"#description","text":"a GUI to launch any PowerShell function, file or executable. You can also create a systray tool for quick access. One systray tool will use the same json config file as the full gui. Or create a seperate systray tool with a .csv as a config file. Also included is helper functions to create buttons and panels for you.","title":"Description"},{"location":"#function-synopsis","text":"","title":"Function Synopsis"},{"location":"#new-ps_csv_systrayconfigfile","text":"Creates the config file for Start-PS_CSV_SysTray","title":"New-PS_CSV_SysTrayConfigFile"},{"location":"#new-pslauncherconfigfile","text":"Creates the config file with the provided settings","title":"New-PSLauncherConfigFile"},{"location":"#start-ps_csv_systray","text":"Gui menu app in your systray with custom executable functions","title":"Start-PS_CSV_SysTray"},{"location":"#start-pslauncher","text":"Reads the config file and launches the gui","title":"Start-PSLauncher"},{"location":"#start-pslaunchercolorpicker","text":"Launches a gui form to test and change the color of PSLauncher.","title":"Start-PSLauncherColorPicker"},{"location":"#start-pssystraylauncher","text":"Gui menu app in your systray with custom executable functions","title":"Start-PSSysTrayLauncher"},{"location":"New-PSLauncherConfigFile/","text":"New-PSLauncherConfigFile SYNOPSIS Creates the config file with the provided settings SYNTAX New-PSLauncherConfigFile [[-Color1] <String>] [[-Color2] <String>] [[-LabelColor] <String>] [[-TextColor] <String>] [[-LogoPath] <String>] [[-Title] <String>] [[-Panel01] <String>] [[-Panel02] <String>] [[-ConfigPath] <DirectoryInfo>] [-CreateShortcut] [-LaunchColorPicker] [<CommonParameters>] DESCRIPTION Creates the config file with the provided settings EXAMPLES EXAMPLE 1 New-PSLauncherConfigFile -ConfigPath c:\\temp -LaunchColorPicker PARAMETERS -Color1 Run Start-PSLauncherColorPicker to change. Type: String Parameter Sets: (All) Aliases: Required: False Position: 1 Default value: #E5E5E5 Accept pipeline input: False Accept wildcard characters: False -Color2 Run Start-PSLauncherColorPicker to change. Type: String Parameter Sets: (All) Aliases: Required: False Position: 2 Default value: #061820 Accept pipeline input: False Accept wildcard characters: False -ConfigPath Path where the config file will be saved. Type: DirectoryInfo Parameter Sets: (All) Aliases: Required: False Position: 9 Default value: (Join-Path (Get-Module pslauncher).ModuleBase \\config) Accept pipeline input: False Accept wildcard characters: False -CreateShortcut Creates a shortcut in the same directory that calls powershell and the config. Type: SwitchParameter Parameter Sets: (All) Aliases: Required: False Position: Named Default value: False Accept pipeline input: False Accept wildcard characters: False -LabelColor Run Start-PSLauncherColorPicker to change. Type: String Parameter Sets: (All) Aliases: Required: False Position: 3 Default value: #FFD400 Accept pipeline input: False Accept wildcard characters: False -LaunchColorPicker Launches Start-PSLauncherColorPicker Type: SwitchParameter Parameter Sets: (All) Aliases: Required: False Position: Named Default value: False Accept pipeline input: False Accept wildcard characters: False -LogoPath Run Start-PSLauncherColorPicker to change. Type: String Parameter Sets: (All) Aliases: Required: False Position: 5 Default value: Https://gist.githubusercontent.com/smitpi/0e36b701419dbf9282ecfc6d0f7b654c/raw/8fe6a2fc91a27a9ebccb753f6508a2edd039c208/default-monochrome-black.png Accept pipeline input: False Accept wildcard characters: False -Panel01 Name of the 1st panel Type: String Parameter Sets: (All) Aliases: Required: False Position: 7 Default value: First Accept pipeline input: False Accept wildcard characters: False -Panel02 Name of the 2nd panel Type: String Parameter Sets: (All) Aliases: Required: False Position: 8 Default value: Second Accept pipeline input: False Accept wildcard characters: False -TextColor Run Start-PSLauncherColorPicker to change. Type: String Parameter Sets: (All) Aliases: Required: False Position: 4 Default value: #000000 Accept pipeline input: False Accept wildcard characters: False -Title Text in the titple of the app. Type: String Parameter Sets: (All) Aliases: Required: False Position: 6 Default value: PowerShell Launcher 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 NOTES RELATED LINKS","title":"New-PSLauncherConfigFile"},{"location":"New-PSLauncherConfigFile/#new-pslauncherconfigfile","text":"","title":"New-PSLauncherConfigFile"},{"location":"New-PSLauncherConfigFile/#synopsis","text":"Creates the config file with the provided settings","title":"SYNOPSIS"},{"location":"New-PSLauncherConfigFile/#syntax","text":"New-PSLauncherConfigFile [[-Color1] <String>] [[-Color2] <String>] [[-LabelColor] <String>] [[-TextColor] <String>] [[-LogoPath] <String>] [[-Title] <String>] [[-Panel01] <String>] [[-Panel02] <String>] [[-ConfigPath] <DirectoryInfo>] [-CreateShortcut] [-LaunchColorPicker] [<CommonParameters>]","title":"SYNTAX"},{"location":"New-PSLauncherConfigFile/#description","text":"Creates the config file with the provided settings","title":"DESCRIPTION"},{"location":"New-PSLauncherConfigFile/#examples","text":"","title":"EXAMPLES"},{"location":"New-PSLauncherConfigFile/#example-1","text":"New-PSLauncherConfigFile -ConfigPath c:\\temp -LaunchColorPicker","title":"EXAMPLE 1"},{"location":"New-PSLauncherConfigFile/#parameters","text":"","title":"PARAMETERS"},{"location":"New-PSLauncherConfigFile/#-color1","text":"Run Start-PSLauncherColorPicker to change. Type: String Parameter Sets: (All) Aliases: Required: False Position: 1 Default value: #E5E5E5 Accept pipeline input: False Accept wildcard characters: False","title":"-Color1"},{"location":"New-PSLauncherConfigFile/#-color2","text":"Run Start-PSLauncherColorPicker to change. Type: String Parameter Sets: (All) Aliases: Required: False Position: 2 Default value: #061820 Accept pipeline input: False Accept wildcard characters: False","title":"-Color2"},{"location":"New-PSLauncherConfigFile/#-configpath","text":"Path where the config file will be saved. Type: DirectoryInfo Parameter Sets: (All) Aliases: Required: False Position: 9 Default value: (Join-Path (Get-Module pslauncher).ModuleBase \\config) Accept pipeline input: False Accept wildcard characters: False","title":"-ConfigPath"},{"location":"New-PSLauncherConfigFile/#-createshortcut","text":"Creates a shortcut in the same directory that calls powershell and the config. Type: SwitchParameter Parameter Sets: (All) Aliases: Required: False Position: Named Default value: False Accept pipeline input: False Accept wildcard characters: False","title":"-CreateShortcut"},{"location":"New-PSLauncherConfigFile/#-labelcolor","text":"Run Start-PSLauncherColorPicker to change. Type: String Parameter Sets: (All) Aliases: Required: False Position: 3 Default value: #FFD400 Accept pipeline input: False Accept wildcard characters: False","title":"-LabelColor"},{"location":"New-PSLauncherConfigFile/#-launchcolorpicker","text":"Launches Start-PSLauncherColorPicker Type: SwitchParameter Parameter Sets: (All) Aliases: Required: False Position: Named Default value: False Accept pipeline input: False Accept wildcard characters: False","title":"-LaunchColorPicker"},{"location":"New-PSLauncherConfigFile/#-logopath","text":"Run Start-PSLauncherColorPicker to change. Type: String Parameter Sets: (All) Aliases: Required: False Position: 5 Default value: Https://gist.githubusercontent.com/smitpi/0e36b701419dbf9282ecfc6d0f7b654c/raw/8fe6a2fc91a27a9ebccb753f6508a2edd039c208/default-monochrome-black.png Accept pipeline input: False Accept wildcard characters: False","title":"-LogoPath"},{"location":"New-PSLauncherConfigFile/#-panel01","text":"Name of the 1st panel Type: String Parameter Sets: (All) Aliases: Required: False Position: 7 Default value: First Accept pipeline input: False Accept wildcard characters: False","title":"-Panel01"},{"location":"New-PSLauncherConfigFile/#-panel02","text":"Name of the 2nd panel Type: String Parameter Sets: (All) Aliases: Required: False Position: 8 Default value: Second Accept pipeline input: False Accept wildcard characters: False","title":"-Panel02"},{"location":"New-PSLauncherConfigFile/#-textcolor","text":"Run Start-PSLauncherColorPicker to change. Type: String Parameter Sets: (All) Aliases: Required: False Position: 4 Default value: #000000 Accept pipeline input: False Accept wildcard characters: False","title":"-TextColor"},{"location":"New-PSLauncherConfigFile/#-title","text":"Text in the titple of the app. Type: String Parameter Sets: (All) Aliases: Required: False Position: 6 Default value: PowerShell Launcher Accept pipeline input: False Accept wildcard characters: False","title":"-Title"},{"location":"New-PSLauncherConfigFile/#commonparameters","text":"This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters .","title":"CommonParameters"},{"location":"New-PSLauncherConfigFile/#inputs","text":"","title":"INPUTS"},{"location":"New-PSLauncherConfigFile/#outputs","text":"","title":"OUTPUTS"},{"location":"New-PSLauncherConfigFile/#notes","text":"","title":"NOTES"},{"location":"New-PSLauncherConfigFile/#related-links","text":"","title":"RELATED LINKS"},{"location":"New-PS_CSV_SysTrayConfigFile/","text":"New-PS_CSV_SysTrayConfigFile SYNOPSIS Creates the config file for Start-PSSysTray SYNTAX New-PS_CSV_SysTrayConfigFile [[-ConfigPath] <DirectoryInfo>] [-CreateShortcut] [<CommonParameters>] DESCRIPTION Creates the config file for Start-PSSysTray EXAMPLES EXAMPLE 1 New-PS_CSV_SysTrayConfigFile -ConfigPath C:\\temp -CreateShortcut PARAMETERS -ConfigPath Path where config file will be saved. Type: DirectoryInfo Parameter Sets: (All) Aliases: Required: False Position: 1 Default value: None Accept pipeline input: False Accept wildcard characters: False -CreateShortcut Create a shortcut to launch the gui 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 . INPUTS OUTPUTS NOTES RELATED LINKS","title":"New-PS_CSV_SysTrayConfigFile"},{"location":"New-PS_CSV_SysTrayConfigFile/#new-ps_csv_systrayconfigfile","text":"","title":"New-PS_CSV_SysTrayConfigFile"},{"location":"New-PS_CSV_SysTrayConfigFile/#synopsis","text":"Creates the config file for Start-PSSysTray","title":"SYNOPSIS"},{"location":"New-PS_CSV_SysTrayConfigFile/#syntax","text":"New-PS_CSV_SysTrayConfigFile [[-ConfigPath] <DirectoryInfo>] [-CreateShortcut] [<CommonParameters>]","title":"SYNTAX"},{"location":"New-PS_CSV_SysTrayConfigFile/#description","text":"Creates the config file for Start-PSSysTray","title":"DESCRIPTION"},{"location":"New-PS_CSV_SysTrayConfigFile/#examples","text":"","title":"EXAMPLES"},{"location":"New-PS_CSV_SysTrayConfigFile/#example-1","text":"New-PS_CSV_SysTrayConfigFile -ConfigPath C:\\temp -CreateShortcut","title":"EXAMPLE 1"},{"location":"New-PS_CSV_SysTrayConfigFile/#parameters","text":"","title":"PARAMETERS"},{"location":"New-PS_CSV_SysTrayConfigFile/#-configpath","text":"Path where config file will be saved. Type: DirectoryInfo Parameter Sets: (All) Aliases: Required: False Position: 1 Default value: None Accept pipeline input: False Accept wildcard characters: False","title":"-ConfigPath"},{"location":"New-PS_CSV_SysTrayConfigFile/#-createshortcut","text":"Create a shortcut to launch the gui Type: SwitchParameter Parameter Sets: (All) Aliases: Required: False Position: Named Default value: False Accept pipeline input: False Accept wildcard characters: False","title":"-CreateShortcut"},{"location":"New-PS_CSV_SysTrayConfigFile/#commonparameters","text":"This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters .","title":"CommonParameters"},{"location":"New-PS_CSV_SysTrayConfigFile/#inputs","text":"","title":"INPUTS"},{"location":"New-PS_CSV_SysTrayConfigFile/#outputs","text":"","title":"OUTPUTS"},{"location":"New-PS_CSV_SysTrayConfigFile/#notes","text":"","title":"NOTES"},{"location":"New-PS_CSV_SysTrayConfigFile/#related-links","text":"","title":"RELATED LINKS"},{"location":"PSLauncher/","text":"PSLauncher Module Description a GUI to launch any PowerShell function, file or executable. You can also create a systray tool for quick access. One systray tool will use the same json config file as the full gui. Or create a seperate systray tool with a .csv as a config file. Also included is helper functions to create buttons and panels for you. PSLauncher Cmdlets New-PSLauncherConfigFile Creates the config file with the provided settings New-PS_CSV_SysTrayConfigFile Creates the config file for Start-PSSysTray Start-PSLauncher Reads the config file and launches the gui Start-PSLauncherColorPicker Launches a gui form to test and change the color of PSLauncher. Start-PSSysTrayLauncher Gui menu app in your systray with custom executable functions Start-PS_CSV_SysTray Gui menu app in your systray with custom executable functions","title":"PSLauncher Module"},{"location":"PSLauncher/#pslauncher-module","text":"","title":"PSLauncher Module"},{"location":"PSLauncher/#description","text":"a GUI to launch any PowerShell function, file or executable. You can also create a systray tool for quick access. One systray tool will use the same json config file as the full gui. Or create a seperate systray tool with a .csv as a config file. Also included is helper functions to create buttons and panels for you.","title":"Description"},{"location":"PSLauncher/#pslauncher-cmdlets","text":"","title":"PSLauncher Cmdlets"},{"location":"PSLauncher/#new-pslauncherconfigfile","text":"Creates the config file with the provided settings","title":"New-PSLauncherConfigFile"},{"location":"PSLauncher/#new-ps_csv_systrayconfigfile","text":"Creates the config file for Start-PSSysTray","title":"New-PS_CSV_SysTrayConfigFile"},{"location":"PSLauncher/#start-pslauncher","text":"Reads the config file and launches the gui","title":"Start-PSLauncher"},{"location":"PSLauncher/#start-pslaunchercolorpicker","text":"Launches a gui form to test and change the color of PSLauncher.","title":"Start-PSLauncherColorPicker"},{"location":"PSLauncher/#start-pssystraylauncher","text":"Gui menu app in your systray with custom executable functions","title":"Start-PSSysTrayLauncher"},{"location":"PSLauncher/#start-ps_csv_systray","text":"Gui menu app in your systray with custom executable functions","title":"Start-PS_CSV_SysTray"},{"location":"Start-PSLauncher/","text":"Start-PSLauncher SYNOPSIS Reads the config file and launches the gui SYNTAX Start-PSLauncher [-ConfigFilePath] <String> [-WhatIf] [-Confirm] [<CommonParameters>] DESCRIPTION Reads the config file and launches the gui EXAMPLES EXAMPLE 1 Start-PSLauncher -ConfigFilePath c:\\temp\\config.json PARAMETERS -ConfigFilePath Path to the config file created by New-PSLauncherConfigFile Type: String Parameter Sets: (All) Aliases: Required: True Position: 1 Default value: None Accept pipeline input: False Accept wildcard characters: False -Confirm Prompts you for confirmation before running the cmdlet. Type: SwitchParameter Parameter Sets: (All) Aliases: cf Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -WhatIf Shows what would happen if the cmdlet runs. The cmdlet is not run. Type: SwitchParameter Parameter Sets: (All) Aliases: wi 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 NOTES RELATED LINKS","title":"Start-PSLauncher"},{"location":"Start-PSLauncher/#start-pslauncher","text":"","title":"Start-PSLauncher"},{"location":"Start-PSLauncher/#synopsis","text":"Reads the config file and launches the gui","title":"SYNOPSIS"},{"location":"Start-PSLauncher/#syntax","text":"Start-PSLauncher [-ConfigFilePath] <String> [-WhatIf] [-Confirm] [<CommonParameters>]","title":"SYNTAX"},{"location":"Start-PSLauncher/#description","text":"Reads the config file and launches the gui","title":"DESCRIPTION"},{"location":"Start-PSLauncher/#examples","text":"","title":"EXAMPLES"},{"location":"Start-PSLauncher/#example-1","text":"Start-PSLauncher -ConfigFilePath c:\\temp\\config.json","title":"EXAMPLE 1"},{"location":"Start-PSLauncher/#parameters","text":"","title":"PARAMETERS"},{"location":"Start-PSLauncher/#-configfilepath","text":"Path to the config file created by New-PSLauncherConfigFile Type: String Parameter Sets: (All) Aliases: Required: True Position: 1 Default value: None Accept pipeline input: False Accept wildcard characters: False","title":"-ConfigFilePath"},{"location":"Start-PSLauncher/#-confirm","text":"Prompts you for confirmation before running the cmdlet. Type: SwitchParameter Parameter Sets: (All) Aliases: cf Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False","title":"-Confirm"},{"location":"Start-PSLauncher/#-whatif","text":"Shows what would happen if the cmdlet runs. The cmdlet is not run. Type: SwitchParameter Parameter Sets: (All) Aliases: wi Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False","title":"-WhatIf"},{"location":"Start-PSLauncher/#commonparameters","text":"This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters .","title":"CommonParameters"},{"location":"Start-PSLauncher/#inputs","text":"","title":"INPUTS"},{"location":"Start-PSLauncher/#outputs","text":"","title":"OUTPUTS"},{"location":"Start-PSLauncher/#notes","text":"","title":"NOTES"},{"location":"Start-PSLauncher/#related-links","text":"","title":"RELATED LINKS"},{"location":"Start-PSLauncherColorPicker/","text":"Start-PSLauncherColorPicker SYNOPSIS Launches a gui form to test and change the color of PSLauncher. SYNTAX Start-PSLauncherColorPicker [-ConfigFilePath] <String> [-WhatIf] [-Confirm] [<CommonParameters>] DESCRIPTION Launches a gui form to test and change the color of PSLauncher. EXAMPLES EXAMPLE 1 Start-PSLauncherColorPicker -ConfigFilePath c:\\temp\\config.json PARAMETERS -ConfigFilePath Path to the config file created by New-PSLauncherConfigFile Type: String Parameter Sets: (All) Aliases: Required: True Position: 1 Default value: None Accept pipeline input: False Accept wildcard characters: False -Confirm Prompts you for confirmation before running the cmdlet. Type: SwitchParameter Parameter Sets: (All) Aliases: cf Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -WhatIf Shows what would happen if the cmdlet runs. The cmdlet is not run. Type: SwitchParameter Parameter Sets: (All) Aliases: wi 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 NOTES RELATED LINKS","title":"Start-PSLauncherColorPicker"},{"location":"Start-PSLauncherColorPicker/#start-pslaunchercolorpicker","text":"","title":"Start-PSLauncherColorPicker"},{"location":"Start-PSLauncherColorPicker/#synopsis","text":"Launches a gui form to test and change the color of PSLauncher.","title":"SYNOPSIS"},{"location":"Start-PSLauncherColorPicker/#syntax","text":"Start-PSLauncherColorPicker [-ConfigFilePath] <String> [-WhatIf] [-Confirm] [<CommonParameters>]","title":"SYNTAX"},{"location":"Start-PSLauncherColorPicker/#description","text":"Launches a gui form to test and change the color of PSLauncher.","title":"DESCRIPTION"},{"location":"Start-PSLauncherColorPicker/#examples","text":"","title":"EXAMPLES"},{"location":"Start-PSLauncherColorPicker/#example-1","text":"Start-PSLauncherColorPicker -ConfigFilePath c:\\temp\\config.json","title":"EXAMPLE 1"},{"location":"Start-PSLauncherColorPicker/#parameters","text":"","title":"PARAMETERS"},{"location":"Start-PSLauncherColorPicker/#-configfilepath","text":"Path to the config file created by New-PSLauncherConfigFile Type: String Parameter Sets: (All) Aliases: Required: True Position: 1 Default value: None Accept pipeline input: False Accept wildcard characters: False","title":"-ConfigFilePath"},{"location":"Start-PSLauncherColorPicker/#-confirm","text":"Prompts you for confirmation before running the cmdlet. Type: SwitchParameter Parameter Sets: (All) Aliases: cf Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False","title":"-Confirm"},{"location":"Start-PSLauncherColorPicker/#-whatif","text":"Shows what would happen if the cmdlet runs. The cmdlet is not run. Type: SwitchParameter Parameter Sets: (All) Aliases: wi Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False","title":"-WhatIf"},{"location":"Start-PSLauncherColorPicker/#commonparameters","text":"This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters .","title":"CommonParameters"},{"location":"Start-PSLauncherColorPicker/#inputs","text":"","title":"INPUTS"},{"location":"Start-PSLauncherColorPicker/#outputs","text":"","title":"OUTPUTS"},{"location":"Start-PSLauncherColorPicker/#notes","text":"","title":"NOTES"},{"location":"Start-PSLauncherColorPicker/#related-links","text":"","title":"RELATED LINKS"},{"location":"Start-PSSysTrayLauncher/","text":"Start-PSSysTrayLauncher SYNOPSIS Gui menu app in your systray with custom executable functions SYNTAX Start-PSSysTrayLauncher [-ConfigFilePath] <String> [-WhatIf] [-Confirm] [<CommonParameters>] DESCRIPTION Gui menu app in your systray with custom executable functions. If you double click on the icon, it will launch the full gui. EXAMPLES EXAMPLE 1 Start-PSSysTrayLauncher -ConfigFilePath C:\\temp\\PSSysTrayConfig.csv PARAMETERS -ConfigFilePath Path to the config file created by New-PSLauncherConfigFile Type: String Parameter Sets: (All) Aliases: Required: True Position: 1 Default value: None Accept pipeline input: False Accept wildcard characters: False -Confirm Prompts you for confirmation before running the cmdlet. Type: SwitchParameter Parameter Sets: (All) Aliases: cf Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -WhatIf Shows what would happen if the cmdlet runs. The cmdlet is not run. Type: SwitchParameter Parameter Sets: (All) Aliases: wi 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 NOTES RELATED LINKS","title":"Start-PSSysTrayLauncher"},{"location":"Start-PSSysTrayLauncher/#start-pssystraylauncher","text":"","title":"Start-PSSysTrayLauncher"},{"location":"Start-PSSysTrayLauncher/#synopsis","text":"Gui menu app in your systray with custom executable functions","title":"SYNOPSIS"},{"location":"Start-PSSysTrayLauncher/#syntax","text":"Start-PSSysTrayLauncher [-ConfigFilePath] <String> [-WhatIf] [-Confirm] [<CommonParameters>]","title":"SYNTAX"},{"location":"Start-PSSysTrayLauncher/#description","text":"Gui menu app in your systray with custom executable functions. If you double click on the icon, it will launch the full gui.","title":"DESCRIPTION"},{"location":"Start-PSSysTrayLauncher/#examples","text":"","title":"EXAMPLES"},{"location":"Start-PSSysTrayLauncher/#example-1","text":"Start-PSSysTrayLauncher -ConfigFilePath C:\\temp\\PSSysTrayConfig.csv","title":"EXAMPLE 1"},{"location":"Start-PSSysTrayLauncher/#parameters","text":"","title":"PARAMETERS"},{"location":"Start-PSSysTrayLauncher/#-configfilepath","text":"Path to the config file created by New-PSLauncherConfigFile Type: String Parameter Sets: (All) Aliases: Required: True Position: 1 Default value: None Accept pipeline input: False Accept wildcard characters: False","title":"-ConfigFilePath"},{"location":"Start-PSSysTrayLauncher/#-confirm","text":"Prompts you for confirmation before running the cmdlet. Type: SwitchParameter Parameter Sets: (All) Aliases: cf Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False","title":"-Confirm"},{"location":"Start-PSSysTrayLauncher/#-whatif","text":"Shows what would happen if the cmdlet runs. The cmdlet is not run. Type: SwitchParameter Parameter Sets: (All) Aliases: wi Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False","title":"-WhatIf"},{"location":"Start-PSSysTrayLauncher/#commonparameters","text":"This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters .","title":"CommonParameters"},{"location":"Start-PSSysTrayLauncher/#inputs","text":"","title":"INPUTS"},{"location":"Start-PSSysTrayLauncher/#outputs","text":"","title":"OUTPUTS"},{"location":"Start-PSSysTrayLauncher/#notes","text":"","title":"NOTES"},{"location":"Start-PSSysTrayLauncher/#related-links","text":"","title":"RELATED LINKS"},{"location":"Start-PS_CSV_SysTray/","text":"Start-PS_CSV_SysTray SYNOPSIS Gui menu app in your systray with custom executable functions SYNTAX Start-PS_CSV_SysTray [-ConfigFilePath] <String> [-WhatIf] [-Confirm] [<CommonParameters>] DESCRIPTION Gui menu app in your systray with custom executable functions EXAMPLES EXAMPLE 1 Start-PS_CSV_SysTray -ConfigFilePath C:\\temp\\PSSysTrayConfig.csv PARAMETERS -ConfigFilePath Path to .csv config file created from New-PS_CSV_SysTrayConfigFile Type: String Parameter Sets: (All) Aliases: Required: True Position: 1 Default value: None Accept pipeline input: False Accept wildcard characters: False -Confirm Prompts you for confirmation before running the cmdlet. Type: SwitchParameter Parameter Sets: (All) Aliases: cf Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -WhatIf Shows what would happen if the cmdlet runs. The cmdlet is not run. Type: SwitchParameter Parameter Sets: (All) Aliases: wi 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 NOTES RELATED LINKS","title":"Start-PS_CSV_SysTray"},{"location":"Start-PS_CSV_SysTray/#start-ps_csv_systray","text":"","title":"Start-PS_CSV_SysTray"},{"location":"Start-PS_CSV_SysTray/#synopsis","text":"Gui menu app in your systray with custom executable functions","title":"SYNOPSIS"},{"location":"Start-PS_CSV_SysTray/#syntax","text":"Start-PS_CSV_SysTray [-ConfigFilePath] <String> [-WhatIf] [-Confirm] [<CommonParameters>]","title":"SYNTAX"},{"location":"Start-PS_CSV_SysTray/#description","text":"Gui menu app in your systray with custom executable functions","title":"DESCRIPTION"},{"location":"Start-PS_CSV_SysTray/#examples","text":"","title":"EXAMPLES"},{"location":"Start-PS_CSV_SysTray/#example-1","text":"Start-PS_CSV_SysTray -ConfigFilePath C:\\temp\\PSSysTrayConfig.csv","title":"EXAMPLE 1"},{"location":"Start-PS_CSV_SysTray/#parameters","text":"","title":"PARAMETERS"},{"location":"Start-PS_CSV_SysTray/#-configfilepath","text":"Path to .csv config file created from New-PS_CSV_SysTrayConfigFile Type: String Parameter Sets: (All) Aliases: Required: True Position: 1 Default value: None Accept pipeline input: False Accept wildcard characters: False","title":"-ConfigFilePath"},{"location":"Start-PS_CSV_SysTray/#-confirm","text":"Prompts you for confirmation before running the cmdlet. Type: SwitchParameter Parameter Sets: (All) Aliases: cf Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False","title":"-Confirm"},{"location":"Start-PS_CSV_SysTray/#-whatif","text":"Shows what would happen if the cmdlet runs. The cmdlet is not run. Type: SwitchParameter Parameter Sets: (All) Aliases: wi Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False","title":"-WhatIf"},{"location":"Start-PS_CSV_SysTray/#commonparameters","text":"This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters .","title":"CommonParameters"},{"location":"Start-PS_CSV_SysTray/#inputs","text":"","title":"INPUTS"},{"location":"Start-PS_CSV_SysTray/#outputs","text":"","title":"OUTPUTS"},{"location":"Start-PS_CSV_SysTray/#notes","text":"","title":"NOTES"},{"location":"Start-PS_CSV_SysTray/#related-links","text":"","title":"RELATED LINKS"},{"location":"about_PSLauncher/","text":"PSLauncher about_PSLauncher SHORT DESCRIPTION a GUI to launch any PowerShell function, file or executable. You can also create a systray tool for quick access. One systray tool will use the same json config file as the full gui. Or create a separate systray tool with a .csv as a config file. Also included is helper functions to create buttons and panels for you. LONG DESCRIPTION a GUI to launch any PowerShell function, file or executable. You can also create a systray tool for quick access. One systray tool will use the same json config file as the full gui. Or create a separate systray tool with a .csv as a config file. Also included is helper functions to create buttons and panels for you. NOTES New-PS_CSV_SysTrayConfigFile -- Creates the config file for Start-PS_CSV_SysTray New-PSLauncherConfigFile -- Creates the config file with the provided settings Start-PS_CSV_SysTray -- Gui menu app in your systray with custom executable functions Start-PSLauncher -- Reads the config file and launches the gui Start-PSLauncherColorPicker -- Launches a gui form to test and change the color of PSLauncher. Start-PSSysTrayLauncher -- Gui menu app in your systray with custom executable functions SEE ALSO https://github.com/smitpi/PSLauncher https://smitpi.github.io/PSLauncher/","title":"PSLauncher"},{"location":"about_PSLauncher/#pslauncher","text":"","title":"PSLauncher"},{"location":"about_PSLauncher/#about_pslauncher","text":"","title":"about_PSLauncher"},{"location":"about_PSLauncher/#short-description","text":"a GUI to launch any PowerShell function, file or executable. You can also create a systray tool for quick access. One systray tool will use the same json config file as the full gui. Or create a separate systray tool with a .csv as a config file. Also included is helper functions to create buttons and panels for you.","title":"SHORT DESCRIPTION"},{"location":"about_PSLauncher/#long-description","text":"a GUI to launch any PowerShell function, file or executable. You can also create a systray tool for quick access. One systray tool will use the same json config file as the full gui. Or create a separate systray tool with a .csv as a config file. Also included is helper functions to create buttons and panels for you.","title":"LONG DESCRIPTION"},{"location":"about_PSLauncher/#notes","text":"New-PS_CSV_SysTrayConfigFile -- Creates the config file for Start-PS_CSV_SysTray New-PSLauncherConfigFile -- Creates the config file with the provided settings Start-PS_CSV_SysTray -- Gui menu app in your systray with custom executable functions Start-PSLauncher -- Reads the config file and launches the gui Start-PSLauncherColorPicker -- Launches a gui form to test and change the color of PSLauncher. Start-PSSysTrayLauncher -- Gui menu app in your systray with custom executable functions","title":"NOTES"},{"location":"about_PSLauncher/#see-also","text":"https://github.com/smitpi/PSLauncher https://smitpi.github.io/PSLauncher/","title":"SEE ALSO"}]}