Replace slugs on code blocks with valid types

This commit is contained in:
Gary Moore
2021-10-28 17:32:42 -07:00
parent c20d41c2d0
commit 806813def8

View File

@ -40,12 +40,12 @@ In some cases, the code integrity logs where WDAC errors and warnings are writte
Installing .msi files directly from the internet to a computer protected by WDAC will fail.
For example, this command will not work:
```code
```console
msiexec i https://download.microsoft.com/download/2/E/3/2E3A1E42-8F50-4396-9E7E-76209EA4F429/Windows10_Version_1511_ADMX.msi
```
As a workaround, download the MSI file and run it locally:
```code
```console
msiexec i c:\temp\Windows10_Version_1511_ADMX.msi
```