|
1 | 1 | Mega Collection of PowerShell Scripts |
2 | 2 | ===================================== |
3 | 3 |
|
4 | | -**Contains 500+ free and stand-alone PowerShell scripts for Linux, Mac OS, and Windows. Useful on the command-line (CLI), for remote control via SSH, for automation via AutoHotkey/Jenkins/etc. or on startup/login/logoff/daily/hourly/shutdown/etc., for context menus, for voice commands (see [talk2windows](https://github.com/fleschutz/talk2windows)), or simply to learn PowerShell. All scripts are located in the 📂[scripts](scripts/) subfolder and support Unicode - a modern console like *Windows Terminal* is recommended.** |
| 4 | +**Contains 500+ free and stand-alone PowerShell scripts for Linux, Mac OS, and Windows. Useful on the command-line (CLI), for remote control via SSH, for automation (on startup/login/logoff/daily/hourly/shutdown or via AutoHotkey/Jenkins/etc.), for context menus, for voice commands (see [talk2windows](https://github.com/fleschutz/talk2windows)), or simply to learn PowerShell. All scripts are located in the 📂[scripts](scripts/) subfolder and support Unicode - a modern console like *Windows Terminal* is recommended.** |
5 | 5 |
|
6 | 6 | **[Download](https://github.com/fleschutz/PowerShell/releases) | [PowerShell FAQ](docs/FAQ.md) | [PowerShell Cheat Sheet](docs/cheat-sheet.md)** |
7 | 7 |
|
8 | 8 | 🔊 Scripts for Audio & Voice |
9 | 9 | ----------------------------- |
10 | 10 |
|
11 | | -| Script | Description | |
12 | | -| ---------------------------------------------------- | ---------------------------------------------------------------------------------------------- | |
13 | | -| [list-voices.ps1](scripts/list-voices.ps1) | Lists the installed text-to-speech voices. [Read more »](docs/list-voices.md) | |
| 11 | +| Script | Description | |
| 12 | +| ---------------------------------------------------- | ----------------------------------------------------------------------------------------- | |
| 13 | +| [list-voices.ps1](scripts/list-voices.ps1) | Lists the installed text-to-speech voices. [Read more »](docs/list-voices.md) | |
14 | 14 | | [play-beep-sound.ps1](scripts/play-beep-sound.ps1) | Plays a short beep sound. [More »](docs/play-beep-sound.md) | |
15 | 15 | | [play-files.ps1](scripts/play-files.ps1) | Plays the given audio files. [More »](docs/play-files.md) | |
16 | 16 | | [play-happy-birthday.ps1](scripts/play-happy-birthday.ps1) | Plays the Happy Birthday song. [More »](docs/play-happy-birthday.md) | |
@@ -45,8 +45,8 @@ Mega Collection of PowerShell Scripts |
45 | 45 | ⚙️ Scripts for Computer Management |
46 | 46 | ---------------------------------- |
47 | 47 |
|
48 | | -| Script | Description | |
49 | | -| ---------------------------------------------------- | ------------------------------------------------------------------------------------------------- | |
| 48 | +| Script | Description | |
| 49 | +| ---------------------------------------------------- | ------------------------------------------------------------------------------------------- | |
50 | 50 | | [add-firewall-rules.ps1](scripts/add-firewall-rules.ps1) | Adds firewall rules for executables, needs admin rights. [Read more »](docs/add-firewall-rules.md) | |
51 | 51 | | [check-cpu.ps1](scripts/check-cpu.ps1)| Checks the CPU temperature. [More »](docs/check-cpu.md) | |
52 | 52 | | [check-dns.ps1](scripts/check-dns.ps1) | Checks the DNS resolution. [More »](docs/check-dns.md) | |
|
0 commit comments