LittleBear
乱世之小熊
C++博客
首页
新随笔
联系
聚合
管理
19 Posts :: 0 Stories :: 0 Comments :: 0 Trackbacks
常用链接
我的随笔
我的评论
我参与的随笔
留言簿
给我留言
查看公开留言
查看私人留言
随笔分类
Asp.net(1)
Book(1)
C#(1)
C/C++(1)
java(1)
Linux(3)
Pdf(1)
Sql(2)
Svn(1)
VC(2)
Windows(1)
嵌入式开发(1)
源码(1)
随笔档案
2010年5月 (2)
2010年4月 (2)
2010年3月 (1)
2010年1月 (1)
2009年12月 (1)
2009年11月 (10)
2009年10月 (2)
相册
Native
搜索
最新评论
阅读排行榜
1. Win7加管理员权限(957)
2. c/c++资料(371)
3. test1(352)
4. Ubuntu安装设置(349)
5. J2EE开发环境搭建(284)
评论排行榜
1. Ubuntu安装设置(0)
2. Redhat(0)
3. Book(0)
4. SQL Server 安装(0)
5. Sample database(0)
Win7加管理员权限
Win7加管理员权限
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
"
posted on 2009-12-19 05:44
LittleBear
阅读(957)
评论(0)
编辑
收藏
引用
所属分类:
Windows
只有注册用户
登录
后才能发表评论。
【推荐】100%开源!大型工业跨平台软件C++源码提供,建模,组态!
网站导航:
博客园
IT新闻
BlogJava
知识库
博问
管理
Powered by:
C++博客
Copyright © LittleBear