Main Forum > General Computer Support
EDIT: How to grant Administrator permission for MANY files and folders?
Angelika:
Take Ownership not work:
---------------------------
Error
---------------------------
Internal Error 00000014
---------------------------
OK
---------------------------
--- Code: ---Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
--- End code ---
My System is Polish
Administrators (Administratorzy)
does not it make a difference?
Boggin:
Which version of Windows are you using ?
Angelika:
W7
Boggin:
Are you trying to take ownership of a file or a registry key ?
Boggin:
I'm going to have to go so I'll give you two links.
The first is for files and folders which if you scroll down you can download the hack which will put Take Ownership into the right click context menu and the second is for taking ownership of registry keys.
https://www.howtogeek.com/howto/windows-vista/add-take-ownership-to-explorer-right-click-menu-in-vista/
https://appuals.com/taking-ownership-of-registry-keys-in-windows/
Navigation
[0] Message Index
[#] Next page
Go to full version