Skip to content

Instantly share code, notes, and snippets.

@rohitsuratekar
Created November 21, 2018 06:27
Show Gist options
  • Save rohitsuratekar/f9f81ab064f00744062104127e6e2004 to your computer and use it in GitHub Desktop.
Save rohitsuratekar/f9f81ab064f00744062104127e6e2004 to your computer and use it in GitHub Desktop.

Correct permission of all files from the folder

takeown /f "C:\path\to\folder" /r
icacls "C:\path\to\folder" /reset /T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment