- Add a "regtest.cmd" for running other commands (here "ipconfig") before starting...
[reactos.git] / reactos / dll / win32 / syssetup / wizard.c
index 8bf259e..4bda8f7 100644 (file)
@@ -2133,7 +2133,7 @@ ProcessUnattendInf(HINF hUnattendedInf)
                         KEY_SET_VALUE,
                         &hKey) != ERROR_SUCCESS)
     {
-      DPRINT1("Error: failed to open HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce\n");
+      DPRINT1("Error: failed to open HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce\n");
       return TRUE;
     }