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.
我有一个excel文件,里面有一个按钮。如果我点击按钮,我应该能够在不同位置的管理员模式下打开文件“myfile.exe”。
有人可以帮助我如何在 Windows07 机器中使用 excel VBA 来实现...?
提前致谢....
是的,你可以使用它,runas但你需要有密码。
runas
Shell "runas /profile /env /user:=<UserName>\admin ""c:\windows\Notepad.exe"""
快照
关于 RunAs 的帮助:runas/?在 DOS 提示符下键入以查看语法。
runas/?