Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个代码
@echo off mode con: cols=200 lines=30 color 0A cls title "Pre setup" ...code here... exit
为可读性而编辑。我桌面上的 Admin:CMD 链接是这样设置的
我想知道有没有办法从命令行完成这些相同的超级用户功能?
编辑 1 绝妙的信息!谢谢你。我将如何向其中添加 RunAs(或类似功能)?