diff --git a/dll/win32/syssetup/install.c b/dll/win32/syssetup/install.c index 7ce1aaa3ffa..5f5f92bcf7f 100644 --- a/dll/win32/syssetup/install.c +++ b/dll/win32/syssetup/install.c @@ -756,6 +756,7 @@ InstallLiveCD(VOID) /* Start the TCP/IP protocol driver */ SetupStartService(L"Tcpip", FALSE); SetupStartService(L"Dhcp", FALSE); + SetupStartService(L"Dnscache", FALSE); } /* Register components */ @@ -1274,6 +1275,7 @@ InstallReactOS(VOID) /* Start the TCP/IP protocol driver */ SetupStartService(L"Tcpip", FALSE); SetupStartService(L"Dhcp", FALSE); + SetupStartService(L"Dnscache", FALSE); } InstallWizard();