mirror of
https://github.com/es3n1n/defendnot.git
synced 2026-08-02 10:32:01 +00:00
docs(readme): update advanced installer usage
This commit is contained in:
@@ -17,10 +17,10 @@ Open the powershell as administrator and execute any of these:
|
|||||||
irm https://es3n1n.io/defendnot.ps1 | iex
|
irm https://es3n1n.io/defendnot.ps1 | iex
|
||||||
|
|
||||||
# Example 2: With custom AV name
|
# Example 2: With custom AV name
|
||||||
irm https://es3n1n.io/defendnot.ps1 | iex --name "Custom AV name"
|
& ([ScriptBlock]::Create((Invoke-RestMethod https://es3n1n.io/defendnot.ps1))) --name "Custom AV name"
|
||||||
|
|
||||||
# Example 3: Without allocating console
|
# Example 3: Without allocating console
|
||||||
irm https://es3n1n.io/defendnot.ps1 | iex --silent
|
& ([ScriptBlock]::Create((Invoke-RestMethod https://es3n1n.io/defendnot.ps1))) --silent
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
|
|||||||
Reference in New Issue
Block a user