mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 06:17:22 +00:00
Update other-troubleshooting.md
This commit is contained in:
parent
06818984c6
commit
31cb523531
@ -92,12 +92,10 @@ 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:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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
|
||||||
```
|
```
|
||||||
|
|
||||||
4. A success message is displayed. Verify the change by entering the following command and press **Enter**:
|
4. A success message is displayed. Verify the change by entering the following command and press **Enter**:
|
||||||
```
|
```
|
||||||
sc qc sense
|
sc qc sense
|
||||||
@ -117,12 +115,10 @@ sc qc 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:
|
||||||

|

|
||||||
|
|
||||||
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
|
||||||
```
|
```
|
||||||
|
|
||||||
4. A success message is displayed. Verify the change by entering the following command and press **Enter**:
|
4. A success message is displayed. Verify the change by entering the following command and press **Enter**:
|
||||||
```
|
```
|
||||||
sc qc sense
|
sc qc sense
|
||||||
@ -147,16 +143,13 @@ 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:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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
|
||||||
```
|
```
|
||||||
|
|
||||||
5. A success message is displayed. Verify the change by entering the following command and press **Enter**:
|
5. A success message is displayed. Verify the change by entering the following command and press **Enter**:
|
||||||
```
|
```
|
||||||
sc qc diagtrack
|
sc qc diagtrack
|
||||||
@ -191,12 +184,10 @@ 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:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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
|
||||||
```
|
```
|
||||||
|
|
||||||
4. A success message is displayed. Verify the change by entering the following command and press **Enter**:
|
4. A success message is displayed. Verify the change by entering the following command and press **Enter**:
|
||||||
sc query diagtrack
|
sc query diagtrack
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user