From bf63a3040ec99b642286807599937b54394756ff Mon Sep 17 00:00:00 2001 From: mhartkem <36280074+mhartkem@users.noreply.github.com> Date: Fri, 9 Feb 2018 06:55:30 -0500 Subject: [PATCH] Update Stop-Process.md Clean up unordered list formatting. --- .../6/Microsoft.PowerShell.Management/Stop-Process.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/reference/6/Microsoft.PowerShell.Management/Stop-Process.md b/reference/6/Microsoft.PowerShell.Management/Stop-Process.md index 4319b35d29f0..e1181e8bc73f 100644 --- a/reference/6/Microsoft.PowerShell.Management/Stop-Process.md +++ b/reference/6/Microsoft.PowerShell.Management/Stop-Process.md @@ -285,14 +285,11 @@ Otherwise, this cmdlet does not generate any output. ## NOTES * You can also refer to **Stop-Process** by its built-in aliases, **kill** and **spps**. For more information, see about_Aliases. - You can also use the properties and methods of the Windows Management Instrumentation (WMI) **Win32_Process** object in Windows PowerShell. -For more information, see **Get-WmiObject** and the WMI SDK. +* You can also use the properties and methods of the Windows Management Instrumentation (WMI) **Win32_Process** object in Windows PowerShell. For more information, see **Get-WmiObject** and the WMI SDK. - When stopping processes, realize that stopping a process can stop process and services that depend on the process. +* When stopping processes, realize that stopping a process can stop process and services that depend on the process. In an extreme case, stopping a process can stop Windows. -* - ## RELATED LINKS [Debug-Process](Debug-Process.md)