Share via


Default Registry Settings for FAT File Systems

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

The following examples show default registry settings for FAT File Systems that can be found in common.reg.

Default settings for FAT File Systems

The following example shows the default values for a FAT file system that can be placed at

HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]

These settings can be overridden on a per profile basis

    "Dll"="exfat.dll"
    "DisableAutoFormat"=dword:1
    "DisableAutoScan"=dword:1
    "EnableCache"=dword:1
    "CacheSize"=dword:0
    "Util"="fatutil.dll"
    "CacheDll"="diskcache.dll"

Default settings for exFAT File Systems

The following example shows the default values for an exFAT file system. These settings can be overridden on a per profile basis

HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
    "Dll"="exfat.dll"
    "DisableAutoFormat"=dword:1
    "DisableAutoScan"=dword:1
    "EnableCache"=dword:1
    "CacheSize"=dword:0
    "Util"="fatutil.dll"
    "CacheDll"="diskcache.dll"
    "FormatExfat"=dword:1

Default settings for TFAT File Systems

TFAT can only be implemented on an exFAT volume.

**The following registry key example shows the default for the TFAT file system; profiles can override these values:

[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
    "FriendlyName"="TFAT FileSystem"
    "DisableAutoScan"=dword:1
    "Dll"="exfat.dll"
    "CacheSize"=dword:0

See Also

Concepts

FAT File System
FAT File System Registry Settings
Extended FAT File System

Other Resources

Transaction-Safe FAT File System