It looks like HKEY_LOCAL_MACHINE\System\StorageManager\FATFS
Flags:dword=0x00000068 is invalid! Look at this: (Sorry about the formatting!)
Flags registry subkey
The following table shows the available values you can set for the Flags registry subkey; set Flags to a combination of these values.
Flag Value Description
FATFS_UPDATE_ACCESS 0x00000001 Updates access times.
FATFS_DISABLE_LOG 0x00000002 Disables event logging.
FATFS_DISABLE_AUTOSCAN 0x00000004 Disables automatic calls to ScanVolume.
FATFS_VERIFY_WRITES 0x00000008 Verifies all writes.
FATFS_ENABLE_BACKUP_FAT 0x00000010 Adds a backup FAT to all formats.
FATFS_FORCE_WRITETHROUGH 0x00000020 Sets all files to WRITE_THROUGH, regardless of the parameters to CreateFile.
FATFS_DISABLE_AUTOFORMAT 0x00000040 Disables automatic formatting of unformatted volumes.
FATFS_WFWS_NOWRITETHRU 0x00010000 Disables write through on the WriteFileWithSeek function. Improves memory-mapped file performance.
FATFS_DISABLE_FORMAT 0x00020000 Disables format.
FATFS_TRANS_DATA 0x00040000 Transacts data on a write operation.
FATFS_TFAT_USECLUS1 0x00080000 Uses the cluster 1 entry in the FAT table for a TFAT transaction. TFAT uses the NOF field of the boot sector by default.
FATFS_DISABLE_TFAT_REDIR 0x00100000 Disables the redirect of the root directory to another hidden directory for FAT12 or 16.
FATFS_TFAT_ALWAYS 0x00200000 Marks transaction status, even if only one sector in FAT is changed.
FATFS_FORCE_TFAT 0x00400000 Forces TFAT transactions even if the volume is not formatted as TFAT.
|