This PowerShell script installs Mozilla Firefox from the Microsoft Store.
PS> ./install-firefox.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script installs evcc. Evcc is an extensible EV Charge Controller with PV integration implemented in Go. See https://evcc.io for details.
PS> ./install-evcc.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script installs Discord from the Microsoft Store.
PS> ./install-discord.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script installs CrystalDiskInfo from the Microsoft Store.
PS> ./install-crystal-disk-info.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script installs Chocolatey onto the local computer (needs admin rights).
PS> ./install-chocolatey.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script installs and starts a local Calibre server as background process.
port Specifies the Web port number (8099 by default)
mediaFolder Specifies the file path to the media ('/opt/Calibre Library' by default)
userDB Specifies the file path to the user database ('/opt/CalibreUsers.sqlite' by default)
logfile Specifies the file path to the log file ('/opt/CalibreServer.log' by default)
PS> ./install-calibre-server.ps1⏳ (1/5) Updating package infos......Author: Markus Fleschutz | License: CC0
This PowerShell script installs 20 basic snap apps.
PS> ./install-basic-snaps.ps1⏳ Installing 20 snap apps (sorted alphabetically)...Author: Markus Fleschutz | License: CC0
This PowerShell script installs Audacity.
PS> ./install-audacity.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script hibernates the local computer immediately.
PS> ./hibernate.ps1It's 5:04 PM, going to sleep now... 😴💤Author: Markus Fleschutz | License: CC0
This PowerShell script is a sample script writing "Hello World" to the console.
PS> ./hello-world.ps1Hello WorldAuthor: Markus Fleschutz | License: CC0