Skip to content

Instantly share code, notes, and snippets.

@xpando
Created June 7, 2012 13:07
Show Gist options
  • Save xpando/2888710 to your computer and use it in GitHub Desktop.
Save xpando/2888710 to your computer and use it in GitHub Desktop.
Reset Permissions on NTFS Driver after install
TAKEOWN /f "X:\" /r /d y
ICACLS "X:\" /reset /T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment