I know I can type Services.MSC in the Run dialog to open the services, but I need to know How do I open Services from PowerShell?
To open Services from PowerShell or any other program, you have to use Start-Process
Example
Start-Process services.msc
Start-Process is used to start one or more processes on the local computer, for more details, Please check Start-Process
1.2k Activities
721 Answers
487 Comments
193k Users
734 Quest
416 Posts
Related Activities
Categories
Most popular tags