-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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