Share via


Flags Registry Subkey

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

Flags registry values change frequently. Please verify settings you want to use in common.reg.

**Flags registry key values are deprecated for Windows Embedded CE 6.0 and later. For replacement settings, see descriptions in the following table.

Flag Value Description

FATFS_DISABLE_AUTOFORMAT

0x00000040

For Windows Embedded CE 6.0 and later, this flag is deprecated. Replace by setting DisableAutoFormat registry value.

Disables automatic formatting of unformatted volumes.

FATFS_DISABLE_AUTOSCAN

0x00000004

For Windows Embedded CE 6.0 and later, this flag is deprecated. Replace by setting DisableAutoScan registry value.

Disables automatic calls to ScanVolume.

FATFS_DISABLE_FORMAT

0x00020000

For Windows Embedded CE 6.0 and later, this flag is deprecated. Replace by setting DisableFormat registry value.

Disables format.

FATFS_ENABLE_BACKUP_FAT

0x00000010

Adds a backup FAT to all formats.

FATFS_FORCE_WRITETHROUGH

0x00000020

For Windows Embedded CE 6.0 and later, this flag is deprecated. Replace by setting ForceWritethrough registry setting.

Sets all files to WRITE_THROUGH, regardless of the parameters to CreateFile.

FATFS_LFN_EXTENDED

0x00800000

For Windows Embedded CE 6.0 and later, this flag is deprecated. Replace by setting LFNExtendedAlways registry value.

Generate LFN entries for extended characters always

FATFS_TFAT_ALWAYS

0x00200000

For Windows Embedded CE 6.0 and later, this flag is deprecated. Replace by setting TfatMarkAlways registry value.

Marks transaction status, even if only one sector in FAT is changed.

FATFS_TFAT_DISABLE_MOVEDIR

0x01000000

Disable movefile on a directory for TFAT

FATFS_TFAT_NONATOMIC_SECTOR

0x00080000

For Windows Embedded CE 6.0 and later, this flag is deprecated. Replace by setting NonatomicSector registry value.

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_TRANS_DATA

0x00040000

For Windows Embedded CE 6.0 and later, this flag is deprecated. Replace by setting TransactData registry value.

Transacts data on a write operation.

FATFS_UPDATE_ACCESS

0x00000001

For Windows Embedded CE 6.0 and later, this flag is deprecated. Replace by setting UpdateAccess registry value.

Updates access times.

See Also

Concepts

File Systems Registry Settings Overview
FAT File System Registry Settings