任务管理器脚本

发布于 2024-07-06 18:42:21 字数 167 浏览 7 评论 0原文

我需要一个脚本来启动 Vista 中的任务管理器,但包含所有用户的进程(例如当您单击“显示所有用户的进程”时)。 我不介意 UAC 中断,但我想节省一些时间并直接进入“所有用户”版本。

我不在乎本身是什么语言,只关心在 Vista 上运行它而不需要加载任何额外的东西。

谢谢。

I need to a script that will pull up the Task Manager in Vista but with processes from all users (like when you click "Show processes from all users"). I don't mind the UAC interruption but I'd like to save some time and go straight to the "all users" version.

I don't care what language per se, just something that'll run it native to Vista without loading any extras.

Thanks.

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

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

发布评论

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

评论(1

甜中书 2024-07-13 18:42:21
  • 在 vista 开始菜单搜索栏中,输入“taskmgr”(不带引号)。
  • 当结果中出现taskmgr.exe 程序时,右键单击并选择“创建快捷方式”。
  • 在桌面上,右键单击新的快捷方式,然后选择“快捷方式”选项卡下的“高级”。
  • 勾选“以管理员身份运行”。

现在,当你点击这个 UAC 时就会出现。 当你让它运行后,它将向所有用户打开:)

  • In the vista start menu search bar, type in "taskmgr" (without quotes).
  • When the taskmgr.exe program comes up in the results, right click and select "create shortcut."
  • On your desktop, right click your new shortcut and select "advanced" under the "shortcut" tab.
  • Check "run as administrator."

Now, when you click on this UAC will come up. After you tell it to run, it will open up with all users :)

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