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.1k questions
673 answers
454 comments
193k users
Related Activities
Categories
Most popular tags