mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- autopartition setting and DisableVmInst should not be in the GuiRunOnce section
svn path=/trunk/; revision=28607
This commit is contained in:
parent
aade40eea8
commit
b60c3ecf5a
1 changed files with 11 additions and 11 deletions
|
@ -35,20 +35,20 @@ TimeZoneIndex=85
|
|||
; 0 - format disabled
|
||||
FormatPartition=1
|
||||
|
||||
; enable this section to automatically launch programs
|
||||
; after 3rd boot
|
||||
;
|
||||
; [GuiRunOnce]
|
||||
; %SystemRoot%\system32\cmd.exe
|
||||
|
||||
; enable this setting to disable vmware driver install
|
||||
; yes - disabled
|
||||
; no - enabled
|
||||
DisableVmwInst = yes
|
||||
|
||||
; enable this setting to automatically create a partition
|
||||
; during installation
|
||||
; 1 - enabled
|
||||
; 0 - disabled
|
||||
AutoPartition = 1
|
||||
|
||||
; enable this setting to disable vmware driver install
|
||||
; yes - disabled
|
||||
; no - enabled
|
||||
DisableVmwInst = yes
|
||||
|
||||
; enable this section to automatically launch programs
|
||||
; after 3rd boot
|
||||
;
|
||||
; [GuiRunOnce]
|
||||
; %SystemRoot%\system32\cmd.exe
|
||||
|
||||
|
|
Loading…
Reference in a new issue