Skip to content

Instantly share code, notes, and snippets.

@tpiekarski
Created March 29, 2021 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tpiekarski/bcc81b3da04eb70bf088e7a495b04d90 to your computer and use it in GitHub Desktop.
Save tpiekarski/bcc81b3da04eb70bf088e7a495b04d90 to your computer and use it in GitHub Desktop.
Reseting recursively Windows ACLs
REM Reseting recursively Windows ACLs of a broken path
icacls <path> /reset /T /C /L /Q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment