Skip to content

Commit 146ff9f

Browse files
authored
Update integritycheck-require-signature-check.md
1 parent cfe6833 commit 146ff9f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/build/reference/integritycheck-require-signature-check.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ Microsoft has new signing guidance for DLL and executable files linked by using
2525

2626
1. Select the **Configuration Properties** > **Linker** > **Command Line** property page.
2727

28-
1. To build an image which requires digital signature verification to be loaded, add *`/INTEGRITYCHECK`* to the **Additional Options** command line.
29-
30-
1. To disable the feature, remove the *`/INTEGRITYCHECK`* option.
28+
1. To build an image which requires digital signature verification to be loaded, add *`/INTEGRITYCHECK`* to the **Additional Options** command line. By default, **`/INTEGRITYCHECK`** is off.
3129

3230
1. Choose **OK** to save your changes.
3331

0 commit comments

Comments
 (0)