Skip to content

Commit 247873a

Browse files
author
Markus Fleschutz
committed
Merge branch 'master' of github.com:fleschutz/PowerShell
2 parents c4faf8f + 600d74d commit 247873a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Docs/FAQ.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ NOTE: the group policy object (GPO) settings of your organization might disallow
4040
<details><summary>How to get the PowerShell scripts?</summary>
4141

4242
* When using **Git**, execute in a terminal window: `> git clone https://github.com/fleschutz/PowerShell`
43-
* When using **Chocolatey**, execute in *Windows PowerShell (Administrator)*: `> choco install powershell-scripts --version=0.4`
4443
* **Otherwise,** download and unzip it from: https://github.com/fleschutz/PowerShell/archive/master.zip
4544
</details>
4645

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Mega Collection of PowerShell Scripts
22
-------------------------------------
33

4-
**It provides 500+ useful cross-platform PowerShell scripts in the [📂Scripts](Scripts/) subfolder - for command-line interface (CLI) usage, for remote control (via SSH), by context menu, by voice (e.g. [talk2windows](https://github.com/fleschutz/talk2windows)), by automation software (e.g. [Jenkins](https://www.jenkins.io/)), automatically on login/logoff/daily/etc., or simply to learn PowerShell.**
4+
**It provides 500+ useful cross-platform PowerShell scripts located in the [📂Scripts](Scripts/) subfolder - for command-line interface (CLI) usage, for remote control (e.g. SSH), for automation software (e.g. [Jenkins](https://www.jenkins.io/)), for context menus, for voice commands (e.g. [talk2windows](https://github.com/fleschutz/talk2windows)), automatically on startup/login/logoff/daily/shutdown/etc., or simply to learn PowerShell.**
55

66
**[Download](https://github.com/fleschutz/PowerShell/releases) | [FAQ](Docs/FAQ.md)** | **Note:** the scripts support Unicode - a modern console is recommended (e.g. *Windows Terminal*)
77

@@ -86,7 +86,7 @@ Mega Collection of PowerShell Scripts
8686
| [remove-print-jobs.ps1](Scripts/remove-print-jobs.ps1) | Removes all jobs from all printers. [Read more...](Docs/remove-print-jobs.md) |
8787
| [restart-network-adapters.ps1](Scripts/restart-network-adapters.ps1) | Restarts all local network adapters. [Read more...](Docs/restart-network-adapters.md)|
8888
| [upgrade-ubuntu.ps1](Scripts/upgrade-ubuntu.ps1) | Upgrades Ubuntu Linux to the latest (LTS) release. [Read more...](Docs/upgrade-ubuntu.md) |
89-
| [wake-up.ps1](Scripts/wake-up.ps1) | Wakes up a computer using Wake-on-LAN [Read more...](Docs/wakeup.md) |
89+
| [wake-up.ps1](Scripts/wake-up.ps1) | Wakes up a computer using Wake-on-LAN. [Read more...](Docs/wakeup.md) |
9090

9191
💻 Scripts for the Desktop
9292
---------------------------

0 commit comments

Comments
 (0)