Skip to content

Commit cfe6833

Browse files
Update integritycheck-require-signature-check.md
1 parent 086a0a7 commit cfe6833

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 04/21/2021
77

88
Specifies that the digital signature of the binary image must be checked at load time.
99

10-
> **`/INTEGRITYCHECK`**[**`:NO`**]
10+
> **`/INTEGRITYCHECK`**
1111
1212
## Remarks
1313

@@ -25,7 +25,11 @@ 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. In **Additional Options**, enter *`/INTEGRITYCHECK`* or *`/INTEGRITYCHECK:NO`*. Choose **OK** to save your changes.
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.
31+
32+
1. Choose **OK** to save your changes.
2933

3034
## See also
3135

0 commit comments

Comments
 (0)