RRAS on WIndows Server 2019 with DHCP

Solution 1:

Can you try the work around to change below registry key value and restart DHCP Client service?

  • Path: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dhcp

  • Key name: RequiredPrivileges

  • Value: (change from) SeChangeNotifyPrivilege SeCreateGlobalPrivilege

(to) SeChangeNotifyPrivilege SeCreateGlobalPrivilege SeImpersonatePrivilege

Thanks!

Solution 2:

I tried the registry fix and it worked for me.

reg add "HKLM\SYSTEM\CurrentControlSet\Services\Dhcp" /v RequiredPrivileges /d "SeChangeNotifyPrivilege"\0"SeCreateGlobalPrivilege"\0"SeImpersonatePrivilege"\0 /t REG_MULTI_SZ /f

Tags:

Dhcp