- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to stop service with their dependent services using PowerShell?
To stop multiple services can be stopped using Name or displayname by providing command (,) between them.
With name and DisplayName,
Stop-Service -Name Spooler, W32Time -Verbose Stop-Service -DisplayName "Print Spooler","Windows Time" -Verbose
- Related Articles
- How to stop service with their dependent services in PowerShell?
- How to stop multiple services using PowerShell?
- How to start dependent services in PowerShell?
- How to stop a windows service using PowerShell?
- How to stop the service with the display name in PowerShell?\n
- How to remove Windows service with PowerShell?
- How to get service information with the WMI method using PowerShell?
- How to start multiple windows services using PowerShell?
- How to start a windows service using PowerShell?
- How to get all the services based on their status in PowerShell?
- How to get services on remote computers with PowerShell?
- How to start windows service with display name in PowerShell?
- How to get the services on a local computer with PowerShell?
- How to stop the Azure VM using Azure CLI in PowerShell?
- How to group processes with their name in PowerShell?

Advertisements