Sensor Data Service (SensorDataService) Defaults in Windows 10
Delivers data from a variety of sensors.
Default Settings
Startup type: | Manual |
Display name: | Sensor Data Service |
Service name: | SensorDataService |
Service type: | own |
Error control: | normal |
Object: | LocalSystem |
Path: | %SystemRoot%\System32\SensorDataService.exe |
Registry key: | HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SensorDataService |
Default Behavior
Sensor Data Service is a Win32 service. In Windows 10 it is starting only if the user, an application or another service starts it. When the Sensor Data Service is started, it is running as LocalSystem in its own process of SensorDataService.exe. If Sensor Data Service fails to start, the failure details are being recorded into Event Log. Then Windows 10 will start up and notify the user that the SensorDataService service has failed to start due to the error.
Restore Default Startup Configuration of Sensor Data Service
1. Run the Command Prompt as an administrator.
2. Copy the command below, paste it into the command window and press ENTER:
sc config SensorDataService start= demand
3. Close the command window and restart the computer.
The SensorDataService service is using the SensorDataService.exe file that is located in the C:\Windows\System32 directory. If the file is removed or corrupted, read this article to restore its original version from Windows 10 installation media.