You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/6/Microsoft.PowerShell.Management/Stop-Process.md
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -285,14 +285,11 @@ Otherwise, this cmdlet does not generate any output.
285
285
## NOTES
286
286
* You can also refer to **Stop-Process** by its built-in aliases, **kill** and **spps**. For more information, see about_Aliases.
287
287
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.
290
289
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.
292
291
In an extreme case, stopping a process can stop Windows.
0 commit comments