b35b67d5b5
bookmarkupdate
2020-06-07 19:55:34 +01:00
46c05757ef
fixed bookmarks
2020-06-07 09:33:00 +01:00
b3bfe7afd5
Merge branch 'master' into siosulli-privacy
2020-06-07 09:32:32 +01:00
d933bc8eae
trying to fix warnings again
2020-06-05 16:12:10 -07:00
0c09d4a395
trying to fix warnings
2020-06-05 15:51:45 -07:00
c6a57e8caf
Merge branch 'master' into dh-privacy-hub
2020-06-05 15:23:43 -07:00
53124cd9bf
Update windows-10-and-privacy-compliance.md
2020-06-05 22:05:50 +01:00
fec6e45f5a
fixes from build report
2020-06-05 21:50:20 +01:00
2a5b3f1b14
updates to privacy docs
2020-06-05 21:11:08 +01:00
bd803b9ab0
updates to privacy docs
2020-06-05 20:31:42 +01:00
642e2f8a35
Update windows-10-and-privacy-compliance.md
2020-06-05 16:44:37 +01:00
f549befa2c
Update changes-to-windows-diagnostic-data-collection.md
2020-06-04 16:35:34 +01:00
991c2cfea3
Create changes-to-windows-diagnostic-data-collection.md
2020-06-04 13:49:26 +01:00
22cd538c72
adding some links to hub
2020-06-03 23:19:26 -07:00
db3151b60b
pencil edit
2020-06-03 10:22:12 -07:00
a064ee8ebb
Added warnings and Edge Policies link
...
Added warnings and Edge Policies link
2020-06-03 09:52:28 -07:00
234f70bdc9
Merge branch 'master' into siosulli-wps
2020-06-03 14:14:21 +01:00
459d69216f
updating hub page
2020-06-02 20:10:04 -07:00
a7f517d4be
testing 1 2 3
2020-06-02 18:49:00 -07:00
c72c19c4b7
Merge branch 'master' into jreeds-rebrand-antivirus
2020-06-01 12:33:03 -07:00
f895320c8e
fix suggestions and warnings
2020-05-28 09:31:24 -07:00
fb379c263e
Merge branch 'master' into siosulli-wps
2020-05-28 16:40:43 +01:00
66d5fe8a6a
Update deploy-data-processor-service-windows.md
2020-05-28 16:38:49 +01:00
b2307dafad
updating version name
2020-05-28 08:28:47 -07:00
4ddbe3ad7a
updating version name
2020-05-28 08:28:38 -07:00
9a6bc337ce
removing stub
2020-05-27 18:53:45 -07:00
41015ecb4b
Changed windows- to microsoft-defender-antivirus
...
Updated file path instances of windows-defender-antivirus to microsoft-defender-antivirus.
2020-05-27 14:27:55 -07:00
2e2bd51aa0
Merge branch 'master' into jreeds-rebrand-antivirus
2020-05-27 10:36:18 -07:00
4f925213ca
fixing merge conflicts
2020-05-27 09:54:10 -07:00
d9f075b4fe
Update deploy-data-processor-service-windows.md
2020-05-27 07:36:13 +01:00
985103f048
Update deploy-data-processor-service-windows.md
2020-05-25 12:52:01 -07:00
e0ac83cd15
Create deploy-data-processor-service-windows.md
2020-05-22 17:32:33 +01:00
fd2fc009be
Changed Windows to Microsoft
...
Changed only UX content; will change links later.
2020-05-21 14:21:37 -07:00
3b0804ff9d
Merge pull request #6418 from MaratMussabekov/patch-133
...
added reference to www.microsoft.com
2020-05-15 16:06:02 -07:00
f5596eef5c
Removed 1909 note as folder is now added
...
Removed 1909 note as folder is now added
2020-05-14 02:00:50 -07:00
2f1e3dba70
updated TOC with new manage ENT 2004
...
updated TOC with new manage ENT 2004
2020-05-11 22:33:28 -07:00
8d7916858d
New Manage Connections ENT page
...
New Manage Connections ENT page
2020-05-11 22:32:15 -07:00
3502670d8b
Fixing toc to the new page
2020-05-11 18:34:19 -07:00
e229d06818
added 2004
2020-05-11 18:31:55 -07:00
205839495f
New manage connection endpoints non-ent
...
New manage connection endpoints non-ent
2020-05-11 17:14:52 -07:00
09751e84a9
pencil edits
2020-05-11 11:36:27 -07:00
40f87518f0
Whitespace
...
- remove redundant blank space
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com >
2020-05-11 12:11:25 +02:00
10ea336361
Typo correction in description
...
- Winddows -> Windows
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com >
2020-05-11 11:50:59 +02:00
2f626823f1
Grammar article correction (a/an), redundant space
...
- Whitespace removal
- a -> an
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com >
2020-05-11 11:24:23 +02:00
5ebd60e8f3
Remove 2 unneeded backslashes
...
- a slash character may sometimes work as an escape character
- www.bing.com does not need to have an ending asterisk escaped
2020-05-10 02:39:28 +02:00
3f8d6890d1
Windows Endpoints 1903: escape MarkDown asterisks
...
Description:
As reported in issue ticket #6668
(Markdown oddities under Windows 10 Family section), several endpoint
URLs show up in italics/cursive text instead of showing the asterisk as
intended (and visible in other endpoint URLs). This is a result from
inconsistent use of the MarkDown escape character, backslash, to block
the next special character from being read as a formatting character.
Thanks to Tafkae (Lisa H.) for reporting this issue.
Changes proposed:
- Add backslash before all and any asterisk not used in formatting
- Remove all EOL (end-of-line) whitespace (blanks)
- Remove excessive blanks in the numbered list
- Add 1 blank line between the metadata section and the page title
- Add 1 blank space between each table pipe character and its cell text
- Add hyphens to align the width of the second row with the title row
Ticket closure or reference:
Closes #6668
2020-05-10 02:28:02 +02:00
02d52f1635
Merge pull request #2661 from LauraKellerGitHub/apr28-addl
...
2661 | Rebranding updates | windows-docs-pr | LK
2020-05-07 11:47:28 -07:00
22a15bfa1f
github reviewer corrections
2020-05-06 12:32:35 -07:00
4dc33fcd8a
Included user level Inking & Typing GP
...
Included user level Inking & Typing GP
2020-05-05 06:11:57 -07:00
2ccaa093e5
five updates
2020-05-01 12:45:13 -07:00