What is User Data Access_14d4fe service and how can I get rid of it?
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Ancient Construction
--
Chapters
00:00 What Is User Data Access_14d4fe Service And How Can I Get Rid Of It?
01:08 Accepted Answer Score 13
01:35 Answer 2 Score 2
02:12 Answer 3 Score 2
02:30 Thank you
--
Full question
https://superuser.com/questions/1130455/...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows10 #services #windowsstore
#avk47
ACCEPTED ANSWER
Score 13
This is the User Data Access (UserDataSvc)Service which allows apps access user data, including contact info, calendars, messages, and other content. Apps need such a service because apps run in a sandbox and can't access the data the way like desktop applications would do it.
Leave it running and ignore it, sooner or later you'll run into issues when you stop the service.
ANSWER 2
Score 2
Description of that services (UserDataAccessRes.dll.mui)::
Provides apps access to structured user data, including contact info, calendars, messages, and other content. If you stop or disable this service, apps that use this data might not work correctly.
If you really want to delete that service type this command in Command Prompt with administrator::
reg delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UserDataSvc" /F
It is highly recommended not to mess-up with Registry and Services.
ANSWER 3
Score 2
See my reply here:
Strange, similar services running on my PC: are they viruses?
Duplicate services with names such as _xxxx are per-user services introduced in Windows 1709. They can only be disabled via the registry.