Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Fjeldstad committed Oct 19, 2015
1 parent fc485ac commit 9bee540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IotCoreService/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This sample creates a simple shared host service for Windows 10 IoT Core.
5. Restart your device.
6. Query your service by running `sc query IotCoreService`. Given the configuration we've set up, you should see output like this:

{% highlight sh %}
```
SERVICE_NAME: iotcoreservice
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 2 START_PENDING
Expand All @@ -19,7 +19,7 @@ This sample creates a simple shared host service for Windows 10 IoT Core.
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x7d0
{% endhighlight %}
```

7. At this point, ServiceMain has been called. There is no functionality presently in ServiceMain, but you can consult the [MSDN documentation](https://msdn.microsoft.com/en-us/library/windows/desktop/ms687414(v=vs.85).aspx) to add functionality as desired!
8. To stop your service, run `ConfigureIotCoreService.bat remove` to remove the service configuration and restart your device.

0 comments on commit 9bee540

Please sign in to comment.