如何以编程方式模拟XP的“Windows安全”功能 Windows 2000 上的开始菜单选项

发布于 2024-07-05 14:05:04 字数 462 浏览 6 评论 0原文

我正在尝试找到一种方法来在我通过远程桌面连接的 Windows 2000 计算机上调用 Ctrl+Alt+Delete 对话框。 Windows XP 和 2003 包含一个名为“Windows 安全”的新开始菜单命令来执行此操作,但 Windows 2000 没有这样的选项。

Ctrl+Alt+End 似乎可以执行此操作,但它只会转到最外面的 RDP 窗口,因此如果您有多个连接深度,则没有帮助。 在这种情况下,我在计算机 A 上,连接到计算机 B。从计算机 B,我连接到计算机 C。按 Ctrl+Alt+End 将在计算机 B(而不是计算机 C)上打开 Ctrl+Alt+Delete 对话框。

目标这里是允许连接到计算机C的用户更改自己的密码。 用户不是计算机上的管理员,因此他们无法访问管理员可能用来完成此操作的各种工具。

[编辑]我忘了将此作为一个编程问题; 我的目的是弄清楚如何从代码中做到这一点(尽管非代码方法也很有用)。

I'm trying to find a way to invoke the Ctrl+Alt+Delete dialog on a Windows 2000 computer that I'm connected to via Remote Desktop. Windows XP and 2003 include a new start menu command called "Windows Security" that does this, but Windows 2000 has no such option.

It appears that Ctrl+Alt+End will do this, but it only goes to the outermost RDP window, so if you're several connections deep, it doesn't help. In this scenario, I'm on computer A, connected to computer B. From computer B, I connect to computer C. Pressing Ctrl+Alt+End opens the Ctrl+Alt+Delete dialog on computer B, not computer C.

The goal here is to allow users connecting to computer C to change their own passwords. The users are not administrators on the computer, so they can't access the various tools that an admin might use to accomplish this.

[edit] I forgot to make this a programming question; my intent was to figure out how to do this from code (although a non-code method would be useful as well).

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

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

发布评论

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

评论(1

北座城市 2024-07-12 14:05:04

我的同事找到了直接完成此任务的方法:开始| 设置| Windows 安全。 如果它不存在,则可能已通过组策略禁用 (Technet)。

My coworker found the way to accomplish this directly: Start | Settings | Windows Security. If it's not present, it may have been disabled via Group Policy (Technet).

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