registry group policy

Rising Flight 5,216 Reputation points
2020-12-09T01:20:45.307+00:00

Hi

i want to create GPO on a particular OU to change one of the service from from Startup type Automatic to Automatic(DelayedStart) using registries. please guide me how to do by GPO

Computer Configuration-->Preferences-->Windows Settings-->Registry-->New->
Hiv:HKEY_Local_Machine
Key Path:SYSTEM\CurrentControlSet\Services\SoftService
Value Name: Start
What should be valuetype and valuedata
46431-moz.jpg

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

Accepted answer
  1. Anonymous
    2020-12-09T06:21:13.827+00:00

    Hi,
    The registry for the Automatic(DelayedStart) should be :

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\(servicename)
    Value name: DelayedAutostart
    Value type: REG_DWORD
    Value data: 1
    The DelayedAutostart value data of 1 means the service is set to delayed start. If the value is missing or is set to 0, then it’s not set to delayed start.
    Best Regards,

    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.