Disabling third party services in windows using gui is done using msconfig. How to do the same using powershell command or directly using Ansible . I want to disable all third party services except all the basic services available on the machine. How to achieve this
I tried to filter out services where its name contains Microsoft or windows or starts with w. But couldn’t filter out all the Microsoft services.
New contributor
Vinitha L is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.