Update other-troubleshooting.md

This commit is contained in:
jcaparas
2016-05-09 16:57:52 +10:00
parent 31cb523531
commit 5273d5b205

View File

@ -88,10 +88,10 @@ If the endpoints aren't reporting correctly, you might need to check that the Wi
2. Enter the following command and press **Enter**: 2. Enter the following command and press **Enter**:
``` ```
sc qc sense sc qc sense
``` ```
If the the service is running, then the result should look like the following screenshot: If the the service is running, then the result should look like the following screenshot:
![Result of the sq query sense command](images/sc-query-sense-autostart.png) ![Result of the sq query sense command](images/sc-query-sense-autostart.png)
3. If the service **START_TYPE** is not set to **AUTO_START**, then you'll need to enter the following command and press **Enter**: 3. If the service **START_TYPE** is not set to **AUTO_START**, then you'll need to enter the following command and press **Enter**:
``` ```
sc config sense start=auto sc config sense start=auto
@ -110,11 +110,12 @@ sc qc sense
b. Right-click **Command prompt** and select **Run as administrator**. b. Right-click **Command prompt** and select **Run as administrator**.
2. Enter the following command and press **Enter**. 2. Enter the following command and press **Enter**.
```
sc query sense sc query sense
```
If the service is running, the result should look like the following screenshot: If the service is running, the result should look like the following screenshot:
![Result of the sc query sense command](images/sc-query-sense-running.png) ![Result of the sc query sense command](images/sc-query-sense-running.png)
3. If the service **STATE** is not set to **RUNNING**, then you'll need to enter the following command and press **Enter**: 3. If the service **STATE** is not set to **RUNNING**, then you'll need to enter the following command and press **Enter**:
``` ```
sc start sense sc start sense
@ -144,8 +145,8 @@ There are two ways to check the startup type for the service: from the command l
sc qc diagtrack sc qc diagtrack
``` ```
If the service is enabled, then the result should look like the following screenshot: If the service is enabled, then the result should look like the following screenshot:
![Result of the sc query command for diagtrack](images/windefatp-sc-qc-diagtrack.png) ![Result of the sc query command for diagtrack](images/windefatp-sc-qc-diagtrack.png)
4. If the **START_TYPE** is not set to **AUTO_START**, then you'll need to enter the following command and press **Enter**: 4. If the **START_TYPE** is not set to **AUTO_START**, then you'll need to enter the following command and press **Enter**:
``` ```
sc config diagtrack start=auto sc config diagtrack start=auto
@ -182,8 +183,8 @@ ASK ALON HOW SET TO AUTOMATIC IF IT'S NOT SET FROM THE CONSOLE.
sc query diagtrack sc query diagtrack
``` ```
If the service is running, the result should look like the following screenshot: If the service is running, the result should look like the following screenshot:
![Result of the sc query command for sc query diagtrack](images/windefatp-sc-query-diagtrack.png) ![Result of the sc query command for sc query diagtrack](images/windefatp-sc-query-diagtrack.png)
3. If the service **STATE** is not set to **RUNNING**, then you'll need to enter the following command and press **Enter**: 3. If the service **STATE** is not set to **RUNNING**, then you'll need to enter the following command and press **Enter**:
``` ```
sc start diagtrack sc start diagtrack