Skip to content

Commit 4057a20

Browse files
committed
Update microsoft-defender-antivirus-updates.md
1 parent 199e0bb commit 4057a20

File tree

1 file changed

+9
-35
lines changed

1 file changed

+9
-35
lines changed

defender-endpoint/microsoft-defender-antivirus-updates.md

Lines changed: 9 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -207,18 +207,9 @@ To install the latest security intelligence and antivirus engine updates, you ca
207207
- File server
208208
- Windows Security app: See [Microsoft Defender Antivirus in the Windows Security app](/defender-endpoint/microsoft-defender-security-center-antivirus)
209209
- Command line, as follows:
210-
211-
- ```console
212-
"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe"-SignatureUpdate
213-
```
214-
215-
- ```console
216-
"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe"
217-
```
218-
219-
- ```console
220-
"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe"-SignatureUpdate -MMPC
221-
```
210+
- `"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe"-SignatureUpdate`
211+
- `"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe"`
212+
- `"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe"-SignatureUpdate -MMPC`
222213

223214
For more information, please review [Manage the sources for Microsoft Defender Antivirus protection updates](/defender-endpoint/manage-protection-updates-microsoft-defender-antivirus)
224215

@@ -234,29 +225,12 @@ To get the latest platform updates, you can use any of the following methods:
234225

235226
In the unfortunate event that you encounter issues after an update, you can roll back to the previous or the inbox version.
236227

237-
To roll security intelligence updates back to the previous or to the original inbox version of the security intelligence version, run the following command:
238-
239-
```console
240-
"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe"-RemoveDefinitions
241-
```
242-
243-
To roll the engine version back to a previous version, run the following command:
244-
245-
```console
246-
"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe"-RemoveDefinitions -Engine
247-
```
248-
249-
To roll a platform update back to the previous version, run the following command:
250-
251-
```console
252-
"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe" -RevertPlatform
253-
```
254-
255-
To roll updates back to the version shipped with the operating system (`%ProgramFiles%\Windows Defender`), run the following command:
256-
257-
```console
258-
"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe" -ResetPlatform
259-
```
228+
| Scenario | Command |
229+
|--|--|
230+
| Roll security intelligence updates back to the previous or to the original inbox version of the security intelligence version | `"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe"-RemoveDefinitions` |
231+
| Roll the engine version back to the previous version | `"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe"-RemoveDefinitions -Engine` |
232+
| Roll a platform update back to the previous version | `"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe" -RevertPlatform` |
233+
| Roll updates back to the version shipped with the operating system (`%ProgramFiles%\Windows Defender`) | `"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe" -ResetPlatform` |
260234

261235
## Platform version included with Windows 10 releases
262236

0 commit comments

Comments
 (0)