发布网友 发布时间:2024-10-08 11:07
共5个回答
热心网友 时间:2024-10-08 12:01
1.单击“开始”菜单的“运行”命令或者win+r
在打开的“运行”对话框中输入“notepad”,再点“确定”
2.将以下内容复制到记事本中:
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"
3.单击记事本中的“文件”菜单,选择“另存为”命令:在弹出的对话框中另存为后缀为“.reg”的注册表文件。
4.然后运行这个文件,重启就可以了。
热心网友 时间:2024-10-08 12:08
如果要删除软件 需要选择以管理员身份 去删除软件 有些不需要 不需要每次右键管理员权限运行热心网友 时间:2024-10-08 12:08
更改用户账户控制设置,把你的那个拉倒最底下,运行需要权限的软件时就不会出现了,希望有用热心网友 时间:2024-10-08 12:07
如图所示,在弹出“用户账户控制”的窗口,选择右下角“更改通知出现时间”。然后选择“从不通知”。
其实这个功能不实用,很多程序你不点是就不运行,太麻烦了。
热心网友 时间:2024-10-08 12:04
应该有个UAC吧 ,你设置下他试试。