How To Add Take Ownership Option In Context Menu For Windows 7/8/Vista

Few days ago I installed original Mass Effect 1 game in my PC ,but whenever i open it does not open . I was f**ked with this game. Then I try to run this game as Administrator and it work. Mean some application will only run if you run it as Administrator. But its dull that whenever I want to play The Game I have to open it as Admin. For this kind of problem there is a special trick, and its “Take Ownership” . Take Ownership mean you are getting the ownership of the application or software as Administrator, so whenever you double click on the application it will open as Administrator. So you don’t need to run it as administrator every time.

To add this take ownership option in context menu for windows 7 or vista or Windows 8 ,you have to make a reg file , so please follow the steps

Step 1: Open notepad and copy paste the bellow code

Windows Registry Editor Version 5.00

 

[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”

Step 2: Now save this file as ownership.reg
Step 3: Now double click on the ownership.reg file
Step 4: A ‘User Account Control’ Window will open just click yes
Step 5: Then Registry Editor ‘Warning Information Window’ will open , again click on yes

Now you will get a windows saying that the reg file successfully added to registry. Now right click on any application icon you will see the take ownership.

To use take ownership you have to  select the take ownership option by right clicking on the application and then whenever you will double click on the application or software it will open as administrator.So just add take ownership option in your context menu of Windows 7 ,vista or Windows 8 and do work smartly.

 

(Visited 186 times, 1 visits today)

Comments

  1. Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.