Commit Graph

23 Commits

Author SHA1 Message Date
ae7fb17515 Update short descriptions for SEO improvement 2020-08-19 21:35:40 -07:00
f93ad9afa9 fix warnings 2020-08-13 14:09:02 -07:00
3c11baced5 fix conflicts 2020-08-13 13:53:26 -07:00
76c7bb7b31 other metadata cleanup 2020-08-12 14:42:08 -07:00
eaf4107d89 Update windows-update-resources.md 2020-08-12 12:36:42 -07:00
bb6a55ad38 Update windows-update-resources.md 2020-06-22 14:30:10 -06:00
5c38abf92d Merge pull request #3070 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/windows-itpro-docs (branch public)
2020-06-15 10:26:06 -07:00
c1c122c826 pencil edits 2020-06-15 10:12:12 -07:00
618f27b95f pencil edits 2020-06-15 09:57:21 -07:00
1a9a8cec2d Windows Update: code blocks vs. translation errors
Description:

As reported in issue ticket #6953 (Translations errors caused by
missing code block), there are several remaining lines of text directly
referencing file paths and/or OS commands where the commands and
their parameters get translated due to a lack of MarkDown code blocks.

Thanks to sebbu2 for reporting this issue.

Changes proposed:
- Encapsulate (enclose) CLi commands and folder paths in MD back ticks
- Remove MD bullet point indicators from the encapsulated lines

- Whitespace & grammar corrections:
    - Normalize indentation, for the code blocks in particular
    - Add missing MarkDown indent marker compatibility spacing
    - Add blank line after H2 heading (MD codestyle standard)
    - Grammar improvement: "allow reset"  -> 'allows you to reset'
    - Add readability comma to the same sentence
    - Remove redundant blank line in the metadata section

Ticket closure or reference:

Closes #6953
2020-06-14 03:18:09 +02:00
85eee2b34b Updated meta descriptions for SEO 2020-06-12 15:17:25 -07:00
89c94f5930 metadata fixes 2019-10-22 15:05:00 -07:00
cd9dfebd75 author change 2019-10-21 14:16:32 -07:00
797836ac44 MetaData update: convert ^M (2x) to NewLine
- replaced Ctrl-M character with NewLine in MetaData
2019-08-29 00:28:11 +02:00
7a2a5eeff6 Windows Update resources: add MD code block
Description:

The list of manual regsvr32.exe commands becomes translated in other
languages, to the extent that extra words appear among the commands.
This is an attempt to mitigate this behavior in the machine translation,
by adding a MarkDown code block around the list of commands.

Proposed changes:
- Add MD code block around the long list of regsvr32.exe commands
- Remove blank space characters at the end of each line (cosmetic)

issue ticket reference or closure:
Ref. #4800 (Spanish "translation" of commands)
Ref. #3569, #3570, #3571, #3572, #3574, #3575
( [LOC] Back-Translation "regsvr32.exe [...]" )
2019-08-29 00:13:45 +02:00
8530777e0f added audience metadata 2019-08-06 12:10:23 -07:00
59df9ebc41 fix authors and delete blank files 2019-06-13 12:47:41 -07:00
858476cf2f CI Update 2019-06-04 22:13:57 +00:00
4b7f458c6a several metadata changes 2019-05-30 10:05:55 -03:00
aa202a81a8 several metadata changes 2019-05-30 09:47:54 -03:00
431727eb80 Deployment/Update: netsh winsock reset command order correction
The correct order of the command `netsh winsock reset` is required.
The argument 'winsock' is the **context** and can not be rearranged.
In this context, 'reset' is the parameter to the context, not the context itself.
The correct command / context order is unchanged since Windows 2000.

Current order in the example is incorrect and needs to be amended:

-  `netsh reset winsock` does not work, it returns an error message.
-  `netsh winsock reset` is the correct order of context and parameter.

Closes #3157
Closes #3193 (if not closed already)
2019-04-07 20:49:22 +02:00
dc4ab372f5 Merged PR 14658: Added ms.collection and ms.topic metadata, fixed ms.prod 2019-03-05 23:49:56 +00:00
183af3b873 Merged PR 11421: New Windows Update overview content from CSS
Author = kaushika
2018-09-19 18:27:59 +00:00