ALL RIGHTS RESERVED TO THE AUTHOR(S) / OWNERS(S) OF THE ORIGINAL ARTICLE(S)
ESTRATTO:
Backup and Restore of NTFS Permissions
Use this command to backup NTFS permissions:
Code: Select all
icacls d:data /save ntfsperms.txt /t /c
Use this command to restore them:
Code: Select all
icacls d: /restore ntfsperms.txt