https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ab69736a1d9c76260c500b11491328244d027893

commit ab69736a1d9c76260c500b11491328244d027893
Author:     Pierre Schweitzer <[email protected]>
AuthorDate: Sat May 4 10:57:33 2019 +0200
Commit:     Pierre Schweitzer <[email protected]>
CommitDate: Sat May 4 11:02:29 2019 +0200

    [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
---
 boot/bootdata/hivesys.inf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/bootdata/hivesys.inf b/boot/bootdata/hivesys.inf
index 966a1ea21c..68d23cff00 100644
--- a/boot/bootdata/hivesys.inf
+++ b/boot/bootdata/hivesys.inf
@@ -1437,7 +1437,7 @@ 
HKLM,"SYSTEM\CurrentControlSet\Control\GroupOrderList","SCSI Miniport", 0x000000
 
 ; Session Manager stuff
 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","ObjectDirectories",0x00010000, \
  "\Windows", \

Reply via email to