Changed code block type from 'dos' to 'console'

The valid types for code blocks are listed here: https://docsmetadatatool.azurewebsites.net/allowlists/#
This commit is contained in:
Gary Moore
2020-08-25 16:28:56 -07:00
committed by GitHub
parent dec74b2b51
commit 66f87905dc

View File

@ -368,7 +368,7 @@ The following steps can be used to configure Network Unlock on these older syste
6. Configure registry settings for Network Unlock:
Apply the registry settings by running the following certutil script (assuming your network unlock certificate file is called **BitLocker-NetworkUnlock.cer**) on each computer running any of the client operating systems designated in the **Applies To** list at the beginning of this topic.
```dos
```console
certutil -f -grouppolicy -addstore FVE_NKP BitLocker-NetworkUnlock.cer
reg add "HKLM\SOFTWARE\Policies\Microsoft\FVE" /v OSManageNKP /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\FVE" /v UseAdvancedStartup /t REG_DWORD /d 1 /f