Start / Stop catalog services from command line utility.
CA Service Catalog 17.3.X
Below are two command to start / Stop services of catalog from a command prompt
To Stop Catalog Services from command prompt
1. Open a command prompt as Administrator
2. Run "net stop ServiceCatalog" to stop the services
To Start Catalog Services from command prompt
1. Open a command prompt as Administrator
2. Run "net start ServiceCatalog" to start the services
The above commands will help in running these commands in a silent installation or to use within a code development
Note: Net commands are Microsoft provided default network related commands