mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 13:57:22 +00:00
Update other-troubleshooting.md
This commit is contained in:
parent
e2d4fce810
commit
fb43908d08
@ -106,4 +106,28 @@ Check that the service is running from the command line:
|
||||
|
||||
4. A success message is displayed. Verify the change by entering the following command and press **Enter**: sc qc sense
|
||||
|
||||
### Ensure that telemetry and diagnostics service is enabled
|
||||
If the endpoints aren't reporting correctly, you might need to check that the Windows 10 telemetry and diagnostics service is enabled on the endpoint. The service may have been disabled by other programs or user configuration changes.
|
||||
|
||||
You will need to check the startup type and verify that the service is running.
|
||||
|
||||
There are two ways to check the startup type for the service: from the command line or in the services console.
|
||||
|
||||
Check the startup type from the command line:
|
||||
|
||||
1. Open an elevated command-line prompt on the endpoint:
|
||||
|
||||
a. Click **Start** and type **cmd**.
|
||||
|
||||
b. Right-click **Command prompt** and select **Run as administrator**.
|
||||
|
||||
2. Enter the following command and press **Enter**: sc qc diagtrack
|
||||
|
||||
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**: sc config diagtrack start=auto
|
||||
|
||||
5. A success message is displayed. Verify the change by entering the following command and press **Enter**: sc qc diagtrack
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user