mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 09:27:35 +00:00
hpoussin forget change this regkey to SOFTWARE\\Microsoft\\WindowsNT\\CurrentVersion\\Winlogon"
svn path=/trunk/; revision=24284
This commit is contained in:
parent
28d82c0229
commit
86e57e8c93
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ InstallLiveCD (HINSTANCE hInstance)
|
|||
/* Load the default shell */
|
||||
rc = RegOpenKeyEx(
|
||||
HKEY_LOCAL_MACHINE,
|
||||
TEXT("SOFTWARE\\ReactOS\\Windows NT\\CurrentVersion\\Winlogon"), /* FIXME: should be REGSTR_PATH_WINLOGON */
|
||||
TEXT("SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon"), /* FIXME: should be REGSTR_PATH_WINLOGON */
|
||||
0,
|
||||
KEY_QUERY_VALUE,
|
||||
&hKey);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue