Windows 7 中的 runas 命令

发布于 2024-09-02 11:49:46 字数 263 浏览 5 评论 0原文

我正在尝试以管理员身份运行批处理文件。我发现我可以使用 runas 命令,我认为它与 Linux 中的 sudo 命令相对应。

我尝试了

runas /noprofile /user:computername\adminuser "blah.bat start"

但它给出了一个错误,说:

登录失败:用户帐户限制..(msdos 窗口不允许我复制任何内容)有什么办法我可以以管理员身份运行这个批处理文件吗?右键单击不起作用,因为我无法包含任何参数。

I'm trying to run a batch file as admin. I found that I can use runas command which corresponds sudo command in Linux I think.

I tried

runas /noprofile /user:computername\adminuser "blah.bat start"

But it gives an error, saying :

Logon failure: user account restriction.. (msdos window doesn't allow me to copy anything) is there any way I can run this batch file as admin? Right click doesn't work because I can't include any parameters.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

孤檠 2024-09-09 11:49:46

解决方法:您可以创建批处理文件的快捷方式,在快捷方式中添加参数,然后右键单击以管理员身份运行快捷方式。

A workaround: You can create a shortcut to the batch file, add a parameter in the shortcut, then right-click to run the shortcut as admin.

喜爱皱眉﹌ 2024-09-09 11:49:46

右键单击命令提示符图标,然后选择以管理员身份运行。然后从该窗口运行批处理文件。

Right-click the icon for the command-prompt and choose Run As Administrator. Then run you batch file from that window.

淡淡離愁欲言轉身 2024-09-09 11:49:46

我相信您可以通过注册表允许或禁止 RunAs 命令。

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer
"HideRunAsVerb"= 1

请参阅禁用 RunAs 命令

I believe that you can allow or disallow the RunAs command with the registry.

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer
"HideRunAsVerb"= 1

See Disabling the RunAs Command

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文