These are Microsoft user services supporting built-in UWP (Universal Windows Platform) apps like Contacts and Calendar. These services and the peculiar chameleon-like naming have been in Windows 10 for several years prior to the May 2020 update (ie. not
new).
The alphanumeric code (45415 in the OP's case) changes every boot cycle and the length varies from between 4 and 7 characters. For example this morning, my code is "2c33cfe".
The code is controlled by a hidden service with the same name (minus the code). To see this, open Windows Administrative Tools > Services. Scroll down the list and find "GameDVR and Broadcast User Service_XXX" (where XXX is your code). This is the display
name of the service. Double-click this service to show its' properties and note down the actual service name which never contains spaces, in this example "BcastDVRUserService_XXX". This can be copied to the clipboard if you prefer. Now open the registry editor
(%windir%\regedit.exe) and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services. Scroll down and find "BcastDVRUserService_2c33cfe". Look above this entry in the left pane of registry editor and find "BcastDVRUserService"...the actual master service
for the one you see.
If you use the in-built Microsoft Calendar, Contacts, Xbox and other UWP apps just leave them alone. In my opinion and experience, particularly on work computers, these user services are bloatware and not required. To disable, I'd first recommend backing
up the list of services to undo any changes in case of error. Do this back in Services by right-clicking "Services (Local)" and select Export List... Now return to the registry editor and from the top of the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
key, find all "XXX" services (eg. find "2c33cfe" in my case). When you find a service, set "Start" to "0x00000004" (which means Disabled) in the right-hand pane. Now select the service immediately above with the same name, and set its "Start" also to "0x00000004".
After all services have been disabled, close the registry editor and reboot Windows.