Commit Graph

1709 Commits

Author SHA1 Message Date
67b8a697ec Fix registry path to DoNotConnectToWindowsUpdateInternetLocations 2020-10-02 20:57:25 +02:00
7171379918 pencil edit 2020-10-01 10:23:52 -07:00
9160bfa7b1 pencil edit 2020-10-01 10:21:16 -07:00
b303843e99 Merge pull request #8390 from cinglis-msft/patch-22
UC config script note, doesn't configure DO
2020-10-01 09:26:32 -07:00
543f9fa281 Update update-compliance-configuration-script.md
@cinglis-msft , you OK with my small edit?
2020-10-01 09:10:47 -07:00
f364be6427 Update update-compliance-schema.md
Made the language plainer. You OK with my changes, @cinglis-msft ?
2020-10-01 09:05:44 -07:00
b158dc6a10 Clarity on TimeGenerated, snapshot ingestion
@jaimeo
2020-10-01 11:04:50 -05:00
abc0410461 LastScan vs TimeGenerated note 2020-10-01 10:59:45 -05:00
acccabd53d UC config script note, doesn't configure DO
@jaimeo - we could also include a link to DO docs in the Note if you think that's best, not sure about the navpath.
2020-10-01 10:50:25 -05:00
c38824ac33 Merge pull request #8371 from lindspea/patch-31
Update update-compliance-configuration-manual.md
2020-09-30 11:55:42 -07:00
ac0d15a8fd Merge branch 'master' into cleanupdotnet 2020-09-29 12:01:53 -07:00
5f1cb67115 Merge branch 'master' into repo_sync_working_branch 2020-09-29 11:56:50 -07:00
326ac55677 pencil edit 2020-09-29 11:49:31 -07:00
415cdc4b89 fixing instances of .Net 2020-09-29 11:05:17 -07:00
e085f6c4a7 Merge pull request #8350 from MaratMussabekov/patch-214
Update Feature Updates release time
2020-09-29 10:44:07 -07:00
0d365e2a0c Merge pull request #8380 from arcarley/patch-17
Update waas-servicing-channels-windows-10-updates.md
2020-09-29 10:43:50 -07:00
28333b1dc3 Update waas-servicing-channels-windows-10-updates.md 2020-09-29 10:43:30 -07:00
7c76ef2237 Update waas-servicing-channels-windows-10-updates.md 2020-09-29 10:41:23 -07:00
2202848400 Update update-compliance-configuration-manual.md 2020-09-29 10:38:01 -07:00
83043b83db Merge pull request #8355 from RAJU2529/patch-93
removed broken link. added correct link
2020-09-29 10:34:39 -07:00
7ee5fec1f4 Update media-dynamic-update.md 2020-09-29 10:33:52 -07:00
e66afe997f Update media-dynamic-update.md 2020-09-29 09:44:36 -07:00
aa388990b5 Update waas-servicing-channels-windows-10-updates.md
Updating to remove the end user control (as we took that away in 2004, now folks should use local GP). Additionally, made a few small tweaks to add clarity.
2020-09-29 07:47:14 -07:00
97f7c1fe51 Update media-dynamic-update.md
Fixed missing words, and added PowerShell formatting for code. Note this formatting was originally left out as it was causing formatting issues. This should be fixed with the removal of curly quotes.
2020-09-28 15:52:43 -07:00
b460e75929 Update update-compliance-configuration-manual.md
Added note.
2020-09-28 10:41:18 +02:00
f4e1b8e21b Update windows/deployment/update/get-started-updates-channels-tools.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2020-09-26 23:04:12 +05:00
6b22b0b2de Remove HoloLens from delivery optimization chart 2020-09-25 16:50:41 -07:00
64ce73e96d adding description 2020-09-25 09:45:33 -07:00
24ed80789d Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into DOproxy 2020-09-25 09:19:18 -07:00
d16d9f7938 small tweaks; wiring into TOC 2020-09-25 09:19:09 -07:00
6f5ba61aa4 Merge pull request #8348 from alecoot/RemoveMSA
Updating MSA warning documentation
2020-09-25 08:16:14 -07:00
7bbd5b95b3 Update windows-update-troubleshooting.md
Cleaned up language for clarity and terminology.
2020-09-25 08:15:36 -07:00
cdf08e07bb removed broken link. added correct link
as per the user report #8351 . so I removed invalid link , added correct link.
This PR editied using Android smartphone.
2020-09-25 18:49:49 +05:30
e11ea766cd Update get-started-updates-channels-tools.md 2020-09-25 09:43:17 +05:00
a1d16d9d3a Updating MSA warning documentation 2020-09-24 15:58:48 -07:00
86f91160a7 initial import 2020-09-24 11:29:50 -07:00
5796bfb7ec Script improvements
- Script: Marked each snippet as "PowerShell" instead of plain text. Both GitHub and Microsoft Docs can highlight PowerShell syntax.
- Script: Added `#Requires -RunAsAdministrator` because the `Mount-WindowsImage` cmdlet needs it.
- Script: Eliminated the path-concatenating code-spaghetti. A mixture of different string-concatenating features was used alongside `Join-Path`! As a result, reading, interpreting, and adopting the path section of the script was a total nightmare.
- Script: Replaced all instances of "Write-Host" with "Write-Output". This is a serious change, as PowerShell scripts do not always run attended. Per PowerShell guidelines, `Write-Host` is a last-resort cmdlet. Where possible, `Write-Output` should be used instead.
- Script: Changed `"{0:HH:mm:ss}" -f (Get-Date)` into `return "{0:HH:mm:ss}" -f [DateTime]::Now`. It seems not everyone knows that Get-Date's output can be customized, and not always via its parameters. Hence, the former could have unintended consequences. It is also possible to write `Get-Date -Format "HH:mm:ss"` which is neither superior nor inferior. (Well, maybe it costs a few more CPU ticks.)
- Markdown Linter: Replaced inline HTML with Markdown
- Markdown Linter: Inserted the missing line breaks before each heading
2020-09-24 11:50:11 +03:30
6df7937bb1 Update update-baseline.md
nit: corrected capitalization in title
2020-09-23 15:52:27 -07:00
1caa0dfd05 adding closing backticks 2020-09-18 12:42:15 -07:00
dea6677b0c fixing typos 2020-09-18 12:05:39 -07:00
a5741b4ad8 Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into optionalcontent 2020-09-18 11:33:45 -07:00
118d8b1060 typos, adding links 2020-09-18 11:33:39 -07:00
5f98ead2fb corrections 2020-09-18 10:42:14 -07:00
3bd68e4a56 tweaks; connect to TOC 2020-09-18 10:26:23 -07:00
2da1c95164 metadata in a nother file 2020-09-18 10:17:30 -07:00
57575c4f8e import 2020-09-18 10:07:47 -07:00
6f87e9def3 metadata fu 2020-09-17 15:24:16 -07:00
6bbc7c131e initial import 2020-09-17 15:09:15 -07:00
5b300417ff Fix bold marking
The "C" was not in bold
2020-09-15 21:44:36 +02:00
1d0a285d20 Merge pull request #8281 from WplusAzureAuto/patch-1
Update waas-delivery-optimization-setup.md
2020-09-15 10:52:01 -07:00