New
#50
Tutorial updated for Windows 10 version 2004.![]()
@Brink
Hi Shawn,
I found a few more (Home) services on my 1909 system:
Agent Activation Runtime_????? AarSvc_????? Chatbot Runtime for activating Conversational agent applications Clippy returns Manual
CaptureService_????? CaptureService_????? Screen Capture Service via the Windows.Grapics.Capture API. Manual
Clipboard User Service_????? cbdhsvc_????? Clipboard Manual
Not available in 1903-1909: Computer Browser Browser Home and Pro Running Manual (Trigger Start)
Connected Devices Platform User Service_????? CDPUserSvc_????? Connected Devices Platform Automatic (Running)
Device Association Service DeviceAssociationService Pairing between the system and wired or wireless devices. Manual (Trigger Start)
DeviceAssociationBroker_????? DeviceAssociationBrokerSvc_????? Pair devices. Manual
DevicePicker_????? DevicePickerUserSvc_????? Manage Miracast DLNA and DIAL UI Manual
DevicesFlow_????? DevicesFlowUserSvc_????? Connect and pair WiFi and Bluetooth devices, ConnectUX/PC settings. Manual
Display Policy Service DispBrokerDesktopSvc Connection and configuration of local and remote displays. Automatic (Delayed Start)
Distributed Transaction Coordinator MSDTC Co-ordinate transactions between resource managers, database, file and message queues. Manual
GameDVR and Broadcast User Service_????? BcastDVRUserService_????? Game recordings and Live broadcasts. Cannot be disabled. Manual (Trigger Start)
Language Experience Service LxpSvc Deployment infrastructure for configuring additional languages. Manual
MSFT Defender services are now called Windows Defender?
PrintWorkflow_????? PrintWorkflowUserSvc_????? Print Workflow. Cannot be disabled. Manual
Sync Host_????? OneSyncSvc_????? Sync mail, contacts calendar and other user data. Automatic (Delayed Start)
Windows Push Notifications User Service_????? WpnUserService_????? Local and push notifications: tile, toast and raw. Automatic (Running)
Thanks
Frank
Those follow the parent service and after the restart they will be started/stopped based on its setting.
Removing the number will give the name of the original service in the registry.
For example: Contact Data_xxxxx is PimIndexMaintenanceSvc_xxxxx, so default:
P.S.: Since those service tend to be disabled privacy tools, it would be nice to be able to reset them.Code:reg add "HKLM\System\CurrentControlSet\Services\PimIndexMaintenanceSvc" /v "Start" /t REG_DWORD /d "2" /f![]()
Got a quick question. What does data sharing service do? Plus it is set to manual trigger does that mean it only starts when needed or should it be running all the time?
Hello Purpleroses,
The Data Sharing Service provides data brokering betweem applications and it is running as LocalSystem in a shared process of svchost.exe. Other services might run in the same process. If Data Sharing Service fails to load or initialize, Windows 10 start up proceeds. Make sure that the DsSvc.dll file exists in the %WinDir%\System32 folder.
"Manual trigger" is to run the service on demand only.
This is great Shawn, Are the logon id's the defaults? I messed mine up on a few services. Also, I messed up the defaut permissions to some of the system32 folders and files. Is there a way to restore the defaults for those?