Skip to content

Commit d4b7ee1

Browse files
mhartkemSean Wheeler
authored andcommitted
Update Stop-Process.md (MicrosoftDocs#2113)
Clean up unordered list formatting.
1 parent 0a5fe76 commit d4b7ee1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

reference/6/Microsoft.PowerShell.Management/Stop-Process.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,14 +285,11 @@ Otherwise, this cmdlet does not generate any output.
285285
## NOTES
286286
* You can also refer to **Stop-Process** by its built-in aliases, **kill** and **spps**. For more information, see about_Aliases.
287287
288-
You can also use the properties and methods of the Windows Management Instrumentation (WMI) **Win32_Process** object in Windows PowerShell.
289-
For more information, see **Get-WmiObject** and the WMI SDK.
288+
* 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.
290289
291-
When stopping processes, realize that stopping a process can stop process and services that depend on the process.
290+
* When stopping processes, realize that stopping a process can stop process and services that depend on the process.
292291
In an extreme case, stopping a process can stop Windows.
293292
294-
*
295-
296293
## RELATED LINKS
297294
298295
[Debug-Process](Debug-Process.md)

0 commit comments

Comments
 (0)