Accelerate NTFS filesystem
how you can speed up NTFS file system.
- Go to the Start menu and type "regedit" in search. Then press Enter. If you have the classic start menu go to "run", type "regedit" then Enter.
- Go to "HKEY_LOCAL_MACHINESystemCurrentControlSetControlFilesystem"
- Now change the values by double clicking
- NtfsDisableLastAccessUpdate = 1 (the last time opening a file is no longer registered).
- NtfsDisable8dot3NameCreation = 1 (the file names are no longer stored twice. Do you not use more of older Windows versions, it is no longer necessary files in the 8.3 format to store).
- NtfsMftZoneReservation = 2 (there are many files stored on a partition, the master file table (MFT) become fragmented. To avoid this, more space reserved for the MFT (default = 1, range 1-4).
- NtfsMemoryUsage = 0 (To configure your internal cache levels of the interchangeable equipment NTFS memory and nonpaged memory NTFS. This lets you set a value of 1 or 2. If you set this value to 1 (default), the default volume pool memory. If the value is set to 2, the Look-Aside lists and thresholds for the increased memory. A Look Aside-list is a pool kernel memory buffers with a fixed size by the kernel and device drivers are created as a special memory caches for specific operations in the file system, such as reading a file). source
- Caution! This can speed up the system, but also slower to make.
If the values you want them changed, close everything and restart your PC.
Re: Accelerate NTFS filesystem
its good to work on NTFS but is possible any way to do this on FAT file system ?