Indent a code block in a list item

This commit is contained in:
Gary Moore
2021-10-14 18:25:18 -07:00
parent dc63e23408
commit 7577992ae1

View File

@ -299,9 +299,9 @@ C. If you experience a critical error during boot or your system is unstable aft
1. Run the following command from an elevated prompt to set the HVCI registry key to off: 1. Run the following command from an elevated prompt to set the HVCI registry key to off:
```console ```console
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "Enabled" /t REG_DWORD /d 0 /f reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "Enabled" /t REG_DWORD /d 0 /f
``` ```
1. Restart the device. 1. Restart the device.