12 Commits

Author SHA1 Message Date
Greg Lindsay
89c94f5930 metadata fixes 2019-10-22 15:05:00 -07:00
Greg Lindsay
cd9dfebd75 author change 2019-10-21 14:16:32 -07:00
illfated
797836ac44 MetaData update: convert ^M (2x) to NewLine
- replaced Ctrl-M character with NewLine in MetaData
2019-08-29 00:28:11 +02:00
illfated
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
Greg Lindsay
8530777e0f added audience metadata 2019-08-06 12:10:23 -07:00
Greg Lindsay
59df9ebc41 fix authors and delete blank files 2019-06-13 12:47:41 -07:00
VSC-Service-Account
858476cf2f CI Update 2019-06-04 22:13:57 +00:00
get-itips
4b7f458c6a several metadata changes 2019-05-30 10:05:55 -03:00
get-itips
aa202a81a8 several metadata changes 2019-05-30 09:47:54 -03:00
illfated
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
Liza Poggemeyer
dc4ab372f5 Merged PR 14658: Added ms.collection and ms.topic metadata, fixed ms.prod 2019-03-05 23:49:56 +00:00
Liza Poggemeyer
183af3b873 Merged PR 11421: New Windows Update overview content from CSS
Author = kaushika
2018-09-19 18:27:59 +00:00