Jump to content

How to take ownership in Windows 8


FukenGruven

Recommended Posts

Windows 8 changes it's ACL scheme..

although possible.. it's a bit tricky.

obviously, you must be an administrator.

- works for files and registry.

Transcript

Right click > select Propertieshighlight Administratorselect both checkboxes under "Allow"click "Advanced"click "Change"click "Advanced"click "Find Now"highlight Administrator w/out down arrowpress OKselect Checkbox for "Replace owner on subconotainers and objects"press OKpress OK

2q1hs2s.png

2zj9m43.png

10q9ts9.png

n557dc.png

2806s6f.png

2ai9lu.png

jrczv8.png

mcf6mf.png

Alternatively, you can use RegOwnit as mentioned by knowledge.

Edited by FukenGruven
Link to comment
Share on other sites


  • Replies 6
  • Views 2.7k
  • Created
  • Last Reply

Top Posters In This Topic

  • FukenGruven

    2

  • Kalju

    1

  • kn_andre

    1

  • knowledge-Spammer

    1

Top Posters In This Topic

Windows 8 changes it's ACL scheme..

although possible.. it's a bit tricky.

obviously, you must be an administrator.

- works for files and registry.

Transcript

Right click > select Propertieshighlight Administratorselect both checkboxes under "Allow"click "Advanced"click "Change"click "Advanced"click "Find Now"highlight Administrator w/out down arrowpress OKselect Checkbox for "Replace owner on subconotainers and objects"press OKpress OK

2q1hs2s.png

2zj9m43.png

10q9ts9.png

n557dc.png

2806s6f.png

2ai9lu.png

jrczv8.png

mcf6mf.png

Alternatively, you can use RegOwnit as mentioned by knowledge.

It would be nice if it were that easy.. But after all, is not. As you may see for yourself soon, if you examine things a bit more.

Link to comment
Share on other sites


It would be nice if it were that easy.. But after all, is not. As you may see for yourself soon, if you examine things a bit more.

don't understand..

Link to comment
Share on other sites


knowledge-Spammer

http://www.thewindowsclub.com/take-ownership-windows-8

or

How to take ownership (Permission) of a file or Folder in Windows 8 (Either System or not)

How to take ownership of a file and Folder in Windows 8 – will show you the step by step process to take the ownership of a file or Folder (either system or not) and the permission to access the file completely in Windows 8. The process will complete in two stages, One is to change the ownership of that file from system to your local user and another is to give permission to that local user to access that completely (Full Control). It works on all versions of Windows 8 (Windows 8. Windows 8 Pro, Windows 8 Enterprise and Windows RT). The process is slightly different from how to take ownership and change permission setting in Windows 7 and XP.

Also Check: How To Create A Folder Without Name And Icon In Windows 8

Whenever you are trying to modify any of the system file or folder then you need to give the full ownership and permission to full control to your local or logged user otherwise you will not able to modify it. By default the system files are owned by the System or the Administrator. But whenever you are logging to Windows 8 then a local user with the same name to administrator (If another user is not created) logged in. So before modifying the System files and folder give full permission and ownership to the local user (Not the Administrator).

How to take ownership of a file or folder in Windows 8

1. Go to the folder that contains the file or Folder whose ownership you want to change.
2. Right Click of mouse on that file or Folder and Choose “Properties“.
3. Navigate to “Security” tab.
4. Click on “Advanced” on the Security tab to open the Advance security setting for the file.
5. On the Owner ; Click on “Change“.
6. Click on “Advanced” on the open “Select User or Group” Window.
7. Click on “Find Now” on the open Window.
8. It will show you all the available user on the Search results.
9. Now select the user that you want to give the ownership and click on “OK“.
10. Again Click on “OK” on the “Select User or Group” to change the ownership.
11. Now the Ownership for that file or folder is changed.
12. Now apply all the changes and Click on OK and close all the open Window.
13. That is it.

hqdefault.jpg

How to change permission of a file or folder in Windows 8

1. Go to the folder that contains the file or Folder whose ownership you want to change.
2. Right Click of mouse on that file or Folder and Choose “Properties“.
3. Navigate to “Security” tab (You need to enable the missing security tab in the property windows of Windows 8 if that is not present there).
4. Click on “Edit” on the Change permission.
5. Now it will the Windows to change the permission.
6. Now select the user whose permission you want to change on the “Group or User names“.
7. Now on the permission for Selected user tick below the Allow Section of Full Control.
8. Now click on “Apply“.
9. It will show you a warning message “You are about to change the permission setting on system folders. This can reduce the Security of your computer and cause users to have problems accessing the files. Do you want to Continue?“. Just ignore the message and Click on “Yes“.
OK 10. Now click on “OK” and close all the open Windows.
11. That is it. Now you have change the permission for the selected user and give them Full control.

or try ths

Edited by knowledge
Link to comment
Share on other sites


  • 3 weeks later...

Copy, Paste in notepad....save as .reg and Merg-or-Run it!...enjoy.....the best right Click! context menu......PUNKTOE.....

#1 Grant Admin Full Control

#2 Take Ownership.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Windows 8.1 ..............................................................................................N sane....................................................................................

------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Windows Registry Editor Version 5.00

;Grant Admin Full Control
[HKEY_CLASSES_ROOT\*\shell\runas]
@="Grant Admin Full Control"
"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\exefile\shell\runas2]
@="Grant Admin Full Control"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\exefile\shell\runas2\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]
@="Grant Admin Full Control"
"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


;Grant Admin priviliges
[HKEY_CLASSES_ROOT\*\shell\takeownership]
@="Take Ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\*\shell\takeownership\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\exefile\shell\takeownership]
@="Take Ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\exefile\shell\takeownership\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\dllfile\shell\takeownership]
@="Take Ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\dllfile\shell\takeownership\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\takeownership]
@="Take Ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\shell\takeownership\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"
----------------------------------------------------------------------------------------------------------------------------------------

Edited by Son-of-Sam
Link to comment
Share on other sites


Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...