Add UTF-8 BOM

This commit is contained in:
Markus Fleschutz 2021-09-27 10:38:12 +02:00
parent 4c2cc6033d
commit b653133853
259 changed files with 259 additions and 259 deletions

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
add-firewall-rules.ps1 [<path-to-executables>] add-firewall-rules.ps1 [<path-to-executables>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
add-memo.ps1 [<text>] add-memo.ps1 [<text>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
alert.ps1 [<message>] alert.ps1 [<message>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cd-desktop.ps1 cd-desktop.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cd-docs.ps1 cd-docs.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cd-downloads.ps1 cd-downloads.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cd-dropbox.ps1 cd-dropbox.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cd-home.ps1 cd-home.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cd-music.ps1 cd-music.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cd-onedrive.ps1 cd-onedrive.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cd-pics.ps1 cd-pics.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cd-recycle-bin.ps1 cd-recycle-bin.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cd-repos.ps1 cd-repos.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cd-root.ps1 cd-root.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cd-scripts.ps1 cd-scripts.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cd-ssh.ps1 cd-ssh.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cd-up.ps1 cd-up.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cd-up2.ps1 cd-up2.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cd-up3.ps1 cd-up3.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cd-up4.ps1 cd-up4.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cd-videos.ps1 cd-videos.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
check-cpu-temp.ps1 check-cpu-temp.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
check-dns-resolution.ps1 check-dns-resolution.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
check-drive-space.ps1 [<drive>] [<min-level>] check-drive-space.ps1 [<drive>] [<min-level>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
check-file-system.ps1 [<drive>] check-file-system.ps1 [<drive>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
check-health.ps1 check-health.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
check-ipv4-address.ps1 [<address>] check-ipv4-address.ps1 [<address>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
check-ipv6-address.ps1 [<address>] check-ipv6-address.ps1 [<address>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
check-mac-address.ps1 [<MAC>] check-mac-address.ps1 [<MAC>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
check-ping.ps1 [<hosts>] check-ping.ps1 [<hosts>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
check-subnet-mask.ps1 [<address>] check-subnet-mask.ps1 [<address>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
check-swap-space.ps1 [<min-level>] check-swap-space.ps1 [<min-level>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
check-symlinks.ps1 [<DirTree>] check-symlinks.ps1 [<DirTree>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
check-weather.ps1 [<location>] check-weather.ps1 [<location>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
check-windows-system-files.ps1 check-windows-system-files.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
check-xml-file [<file>] check-xml-file [<file>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
cherry-picker.ps1 [<CommitID>] [<CommitMessage>] [<Branches>] [<RepoDir>] cherry-picker.ps1 [<CommitID>] [<CommitMessage>] [<Branches>] [<RepoDir>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
clean-repo.ps1 [<RepoDir>] clean-repo.ps1 [<RepoDir>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
clean-repos.ps1 [<ParentDir>] clean-repos.ps1 [<ParentDir>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
clear-recycle-bin.ps1 clear-recycle-bin.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
clone-repos.ps1 [<ParentDir>] clone-repos.ps1 [<ParentDir>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
close-calculator.ps1 close-calculator.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
close-chrome.ps1 close-chrome.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
close-cortana.ps1 close-cortana.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
close-edge.ps1 close-edge.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
close-file-explorer.ps1 close-file-explorer.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
close-firefox.ps1 close-firefox.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
close-netflix.ps1 close-netflix.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
close-onedrive.ps1 close-onedrive.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
close-program.ps1 [<FullProgramName>] [<ProgramName>] [<ProgramAliasName>] close-program.ps1 [<FullProgramName>] [<ProgramName>] [<ProgramAliasName>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
close-system-settings.ps1 close-system-settings.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
close-thunderbird.ps1 close-thunderbird.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
close-vlc.ps1 close-vlc.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
close-windows-terminal.ps1 close-windows-terminal.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
convert-mysql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>] convert-mysql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
convert-ps2bat.ps1 [<pattern>] convert-ps2bat.ps1 [<pattern>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
convert-ps2md.ps1 [<filename>] convert-ps2md.ps1 [<filename>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
convert-sql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>] convert-sql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
convert-txt2wav.ps1 [<text>] [<wav-file>] convert-txt2wav.ps1 [<text>] [<wav-file>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
copy-photos-sorted.ps1 [<SourceDir>] [<TargetDir>] copy-photos-sorted.ps1 [<SourceDir>] [<TargetDir>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
# #
# Syntax: ./daily-tasks.sh # Syntax: ./daily-tasks.sh
# Description: execute PowerShell scripts automatically as daily tasks (Linux only) # Description: execute PowerShell scripts automatically as daily tasks (Linux only)

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
decrypt-file.ps1 [<path>] [<password>] decrypt-file.ps1 [<path>] [<password>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
display-time.ps1 [<seconds>] display-time.ps1 [<seconds>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
download-dir.ps1 [<URL>] download-dir.ps1 [<URL>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
download-file.ps1 [<URL>] download-file.ps1 [<URL>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
edit.ps1 <filename> edit.ps1 <filename>
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
enable-crash-dumps.ps1 enable-crash-dumps.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
enable-god-mode.ps1 enable-god-mode.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
encrypt-file.ps1 [<path>] [<password>] encrypt-file.ps1 [<path>] [<password>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
enter-chat.ps1 enter-chat.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
fetch-repo.ps1 [<repo-dir>] fetch-repo.ps1 [<repo-dir>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
fetch-repos.ps1 [<ParentDir>] fetch-repos.ps1 [<ParentDir>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
get-md5.ps1 [<file>] get-md5.ps1 [<file>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
get-sha1.ps1 [<file>] get-sha1.ps1 [<file>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
get-sha256.ps1 [<file>] get-sha256.ps1 [<file>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
hibernate.ps1 hibernate.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
inspect-exe.ps1 [<path-to-exe-file>] inspect-exe.ps1 [<path-to-exe-file>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
install-github-cli.ps1 install-github-cli.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
install-google-chrome.ps1 install-google-chrome.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
install-knot-resolver.ps1 install-knot-resolver.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
install-signal-cli.ps1 [<version>] install-signal-cli.ps1 [<version>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
install-ssh-client.ps1 install-ssh-client.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
install-ssh-server.ps1 install-ssh-server.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
install-updates.ps1 install-updates.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<#PSScriptInfo <#PSScriptInfo
.VERSION 1.4.2 .VERSION 1.4.2

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
install-wsl.ps1 install-wsl.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
introduce-powershell.ps1 introduce-powershell.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
list-aliases.ps1 list-aliases.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
list-anagrams.ps1 [<word>] [<columns>] list-anagrams.ps1 [<word>] [<columns>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
list-automatic-variables.ps1 list-automatic-variables.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
list-branches.ps1 [<repo-dir>] [<pattern>] list-branches.ps1 [<repo-dir>] [<pattern>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
list-cheat-sheet.ps1 list-cheat-sheet.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
list-city-weather.ps1 list-city-weather.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
list-cli-tools.ps1 list-cli-tools.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
list-clipboard.ps1 list-clipboard.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
list-cmdlets.ps1 list-cmdlets.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
list-commits.ps1 [<RepoDir>] [<Format>] list-commits.ps1 [<RepoDir>] [<Format>]
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
list-console-colors.ps1 list-console-colors.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
list-countries.ps1 list-countries.ps1
.DESCRIPTION .DESCRIPTION

View File

@ -1,4 +1,4 @@
<# <#
.SYNOPSIS .SYNOPSIS
list-credits.ps1 list-credits.ps1
.DESCRIPTION .DESCRIPTION

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