Skip to content

Commit f037d7c

Browse files
author
ImMALWARE
committed
irm вместо iwr для запуска
1 parent 9dff8b8 commit f037d7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
## Запуск
66
Для запуска необходимо выполнить команду. Проще всего открыть поиск Windows и выполнить её там. Но ещё можно выполнить в Win + R, в cmd, в PowerShell, в мастере создания ярлыка
77
```pwsh
8-
powershell -command "iwr -useb https://raw.githubusercontent.com/ImMALWARE/MalwTool/main/MalwTool.ps1 | iex"
8+
powershell -command "irm https://raw.githubusercontent.com/ImMALWARE/MalwTool/main/MalwTool.ps1 | iex"
99
```
1010
Второй, сокращенный вариант команды (просто редирект на тот же GitHub с моего сайта)
1111
```pwsh
12-
powershell -command "iwr -useb https://malw.ru/dl/malwtool | iex"
12+
powershell -command "irm https://malw.ru/dl/malwtool | iex"
1313
```
1414

1515
# Возможности

README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
## Launch
66
To start, execute the following command. The easiest way is to open Windows search and run it there. You can also run it in Win + R, cmd, PowerShell, or New Shortcut Wizard
77
```pwsh
8-
powershell -command "iwr -useb https://raw.githubusercontent.com/ImMALWARE/MalwTool/main/MalwTool.ps1 | iex"
8+
powershell -command "irm https://raw.githubusercontent.com/ImMALWARE/MalwTool/main/MalwTool.ps1 | iex"
99
```
1010
Second, shortened command variant (simple redirect to the same GitHub from my website)
1111
```pwsh
12-
powershell -command "iwr -useb https://malw.ru/dl/malwtool | iex"
12+
powershell -command "irm https://malw.ru/dl/malwtool | iex"
1313
```
1414

1515
# Features

0 commit comments

Comments
 (0)