mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-07-04 19:53:38 +00:00
Minor edits for readability
This commit is contained in:
@ -160,7 +160,7 @@ Pick the correct version of each .dll for the Windows release you plan to suppor
|
|||||||
<Deny ID="ID_DENY_MS_BUILD" FriendlyName="Microsoft.Build.dll" FileName="Microsoft.Build.dll" MinimumFileVersion="65535.65535.65535.65535" />
|
<Deny ID="ID_DENY_MS_BUILD" FriendlyName="Microsoft.Build.dll" FileName="Microsoft.Build.dll" MinimumFileVersion="65535.65535.65535.65535" />
|
||||||
<Deny ID="ID_DENY_MS_BUILD_FMWK" FriendlyName="Microsoft.Build.Framework.dll" FileName="Microsoft.Build.Framework.dll" MinimumFileVersion="65535.65535.65535.65535" />
|
<Deny ID="ID_DENY_MS_BUILD_FMWK" FriendlyName="Microsoft.Build.Framework.dll" FileName="Microsoft.Build.Framework.dll" MinimumFileVersion="65535.65535.65535.65535" />
|
||||||
|
|
||||||
<!-- pick correct version of msxml3.dll, msxml6.dll, and jscript9.dll based on release you are supporting -->
|
<!-- pick the correct version of msxml3.dll, msxml6.dll, and jscript9.dll based on the release you are supporting -->
|
||||||
<!-- the versions of these files in the 1903 release have this issue fixed, so they don’t need to be blocked -->
|
<!-- the versions of these files in the 1903 release have this issue fixed, so they don’t need to be blocked -->
|
||||||
<!-- RS1 Windows 1607
|
<!-- RS1 Windows 1607
|
||||||
<Deny ID="ID_DENY_MSXML3" FriendlyName="msxml3.dll" FileName="msxml3.dll" MinimumFileVersion ="8.110.14393.2550"/>
|
<Deny ID="ID_DENY_MSXML3" FriendlyName="msxml3.dll" FileName="msxml3.dll" MinimumFileVersion ="8.110.14393.2550"/>
|
||||||
@ -892,7 +892,7 @@ Pick the correct version of each .dll for the Windows release you plan to suppor
|
|||||||
<FileRuleRef RuleID="ID_DENY_WMIC"/>
|
<FileRuleRef RuleID="ID_DENY_WMIC"/>
|
||||||
<FileRuleRef RuleID="ID_DENY_MWFC" />
|
<FileRuleRef RuleID="ID_DENY_MWFC" />
|
||||||
<FileRuleRef RuleID="ID_DENY_WFC" />
|
<FileRuleRef RuleID="ID_DENY_WFC" />
|
||||||
<!-- Uncomment the relevant line(s) below if you have uncommented them in the rule definitions above.
|
<!-- uncomment the relevant line(s) below if you have uncommented them in the rule definitions above
|
||||||
<FileRuleRef RuleID="ID_DENY_MSXML3" />
|
<FileRuleRef RuleID="ID_DENY_MSXML3" />
|
||||||
<FileRuleRef RuleID="ID_DENY_MSXML6" />
|
<FileRuleRef RuleID="ID_DENY_MSXML6" />
|
||||||
<FileRuleRef RuleID="ID_DENY_JSCRIPT9" />
|
<FileRuleRef RuleID="ID_DENY_JSCRIPT9" />
|
||||||
|
Reference in New Issue
Block a user