mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:45:42 +00:00
[AUTOCHK] Don't check any volume on boot
This will avoid triggering a FAT repair on unclean FAT volumes. If dosfstools.fsck works fine in Linux, its usage on ReactOS triggers worse corruption than unclean shutdown. Given I've no time for debugging this, I kill it off. CORE-14638
This commit is contained in:
parent
262f712810
commit
ab69736a1d
1 changed files with 1 additions and 1 deletions
|
@ -1437,7 +1437,7 @@ HKLM,"SYSTEM\CurrentControlSet\Control\GroupOrderList","SCSI Miniport", 0x000000
|
||||||
|
|
||||||
; Session Manager stuff
|
; Session Manager stuff
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager","BootExecute", 0x00010000, \
|
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager","BootExecute", 0x00010000, \
|
||||||
"autocheck autochk *"
|
"autocheck autochk"
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager","GlobalFlag", 0x00010003, 0x00000000
|
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager","GlobalFlag", 0x00010003, 0x00000000
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager","ObjectDirectories",0x00010000, \
|
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager","ObjectDirectories",0x00010000, \
|
||||||
"\Windows", \
|
"\Windows", \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue