nul&&goto :st m...">
美文网首页
使bat文件以管理员身份运行

使bat文件以管理员身份运行

作者: 程序员小韩 | 来源:发表于2017-09-01 14:35 被阅读0次

    在要执行的bat文件中的最上方添加下面命令

    %1 %2

    ver|find "5.">nul&&goto :st

    mshta vbscript:createobject("shell.application").shellexecute("%~s0","goto :st","","runas",1)(window.close)&goto :eof

    :st

    copy "%~0" "%windir%\system32\"

    然后保存,运行。

    相关文章

      网友评论

          本文标题:使bat文件以管理员身份运行

          本文链接:https://www.haomeiwen.com/subject/mlxkjxtx.html