Selasa, 05 November 2019

how to fix windows could not start the ws management service on local computer

Solution:

- Open a command prompt as Administrator (CMD)

- Verify existence of http service:
"sc qc http"

- Change the http service from disabled to automatic:
"sc config http start= auto"

- Start the service:
"net start http"

Tidak ada komentar:

Posting Komentar