mirror of
https://github.com/dockur/windows.git
synced 2026-09-13 13:28:51 +01:00
fix: Make Win9x ScanDisk repairs fully unattended (#2195)
This commit is contained in:
@@ -518,6 +518,7 @@ stageWin9xScandiskConfig() {
|
||||
printf '%s\n' \
|
||||
'[Environment]' \
|
||||
'LfnCheck=On' \
|
||||
'Mount=Never' \
|
||||
'' \
|
||||
'[Custom]' \
|
||||
'DriveSummary=Off' \
|
||||
@@ -533,6 +534,7 @@ stageWin9xScandiskConfig() {
|
||||
'Crosslinks=Fix' \
|
||||
'Boot_Sector=Fix' \
|
||||
'Invalid_MDFAT=Fix' \
|
||||
'FSInfo_Sector=Fix' \
|
||||
'DS_Crosslinks=Fix' \
|
||||
'DS_LostClust=Fix' \
|
||||
'DS_Signatures=Fix' \
|
||||
|
||||
Reference in New Issue
Block a user