CMD elevate 命令详解 (未集成)


提升 UAC 特权执行命令。

用于命令提示符或批处理文件。

另请参阅: cmd     PowserShell

基本用法     详细用法

elevate /k
			

基本语法

elevate [(-c | -k) [-n] [-u]] [-w] command
			

选项参数

参数 EN 解释 中文翻译 备注
-c Launches a terminating command processor; equivalent to "cmd /c command". 发起终止命令处理器;相当于 cmd /c command。
-k Launches a persistent command processor; equivalent to "cmd /k command". 发起持久命令处理器;相当于 cmd /k command。
-n When using -c or -k, do not pushd the current directory before execution. 当使用 -c 或 -k 时,执行前不压入当前目录。
-u When using -c or -k, use Unicode; equivalent to "cmd /u". 当使用 -c 或 -k 时,使用 Unicode;相当于 cmd /u。
-w Waits for termination; equivalent to "start /wait command". 等待终止;相当于 start /wait command。

基本用法

功能 命令 解释 备注
UAC elevate /k 以管理员身份启动 CMD 命令解释器
帮助 elevate /? 展示帮助信息

 

版权声明: 本文为独家原创稿件,版权归 乐数软件 ,未经许可不得转载。