I need to restructure NTFS permissions on a disk containing on the order of 10^7 files. Changing ACLs from the Windows GUI takes a very long time, probably because it's writing every single filename to the screen. Is there a faster way to make mass ACL changes? CACLS? Some other tool?