File System Tweak
Configure the Contiguous File Allocation Size (All Versions) Windows > File System This setting optimizes the contiguous file allocation size for the file system. This is especially useful for disk intensive applications. Open your registry and find the key below. Create a new DWORD value named 'ContigFileAllocSize', set the value to equal '200' (in hex). Close the registry and restart the computer for the change to take effect. (Default) REG_SZ (value not set) ContigFileAllocSize REG_DWORD 0x00000200 (512) HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSyst... Registry Settings System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] Value Name: ContigFileAllocSize Data Type: REG_DWORD (DWORD Value) Value Data: 200 (hex) or 512 (decimal)
Back To Registry Tweaks