[ros-diffs] [ekohl] 13094: Set the environment variables %USERPROFILE% and %ALLUSERSPROFILE% for the Live-CD. Fixes bug #479.

ekohl at svn.reactos.com ekohl at svn.reactos.com
Mon Jan 17 10:50:12 CET 2005


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050117/8efe8c41/attachment.html


More information about the Ros-diffs mailing list