This PowerShell script plays the Tetris melody.
PS> ./play-tetris-melodyAuthor: Markus Fleschutz | License: CC0
This PowerShell script plays all available system sounds.
PS> ./play-system-sounds.ps1(listen and enjoy)Author: Markus Fleschutz | License: CC0
This PowerShell script plays the Super Mario intro.
PS> ./play-super-marioAuthor: Markus Fleschutz | License: CC0
This PowerShell script lets you play the famous Snake game. NOTE: use the arrow keys to control the snake
PS> ./play-snake.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script lets 2 players play the famous Pong game. NOTE: Player 1: moves up, moves down | Player 2: or | to quit
PS> ./play-pong.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script plays the given sound file (MPEG-1 audio layer-3 file format).
path Specifies the file path to the .MP3 file
PS> ./play-mp3.ps1 C:\thunder.mp3▶️ Playing 'thunder.mp3' (00:03) ...Author: Markus Fleschutz | License: CC0
This PowerShell script plays the Mission Impossible theme.
PS> ./play-mission-impossible.ps1(listen and enjoy)Author: Markus Fleschutz | License: CC0
This PowerShell script plays the famous Jingle Bells song.
PS> ./play-jingle-bells.ps1(listen and enjoy)Author: Markus Fleschutz | License: CC0
This PowerShell script plays the Imperial March used in the Star Wars film series.
PS> ./play-imperial-march.ps1(listen and enjoy)Author: Markus Fleschutz | License: CC0
This PowerShell script plays the famous Happy Birthday song.
PS> ./play-happy-birthday.ps1(listen and enjoy)Author: Markus Fleschutz | License: CC0