Per-user services

Андрей Михалевский 3,451 Reputation points
2021-05-19T17:08:47.313+00:00

Hello. I see dynamic services.
CaptureService_2f53ce4
CaptureService_523de
ConsentUxUserSvc_2f53ce4
DevicePickerUserSvc_2f53ce4

I make UserServiceFlags 0 registry ( https://learn.microsoft.com/en-us/windows/application-management/per-user-services-in-windows )

But it did not help. How can I disable their creation?

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2021-05-20T08:50:59.163+00:00

    Hi ,

    What's the OS version of your windows server? Beginning with Windows 10, version 1709 and Windows Server, version 1709, you can prevent the per-user service from being created by setting UserServiceFlags to 0 under the same service configuration in the registry. Make sure your OS version is Windows Server version 1709 or newer.

    I make UserServiceFlags 0 registry

    Where did you make UserServiceFlags 0 registry? In Per-user service template: ConsentUxUserSvc or Per-user service instance: ConsentUxUserSvc_2f53ce4? After modify the registry key, did you restart the machine?

    In my lab, I modify the value of UserServiceFlags to 0 in ConsentUxUserSvc and CaptureService path and restart the machine.

    98251-2.jpg

    After restart, ConsentUxUserSvc_53cbd and CaptureService_53cbd will not be created in service manager.

    98138-image.png

    Best Regards,
    Candy

    --------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.