Skip to content

Commit 199e0bb

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

File tree

1 file changed

+16
-22
lines changed

1 file changed

+16
-22
lines changed

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

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -232,37 +232,31 @@ To get the latest platform updates, you can use any of the following methods:
232232

233233
## How to roll back an update
234234

235-
In the unfortunate event that you encounter issues after an update, you can roll back to the previous or the inbox version
235+
In the unfortunate event that you encounter issues after an update, you can roll back to the previous or the inbox version.
236236

237-
Security intelligence update
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:
238238

239-
- To roll back to the previous or to the original inbox version of the security intelligence version, run the following command:
240-
241-
```console
242-
"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe"-RemoveDefinitions
243-
```
239+
```console
240+
"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe"-RemoveDefinitions
241+
```
244242

245-
Engine update
246-
247-
- To roll back to the previous engine version, run the following command:
243+
To roll the engine version back to a previous version, run the following command:
248244

249-
```console
250-
"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe"-RemoveDefinitions -Engine
251-
```
245+
```console
246+
"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe"-RemoveDefinitions -Engine
247+
```
252248

253-
Platform update
254-
255-
- To roll back to the previous version, run the following command:
249+
To roll a platform update back to the previous version, run the following command:
256250

257-
```console
251+
```console
258252
"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe" -RevertPlatform
259-
```
253+
```
260254

261-
- To roll back this update to the version shipped with the Operating System ("%ProgramFiles%\Windows Defender")
255+
To roll updates back to the version shipped with the operating system (`%ProgramFiles%\Windows Defender`), run the following command:
262256

263-
```console
264-
"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe" -ResetPlatform
265-
```
257+
```console
258+
"%programdata%\Microsoft\Windows Defender\Platform\<version>\MpCmdRun.exe" -ResetPlatform
259+
```
266260

267261
## Platform version included with Windows 10 releases
268262

0 commit comments

Comments
 (0)