Easy to get the small Raiders of Windows 7 administrator privileges

  
                

In order to ensure the security of the system, Microsoft has given ownership of the system files. In the win7 system, the modification of the relevant system files must obtain the highest administrator authority before the operation can be performed, which really makes the users heartbreak. In the win7 system, how can the administrator's permission change?

Method 1: Add the ownership menu for the Windows 7 right-click menu: the specific implementation method is not difficult, save the following as a text file. Then modify the file extension to .reg and double-click to import the registry.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT \\ * \\ shell \\ runas]

@ = " administrator take ownership of "

"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\\*\\shell\ unas\\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\ unas2]

@="Administrator Ownership " ;

"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\\exefile\\shell\ unas2\\command]

@="cmd.exe /c takeown /f \\"%1\\" && icacls \\"%1\\" /grant administrators:F"

"IsolatedCommand"="cmd.exe /c takeown /f \\ "%1\\" && icac Ls \\"%1\\" /grant administrators:F"

[HKEY_CLASSES_ROOT\\Directory\\shell\ unas]

@="Administrator Ownership"

"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\\Directory\\shell\ unas\\command]

@="cmd.exe /c takeown /f \\"% 1\\" /r /dy && icacls \\"%1\\" /grant administrators:F /t"

"IsolatedCommand"="cmd.exe /c takeown /f \\"%1\\" /r /dy && icacls \\"%1\\" /grant administrators:F /t"

Method 2: Use the professional optimization tool to set the right button menu.

There are many optimization tools mentioned here. Generally, WindowsVista optimization tools can be used to optimize WIndows7, such as Vista optimization masters, Vista masters, etc. Of course, those optimized for Windows7 can also be achieved. The same effect, such as Windows7 optimization master, Windows7 Explorer, and so on. In the system settings in these tools, the right-click settings have the ability to add administrator privileges.

window7 optimization Masters Software Download: http: //www.xitongzhijia.net/soft/16090.html

No matter which system will encounter problems privileges, Although we can protect our system security against the restrictions of permissions, it also brings some unnecessary troubles to our normal operation. If you are also experiencing such an annoyance, try the method described above. .

Copyright © Windows knowledge All Rights Reserved