You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: audio/sysvad/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ The package should contain these files:
81
81
| ComponentizedAudioSampleExtension.inf | An extension information (INF) file that extends the Tablet Audio Sample driver functionality by associating an APO device to it. |
82
82
| TabletAudioSample.inf | A non-componentized information (INF) file that contains information needed to install the driver. |
83
83
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).
85
85
86
86
## Run the sample
87
87
@@ -101,8 +101,8 @@ Open a Command Prompt window as Administrator. Then enter the following command:
101
101
102
102
and reboot the target computer.
103
103
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.
106
106
107
107
Re-enable these security features when testing is complete and appropriately manage the test PC, when the security features are disabled.
108
108
@@ -126,7 +126,7 @@ Without any signature or kernel debugger, the driver will not be installed in th
126
126
127
127
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.
128
128
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).
0 commit comments