Reset file/folder permissions

For example: If you want to change the Owner and Assign Full control permissions to the “C:\System Volume Information” ** folder, give these commands in order:

  • takeown /F “C:\system volume information”
  • takeown /F “C:\system volume information” /r /d y
  • icacls “C:\system volume information” /grant Administrators:F
  • icacls “C:\system volume information” /grant Administrators:F /t

Did you like this? Share it!