I want to change the permissions on the folder "C: \ Boot" on Windows 7. Currently the owner is TrustedInstaller. I make some changes with a script, but I need to have all permissions.
I tried it with the command icacls C:\Boot /T /grant Administrator:F but does not stop working well ....
What else could try? Can you think of something else to try?
I need to have all permissions in that folder, subfolders and files. No matter if they have all users.
I have also used the "takeown /f c:\Boot /r" command but not if necessary
Thanks!!