Hello
Thank you for posting on the Microsoft Community Forum.
Based on the description, I understand that your question is related to Service Control Manager Timeout - Event 7044, 7000, 7009, 7011.
- Put the loading machine in safe mode, and then monitor the issue:
Start your PC in Safe Mode in Windows - Microsoft Support
- Modify the registry to increase the default time-out value for the service control manager. To increase this value to 60 seconds, follow these steps:
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
- In the right pane, locate the ServicesPipeTimeout entry.
Note
If the ServicesPipeTimeout entry does not exist, you must create it. To do this, follow these steps:
1. On the **Edit** menu, point to **New**, and then click **DWORD Value**. 2. Type *ServicesPipeTimeout* , and then press **Enter**.
- Right-click ServicesPipeTimeout, and then click Modify.
- Click Decimal, type 60000, and then click OK. This value represents the time in milliseconds before a service times out.
- Restart the computer.
Have a good day.
Best regards
Molly
I have already found this article on the Internet.
Unfortunately, the only thing that has changed is that the error messages are no longer displayed.
The PCs are still stuck at “Computer settings are applied”.
One of these points has solved the problem for me:
- Windows Update to : 24H2 - 26100.2033
- ADMX templates updated, errors occurred with the authorizations.
I could not replace/copy the new templates.
After updating the ADMX templates, I reset the authorizations for the “authenticated users”.
So im sure they have read permissions.
One of these points fixed the problem.
Regards Int3g3rw