mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
- add documentation for GuiRunOnce
svn path=/trunk/; revision=24712
This commit is contained in:
parent
037bd166bc
commit
445e9e71b5
2 changed files with 8 additions and 1 deletions
|
@ -6,6 +6,7 @@ Signature="$ReactOS$
|
|||
; 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
|
||||
|
|
|
@ -31,4 +31,10 @@ TimeZoneIndex=85
|
|||
; 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
|
||||
|
|
Loading…
Reference in a new issue