Commit Graph

5 Commits

Author SHA1 Message Date
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