Update README.md

This commit is contained in:
Markus Fleschutz 2020-05-25 17:48:09 +02:00 committed by GitHub
parent 413e1f1fc8
commit ab8ab2a9ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@ Useful cross-platform PowerShell scripts, to be used on the command-line (CLI) o
PowerShell Scripts PowerShell Scripts
------------------ ------------------
* password.ps1 - generates and prints a single new password * **password.ps1** - generates and prints a single new password
* passwords.ps1 - generates and prints a list of new passwords * **passwords.ps1** - generates and prints a list of new passwords
* poweroff.ps1 - halts the local computer, administrator rights might be needed * **poweroff.ps1** - halts the local computer, administrator rights might be needed
* reboot.ps1 - reboots the local computer, administrator rights might be needed * **reboot.ps1** - reboots the local computer, administrator rights might be needed
* speak.ps1 - speaks the given text * **speak.ps1** - speaks the given text
* translate.ps1 - translates the given text * **translate.ps1** - translates the given text
* txt2wav.ps1 - converts text into a audio .WAV file * **txt2wav.ps1** - converts text into a audio .WAV file
* wakeup.ps1 - sends a magic packet to the given computer, waking him up * **wakeup.ps1** - sends a magic packet to the given computer, waking him up
What is PowerShell? What is PowerShell?
------------------- -------------------