win7系统管理员权限
发布网友
发布时间:2022-05-21 09:56
我来回答
共2个回答
热心网友
时间:2023-10-22 20:53
从Vista系统开始,微软为了提供系统安全性,开始强调对于Windows文件的所有权,以及程序运行时的用户权限,*程序对系统重要文件的 篡改。不过这样也给我们平时使用带来了一些问题,同样WIndows7也有权限问题。当我们发现某些文件无法修改时,我们就需要取得这个文件的管理员 所有权,取得之后,我们就可以随心所欲的去修改它了。
我们要介绍的技巧就是如何,取得某一个文件或文件夹的所有权。:
方法:为Windows7的右键菜单添加取得所有权的菜单:具体实现的方法不难,将以下内容另存为文本文件,然后修改该文件的扩展名为.reg ,双击导入注册表即可。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT“*“shell“runas]
@=管理员取得所有权
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]
@=管理员取得所有权
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]
@=管理员取得所有权
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
热心网友
时间:2023-10-22 20:53
把下载的保存位置改到其它盘一般可以解决这个问题,或在运行IE或下载软件时选取以管理员身份运行。