[ros-diffs] [janderwald] 24712: - add documentation for GuiRunOnce

janderwald at svn.reactos.org janderwald at svn.reactos.org
Fri Nov 10 12:17:18 CET 2006


Author: janderwald
Date: Fri Nov 10 14:17:17 2006
New Revision: 24712

URL: http://svn.reactos.org/svn/reactos?rev=24712&view=rev
Log:
- add documentation for GuiRunOnce

Modified:
    trunk/reactos/boot/bootdata/hivesft.inf
    trunk/reactos/boot/bootdata/unattend.inf.sample

Modified: trunk/reactos/boot/bootdata/hivesft.inf
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivesft.inf?rev=24712&r1=24711&r2=24712&view=diff
==============================================================================
--- trunk/reactos/boot/bootdata/hivesft.inf (original)
+++ trunk/reactos/boot/bootdata/hivesft.inf Fri Nov 10 14:17:17 2006
@@ -6,6 +6,7 @@
 ; Common shell folders
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders",,0x00000012
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders",,0x00000012
+HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce",,0x00000012
 
 ; Uninstall Application list
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall",,0x00000010

Modified: trunk/reactos/boot/bootdata/unattend.inf.sample
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/unattend.inf.sample?rev=24712&r1=24711&r2=24712&view=diff
==============================================================================
--- trunk/reactos/boot/bootdata/unattend.inf.sample (original)
+++ trunk/reactos/boot/bootdata/unattend.inf.sample Fri Nov 10 14:17:17 2006
@@ -31,4 +31,10 @@
 ; DisableAutoDaylightTimeSet = 1
 
 ; enable this setting to format the selected partition
-FormatPartition=1
+FormatPartition=1
+
+; enable this section to automatically launch programs
+; after 3rd boot
+;
+; [GuiRunOnce]
+; %SystemRoot%\system32\cmd.exe




More information about the Ros-diffs mailing list