Skip to content

Instantly share code, notes, and snippets.

@SathyaBhat
Created May 14, 2011 07:25
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save SathyaBhat/972013 to your computer and use it in GitHub Desktop.
Save SathyaBhat/972013 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
@alpham8
Copy link

alpham8 commented Feb 12, 2017

It works nearly. For my german language set up, I need to use the localized "Y" for Yes, so in my case it was "J". Maybe it applies also to other languages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment