Folder access denied |
Here, you’ll know the easiest way to take ownership and how to grant full control permission on a folder or file using the command prompt.
Take ownership of a file/folder:
Go to start menu > All programs > Accessories > Command Prompt and run it as an administrator.
In command prompt type:
takeown /f “path”
Take ownership using command prompt |
If you need to take ownership often, then use the registry hack file from here. Extract it. Double-click on InstallTakeOwnerShip.reg and an option willbe added in your context menu.
Grant Full Control Permissions:
After taking ownership, in the command prompt type:
icacls “path” /grant user:f
Grant full control permissions |
Replace the path with the file or folder location name (Ex:
C:\windows\system32) and replace the user with you user account name
(Ex: Administrator).
Here, take ownership of windows system32 folder make me the owner of
system32 folder and grant full control permissions will let me modify
the folder that had only Windows access.
No comments:
Post a Comment
Dear Friend ♥