This is a follow-up to my previous PR #3305
(Windows/Privacy: change formatting code to text).
I found one URL that I missed in my previous solution.
This is a 1 line change, making the starting and ending asterisk
show up on the page, instead of formatting the text as italics.
Addendum: For future web page documentation, it may be a good idea
to use the HTML codes `*` + `\` for `*` and `\` respectively,
to avoid situations where pages look OK on Github, but not translating
well to the docs.microsoft.com pages.
Ref. issue ticket #3304 (Domain misspelling)
Windows Update changes based on:
Bug 21298012: WU firewall documentation is referencing CDN specific hostnames
Incident transfer: [PROD] Sev 3: ID 115923552: Windows Update connection endpoints for Windows 10
Windows Update changes based on:
Bug 21298012: WU firewall documentation is referencing CDN specific hostnames
Incident transfer: [PROD] Sev 3: ID 115923552: Windows Update connection endpoints for Windows 10
Windows Update changes based on:
1. Bug 21298012: WU firewall documentation is referencing CDN specific hostnames
2. Incident transfer: [PROD] Sev 3: ID 115923552: Windows Update connection endpoints for Windows 10
Changed wording of setting diagnostic data levels via registry editor so that it is clear that if an MDM/GP policy exists, it writes over the manually set value. This avoids the erroneous confusion that the MDM/GP 'overrides' local device registry level (which is not entirely true, as the more restrictive value is taken).
Asterisks need to be escaped in Github source text pages to avoid being
treated as formatting code for italics. Here is an initial attempt to
resolve the unwanted formatting by escaping the asterisks by preceding
the asterisks with a backslash character.
Extra detail: typo correction, "micorosoft" => microsoft
Closes#3304