rmtesttool will send a Windows application a message to shut down. If your application is a Service, it will just use the normal service APIs to shut down your service. Basically no different than issuing a "net stop " command. If your service does not implement SERVICE_ACCEPT_STOP, rmtesttool can't shut down your service. You will fail this test case.