Repaired UTF-8 BOM encoding

This commit is contained in:
Markus Fleschutz 2024-10-01 15:24:16 +02:00
parent 49072fdbaa
commit d957e3aba2
161 changed files with 163 additions and 163 deletions

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays a frog sound Plays a frog sound
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays a goat sound Plays a goat sound
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays a gorilla sound Plays a gorilla sound
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays the Happy Birthday song Plays the Happy Birthday song
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays a horse sound Plays a horse sound
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays the Imperial March (Star Wars) Plays the Imperial March (Star Wars)
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays Jingle Bells Plays Jingle Bells
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays a lion sound Plays a lion sound
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays a playlist (.M3U format) Plays a playlist (.M3U format)
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays the Mission Impossible theme Plays the Mission Impossible theme
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays a .MP3 sound file Plays a .MP3 sound file
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays a parrot sound Plays a parrot sound
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays a pig sound Plays a pig sound
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Play the Pong game Play the Pong game
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays a rattlesnake sound Plays a rattlesnake sound
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays Rick Astley Plays Rick Astley
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Play the Snake game Play the Snake game
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays the Super Mario intro Plays the Super Mario intro
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays all system sounds Plays all system sounds
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays the Tetris melody Plays the Tetris melody
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays a vulture sound Plays a vulture sound
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Plays a wolf sound Plays a wolf sound
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Halts the computer (needs admin rights) Halts the computer (needs admin rights)
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Prints an image Prints an image
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Publishes files & folders to IPFS Publishes files & folders to IPFS
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Pulls updates into a Git repo Pulls updates into a Git repo
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Pulls updates into Git repos Pulls updates into Git repos
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Queries and saves the S.M.A.R.T. data of your HDD's/SSD's Queries and saves the S.M.A.R.T. data of your HDD's/SSD's
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Reboots the FRITZ!Box device Reboots the FRITZ!Box device
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Reboots the computer (needs admin rights) Reboots the computer (needs admin rights)
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Remembers a text Remembers a text
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Creates a scheduled task that will display a popup message Creates a scheduled task that will display a popup message
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Removes a dir tree Removes a dir tree
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Removes all empty subfolders within a directory tree Removes all empty subfolders within a directory tree
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Removes old directories Removes old directories
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Removes all jobs from all printers Removes all jobs from all printers
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Removes a Git tag (locally, remote, or both) Removes a Git tag (locally, remote, or both)
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Removes an user account Removes an user account
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
$VMName = "debian" $VMName = "debian"
$WarningPreference = 'SilentlyContinue' # If VM already stopped $WarningPreference = 'SilentlyContinue' # If VM already stopped
Stop-VM $VMName -Force Stop-VM $VMName -Force
Remove-VM $VMName -Force Remove-VM $VMName -Force

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Search and replace a pattern in the given files by the replacement Search and replace a pattern in the given files by the replacement
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Restarts the network adapters (needs admin rights) Restarts the network adapters (needs admin rights)
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Replies to "Roll a dice" Replies to "Roll a dice"
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Saves credentials encrypted Saves credentials encrypted
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Saves a single screenshot Saves a single screenshot
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
$a = Get-NetIPAddress | Where-Object -FilterScript { $_.SuffixOrigin -eq "DHCP" -or $_.SuffixOrigin -eq "manual" } # | Format-Table -property IPAddress -autoSize $a = Get-NetIPAddress | Where-Object -FilterScript { $_.SuffixOrigin -eq "DHCP" -or $_.SuffixOrigin -eq "manual" } # | Format-Table -property IPAddress -autoSize
$arguments = "-sT -T3" # Set sane defaults for command string $arguments = "-sT -T3" # Set sane defaults for command string
$location = "nmap" # In case nmap is not in PATH $location = "nmap" # In case nmap is not in PATH

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Scans the network for open/closed ports Scans the network for open/closed ports
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Lists all files and folder names matching a search pattern Lists all files and folder names matching a search pattern
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Searches for text in files Searches for text in files
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Searches for text in a repo Searches for text in a repo
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Sends an email message Sends an email message
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Sends a TCP message to an IP address and port Sends a TCP message to an IP address and port
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Sends a UDP datagram message to an IP address and port Sends a UDP datagram message to an IP address and port
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Sets a timer for a countdown Sets a timer for a countdown
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Sets the audio volume Sets the audio volume
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Sets the given image file as desktop wallpaper Sets the given image file as desktop wallpaper
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Shows Lightnings in OpenStreetMap Shows Lightnings in OpenStreetMap
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
#Api key for quotes https://api.api-ninjas.com #Api key for quotes https://api.api-ninjas.com
$headerQuote = @{ $headerQuote = @{
"X-Api-Key"="FZ/rIx6RAn/W7+3S10zrHQ==gWBfP5fO0xcUiKp3" "X-Api-Key"="FZ/rIx6RAn/W7+3S10zrHQ==gWBfP5fO0xcUiKp3"
} }

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Shows a notification Shows a notification
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Shows the current traffic Shows the current traffic
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Simulate a human against burglars Simulate a human against burglars
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Converts the S.M.A.R.T. JSON files in a folder to a CSV table for analysis Converts the S.M.A.R.T. JSON files in a folder to a CSV table for analysis
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Arabic Speaks text in Arabic
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks a checklist by text-to-speech Speaks a checklist by text-to-speech
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks a countdown by text-to-speech Speaks a countdown by text-to-speech
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Croatian Speaks text in Croatian
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Danish Speaks text in Danish
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Dutch Speaks text in Dutch
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in English Speaks text in English
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks an Epub file by text-to-speech (TTS). Speaks an Epub file by text-to-speech (TTS).
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Esperanto Speaks text in Esperanto
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks file content by text-to-speech Speaks file content by text-to-speech
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Finnish Speaks text in Finnish
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in French Speaks text in French
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in German Speaks text in German
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Greek Speaks text in Greek
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Hebrew Speaks text in Hebrew
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Hindi Speaks text in Hindi
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Italian Speaks text in Italian
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Japanese Speaks text in Japanese
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Korean Speaks text in Korean
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Latin Speaks text in Latin
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Mandarin Speaks text in Mandarin
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Norwegian Speaks text in Norwegian
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Polish Speaks text in Polish
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Portuguese Speaks text in Portuguese
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Russian Speaks text in Russian
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Spanish Speaks text in Spanish
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Swedish Speaks text in Swedish
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Performs a text-to-speech test Performs a text-to-speech test
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text by the default text-to-speech voice Speaks text by the default text-to-speech voice
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Thai Speaks text in Thai
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Turkish Speaks text in Turkish
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Speaks text in Ukrainian Speaks text in Ukrainian
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Spells a word Spells a word
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Start an IPFS server Start an IPFS server
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Suspends the computer Suspends the computer
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Switches the Git branch Switches the Git branch
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Switches a Shelly1 device Switches a Shelly1 device
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Switches Web browser tabs Switches Web browser tabs
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
Syncronizes two folders Syncronizes two folders
.DESCRIPTION .DESCRIPTION

Some files were not shown because too many files have changed in this diff Show More