Skip to content

Commit 1707453

Browse files
authored
Merge pull request #4676 from glenn-slayden/glenn-slayden-patch-1
[link.exe /INTEGRITYCHECK] fix -- ":NO" suffix doesn't work, so update the docs
2 parents 086a0a7 + 146ff9f commit 1707453

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 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,9 @@ 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. By default, **`/INTEGRITYCHECK`** is off.
29+
30+
1. Choose **OK** to save your changes.
2931

3032
## See also
3133

0 commit comments

Comments
 (0)