Win10 cmd以管理员运行

@echo off
%1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit

猜你喜欢

转载自blog.csdn.net/wojuzi/article/details/105008671