Skip to content

Instantly share code, notes, and snippets.

@ii0
Forked from SathyaBhat/fixperms.bat
Created November 28, 2022 04:43
Show Gist options
  • Select an option

  • Save ii0/409ce1a9eddb9ad3765e501e5575dadc to your computer and use it in GitHub Desktop.

Select an option

Save ii0/409ce1a9eddb9ad3765e501e5575dadc to your computer and use it in GitHub Desktop.
fix permissions for "You need permissions from .. to perform this action" in Windows 7
takeown /r /d y /f *
icacls * /reset /t /c /q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment