This PowerShell script silently removes a directory tree recursively. Use it with care!
pathToDirTree Specifies the file path to the directory tree
PS> ./remove-dir-tree.ps1 C:\TempAuthor: Markus Fleschutz | License: CC0
This PowerShell script creates a scheduled task that will display a popup message.
PS> ./remind-me "Dentist" "4/10/2021 12:00 PM"TaskPath TaskName State-------- -------- -----\ Reminder_451733811 ReadyAuthor: Markus Fleschutz | License: CC0
This PowerShell script reboots the local computer immediately (needs admin rights).
PS> ./rebootAuthor: Markus Fleschutz | License: CC0
This PowerShell script reboots the FRITZ!Box device
Username Specifies the user name
Password Specifies the password
PS> ./reboot-fritzboxAuthor: Markus Fleschutz | License: CC0
This PowerShell script pulls remote updates into a local Git repository (including submodules).
pathToRepo Specifies the file path to the local Git repository (default is working directory)
PS> ./pull-repo.ps1⏳ (1/4) Searching for Git executable... git version 2.44.0.windows.1⏳ (2/4) Checking local repository... C:\Repos\rust⏳ (3/4) Pulling remote updates...⏳ (4/4) Updating submodules...✅ Updates pulled into 📂rust repo in 14s.Author: Markus Fleschutz | License: CC0
This PowerShell script shows the printer dialogue to print the given image file.
Path Specifies the path to the image file
PS> ./print-image dog.jpgAuthor: Markus Fleschutz | License: CC0
This script halts the local computer immediately (needs admin rights).
PS> ./poweroffAuthor: Markus Fleschutz | License: CC0
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