Skip to content

Instantly share code, notes, and snippets.

@jmelosegui
Created January 10, 2020 20:47
Show Gist options
  • Save jmelosegui/032947761c55a5f303399d2599b1c550 to your computer and use it in GitHub Desktop.
Save jmelosegui/032947761c55a5f303399d2599b1c550 to your computer and use it in GitHub Desktop.
$folderToDelete = "E:\d\"
takeown.exe /F $folderToDelete /R /A /D Y
icacls $folderToDelete /T /C /grant Administrators:F
Remove-Item $folderToDelete -Recurse -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment