What services are installed on your machine?


Another one liner command for your use
wmic /output:C:services.htm service get /format:hform
This command will output very nice formatted html file with installed servisec on your computer. As you can see from the command, it will create services.htm file under C: on your machine so you can check the file latter if you wish.

Leave a Reply