Basically, it comes down to two things.
Taking ownership of files, then replacing permissions.
Take Ownership with...
takeown /R /F *
Reset permissions with
icacls * /T /Q /C /RESET
http://lallouslab.net/2009/06/14/resetting-ntfs-files-security-and-permission-in-windows-7/
Taking ownership of files, then replacing permissions.
Take Ownership with...
takeown /R /F *
Reset permissions with
icacls * /T /Q /C /RESET
http://lallouslab.net/2009/06/14/resetting-ntfs-files-security-and-permission-in-windows-7/
Comments
Post a Comment