在Windows 8中隐藏活动的pipe理员帐户

我试图在Windows 8中使用集成的“pipe理员”帐户。问题是,我不希望此帐户出现在欢迎屏幕login。 我试图通过使用这里描述的方法隐藏帐户。 问题是其他帐户不是pipe理员,当他们试图(un)安装程序或基本上需要pipe理员权限时, UAC prompts them to enter an administrator password. However, there are no possible accounts UAC prompts them to enter an administrator password. However, there are no possible accounts列出(因为它已被停用)。 (我实际上已经从pipe理员帐户中删除了自己…)

编辑:此外,我尝试使用net user administrator /active:no 。 这有同样的效果。

如果您没有禁用pipe理员帐户,只需将其隐藏在login屏幕中即可通过远程桌面连接以pipe理员身份login。 (只要在机器上启用远程桌面…)

你有没有尝试使用networking用户禁用pipe理员帐户?

 net user administrator /active:no 

注:通过以pipe理员身份运行它来打开命令提示符

没关系,我find了一个解决scheme。 这个问题已经被超级用户问过了。

有关解决scheme,请参阅: https : //superuser.com/questions/182375/always-display-the-last-default-user-windows-7-welcome-screen/182382#182382和https://superuser.com/questions / 66400 / hide-account-from-login-screen-but-can-use-in-uac 。