Skip to content

Commit 2400045

Browse files
author
Barry Golden
authored
Update README.md
1 parent 834c103 commit 2400045

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

audio/sysvad/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The package should contain these files:
8181
| ComponentizedAudioSampleExtension.inf | An extension information (INF) file that extends the Tablet Audio Sample driver functionality by associating an APO device to it. |
8282
| TabletAudioSample.inf | A non-componentized information (INF) file that contains information needed to install the driver. |
8383

84-
For more information on extension INF files, see [Using an extension INF file](https://docs.microsoft.com/en-us/windows-hardware/drivers/install/using-an-extension-inf-file).
84+
For more information on extension INF files, see [Using an extension INF file](https://docs.microsoft.com/windows-hardware/drivers/install/using-an-extension-inf-file).
8585

8686
## Run the sample
8787

@@ -101,8 +101,8 @@ Open a Command Prompt window as Administrator. Then enter the following command:
101101

102102
and reboot the target computer.
103103

104-
[!IMPORTANT]
105-
Before using BCDEdit to change boot information you may need to temporarily suspend Windows security features such as BitLocker and Secure Boot on the test PC.
104+
> [!IMPORTANT]
105+
> Before using BCDEdit to change boot information you may need to temporarily suspend Windows security features such as BitLocker and Secure Boot on the test PC.
106106
107107
Re-enable these security features when testing is complete and appropriately manage the test PC, when the security features are disabled.
108108

@@ -126,7 +126,7 @@ Without any signature or kernel debugger, the driver will not be installed in th
126126

127127
The only way of installing and executing the whole driver sample is to have all the files (.sys, .dll and .cat) signed with a trusted certificate. This will allow the entire driver to be loaded even without a kernel debugger attached.
128128

129-
For more information on the subject, see [Driver signing](https://docs.microsoft.com/en-us/windows-hardware/drivers/install/driver-signing).
129+
For more information on the subject, see [Driver signing](https://docs.microsoft.com/windows-hardware/drivers/install/driver-signing).
130130

131131
### Install the driver
132132

0 commit comments

Comments
 (0)