
NTFS and Fat 32
Many auditing procedures will only work with NTFS and that makes it better for security. If you are using Fat 32, you can convert it to NTFS with the command convert c: /fs:ntfs NTFS will give you better ability to restrict file access.
|