[ros-dev] [ros-diffs] [janderwald] 24711: - implement a GuiRunOnce sect ion for unatttended setup - with this we launch programs after 3rd boot ( programs / scripts) - another a little step for sysreg :)

Murphy, Ged (Bolton) Ged.Murphy at eu.exide.com
Fri Nov 10 13:23:31 CET 2006


janderwald at svn.reactos.org wrote:
> 
> +      if (RegOpenKeyEx(HKEY_LOCAL_MACHINE,
> +
_T("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce"),
> +                        0,
> +                        KEY_SET_VALUE,
> +                        &hKey) != ERROR_SUCCESS)
> +        {
> +          DPRINT1("Error: failed to open
HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce\n");

There's a HKCU typo in the debug print.

Also, is this the correct place to be storing this info?

Ged.


More information about the Ros-dev mailing list