1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-04-24 10:58:16 +02:00

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
Scripts
add-firewall-rules.ps1add-memo.ps1alert.ps1cd-desktop.ps1cd-docs.ps1cd-downloads.ps1cd-dropbox.ps1cd-home.ps1cd-music.ps1cd-onedrive.ps1cd-pics.ps1cd-recycle-bin.ps1cd-repos.ps1cd-root.ps1cd-scripts.ps1cd-ssh.ps1cd-up.ps1cd-up2.ps1cd-up3.ps1cd-up4.ps1cd-videos.ps1check-cpu-temp.ps1check-dns-resolution.ps1check-drive-space.ps1check-file-system.ps1check-health.ps1check-ipv4-address.ps1check-ipv6-address.ps1check-mac-address.ps1check-ping.ps1check-subnet-mask.ps1check-swap-space.ps1check-symlinks.ps1check-weather.ps1check-windows-system-files.ps1check-xml-file.ps1cherry-picker.ps1clean-repo.ps1clean-repos.ps1clear-recycle-bin.ps1clone-repos.ps1close-calculator.ps1close-chrome.ps1close-cortana.ps1close-edge.ps1close-file-explorer.ps1close-firefox.ps1close-netflix.ps1close-onedrive.ps1close-program.ps1close-system-settings.ps1close-thunderbird.ps1close-vlc.ps1close-windows-terminal.ps1convert-mysql2csv.ps1convert-ps2bat.ps1convert-ps2md.ps1convert-sql2csv.ps1convert-txt2wav.ps1copy-photos-sorted.ps1daily-tasks.shdecrypt-file.ps1display-time.ps1download-dir.ps1download-file.ps1edit.ps1enable-crash-dumps.ps1enable-god-mode.ps1encrypt-file.ps1enter-chat.ps1fetch-repo.ps1fetch-repos.ps1get-md5.ps1get-sha1.ps1get-sha256.ps1hibernate.ps1inspect-exe.ps1install-github-cli.ps1install-google-chrome.ps1install-knot-resolver.ps1install-signal-cli.ps1install-ssh-client.ps1install-ssh-server.ps1install-updates.ps1install-vscode.ps1install-wsl.ps1introduce-powershell.ps1list-aliases.ps1list-anagrams.ps1list-automatic-variables.ps1list-branches.ps1list-cheat-sheet.ps1list-city-weather.ps1list-cli-tools.ps1list-clipboard.ps1list-cmdlets.ps1list-commits.ps1list-console-colors.ps1list-countries.ps1list-credits.ps1

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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