Start-SplashScreen

1.6

Start-SplashScreen is a PowerShell script designed to execute a series of scripts with a user-friendly graphical interface. It provides a visual representation of the script execution process, including progress updates and a status indicator. The script also offers the ability to open the running PowerShell terminal window for troubleshooting or additional actions.

Start-SplashScreen is a PowerShell script designed to execute a series of scripts with a user-friendly graphical interface. It provides a visual representation of the script execution process, including progress updates and a status indicator. The script also offers the ability to open the running PowerShell terminal window for troubleshooting or additional actions.


Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Start-SplashScreen

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

2024 Florian Salzmann. GPL-3.0 license.

Package Details

Author(s)

  • Florian Salzmann

Tags

Windows SplashScreen PowerShell

Functions

Show-Console Hide-Console

Dependencies

This script has no dependencies.

Release Notes

2024-08-09, 1.0:    Original published version.
2024-08-13, 1.1:    New icon, always in front.
2024-08-14, 1.2:    Removed OSDCloud dependency.
2024-08-14, 1.3:    -UseBasicParsing added to Invoke-WebRequest.
2024-08-14, 1.4:    Removed "Topmost" to allow better troubleshooting.
2024-08-15, 1.5:    Optimized online script handling.
2024-08-15, 1.6:    Added support for http and ftp.

FileList

Version History

Version Downloads Last updated
1.6 (current version) 1,141 8/16/2024
1.5 50 8/15/2024
1.4 51 8/14/2024
1.3 43 8/14/2024
1.2 54 8/14/2024
1.1 26 8/13/2024
1.0 7 8/9/2024
Show more