Set the environment variables %USERPROFILE% and %ALLUSERSPROFILE% for the Live-CD. Fixes bug #479. Patch by tinus. Modified: trunk/reactos/bootdata/livecd.inf _____
Modified: trunk/reactos/bootdata/livecd.inf --- trunk/reactos/bootdata/livecd.inf 2005-01-17 07:31:12 UTC (rev 13093) +++ trunk/reactos/bootdata/livecd.inf 2005-01-17 09:50:10 UTC (rev 13094) @@ -31,4 +31,8 @@
HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders","Desktop",0x00020000,"%SystemDrive%\Profiles\Default User\Desktop" HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders","Personal",0x00020000,"%SystemDrive%\Profiles\Default User\My Documents"
+; User Profile environment variables +HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment","USERPROFILE",0x00020000,"%SystemRoot%\Profiles\Def ault User" +HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment","ALLUSERSPROFILE",0x00020000,"%SystemRoot%\Profiles \All Users" + ; EOF