MindScape

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  44 随笔 :: 17 文章 :: 48 评论 :: 4 引用

公告

2005年12月4日 #

How can I hide a user from the Welcome Screen in Windows XP?

To hide a user's account from the welcome screen in Windows XP:

  1. Open Registry Editor.

  2. In Registry Editor, navigate to the following registry key:

  1. Create the following entry:

Username: REG_DWORD

(Where Username is the username of the user you want to hide from the Welcome Screen).

  1. Assign a value of 0.

  2. Close Registry Editor.

  3. Reboot.

This will prevent the user from showing up on the welcome screen. You will need to press CTRL-ALT-DEL twice at the logon screen to get the old W2K logon style box to be able to logon to the account you've hidden. Adding a username and setting the value to 1 will cause that user, such as Administrator, to show up on the Welcome screen as well.

posted @ 2005-12-04 23:26 Jonny Yu 阅读(294) 评论(0) 编辑