Windows 7 启动时显示 TFS 用户

发布于 2024-09-12 05:21:23 字数 189 浏览 0 评论 0原文

我在 Windows 7 上安装了 TFS 并将 TFS 用户添加为 Windows 用户。

一切正常。

但是,现在每次 Windows 7 启动时,我都可以在启动屏幕上看到所有这些 TFS 用户,并且我需要选择自己的用户图标才能进入桌面。

我可以做些什么,以便在 Windows 启动时不显示这些 TFS 用户吗?

I installed TFS on Windows 7 and added TFS users as Windows users.

Everything works fine.

However, now every time Windows 7 starts, I can see all those TFS users on my startup screen, and I need to select my own user icon to enter my desktop.

Can I do something so that those TFS users would not be displayed at Windows startup?

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

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

发布评论

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

评论(1

夜夜流光相皎洁 2024-09-19 05:21:23

您可以通过将这些服务用户添加到注册表中的 SpecialAccounts 列表来隐藏这些服务用户。

将用户作为新的 DWORD 值添加到此键中:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList

将值的名称设置为用户名,并将值设置为 0(零)以隐藏它。

更多信息请参见:http://www.mydigitallife.info/2009/02/21/how-to-create-hidden-user-account-hide-user-account-from-welcome-screen -在窗口中/

You can hide these service users by adding them to the SpecialAccounts list in the Registry.

Add the user as a new DWORD value to this key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList

Set the name of the value to the username and set the value to 0 (zero) to hide it.

More info here: http://www.mydigitallife.info/2009/02/21/how-to-create-hidden-user-account-hide-user-account-from-welcome-screen-in-windows/

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