Skip to content

Instantly share code, notes, and snippets.

@euyuil
Last active November 23, 2022 13:53
Show Gist options
  • Save euyuil/5bf991bcc17846d87e54670ddb5117c4 to your computer and use it in GitHub Desktop.
Save euyuil/5bf991bcc17846d87e54670ddb5117c4 to your computer and use it in GitHub Desktop.
Windows Command Line: Fix directory ownership
takeown /F NNNNNN /A /R /D Y /SKIPSL
icacls NNNNNN /reset /T /C /L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment