xp删除管理员账户_在Windows XP中从登录屏幕删除用户帐户

xp删除管理员账户

xp删除管理员账户

So you login to your computer every single day, but there’s more than one account to choose from… either because you got the computer from somebody else, or some software package added a user account that you really don’t want to see. So how do we hide that other account from the login screen?

因此,您每天都登录到计算机,但是有多个帐户可供选择……或者是因为您从其他人那里获得了计算机,或者某个软件包添加了您确实不想看到的用户帐户。 那么,我们如何在登录屏幕上隐藏该其他帐户?

There’s a simple registry hack that you can do to hide accounts from the login screen, or you could alternatively delete the user account if you really don’t need it. Both methods are listed below.

有一个简单的注册表黑客,您可以从登录屏幕中隐藏帐户,或者,如果确实不需要,可以删除该用户帐户。 两种方法都在下面列出。

image

Manual Registry Hack

手动注册表破解

Open up regedit.exe through the start menu Run box, and then navigate down to the following key:

通过开始菜单“运行”框打开regedit.exe,然后向下导航至以下键:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\    CurrentVersion\Winlogon\SpecialAccounts\UserList

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ UserList

On the right-hand side you’ll see a list of keys that correspond to user accounts that are considered “Special” and are not to be shown on the login screen.

在右侧,您将看到与用户帐户对应的键列表,这些用户帐户被视为“特殊”,并且不会在登录屏幕上显示。

image

Create a new DWORD value with the same name as the user name that you want to hide. You’ll note that the actual username in the illustration was “OtherPerson” and not the description that was shown on the login screen.

用与您要隐藏的用户名相同的名称创建一个新的DWORD值。 您会注意到,插图中的实际用户名是“ OtherPerson”,而不是登录屏幕上显示的描述。

To unhide the account, simply delete the registry key that you created.

要取消隐藏该帐户,只需删除您创建的注册表项。

image

The next time you log off you’ll see that the other account is gone.

下次注销时,您会看到另一个帐户已消失。

Hide User Account with Tweak UI

使用调整UI隐藏用户帐户

You can also use the Microsoft Tweak UI PowerToy to do the same thing. (Thanks to Gustav for reminding me to include this)

您也可以使用Microsoft Tweak UI PowerToy执行相同的操作。 (感谢古斯塔夫提醒我包括在内)

image

Just click on the Logon key in the left hand side, and then uncheck the box for “Show <username> on Welcome screen”

只需单击左侧的登录键,然后取消选中“在欢迎屏幕上显示<用户名>”框即可。

Login to Hidden Account

登录到隐藏帐户

You can still login to the account even though it’s not shown… You’ll just have to use a little trick.

即使未显示该帐户,您仍然可以登录。...您只需要使用一个小技巧。

At the login screen, just hit the Ctrl+Alt+Delete combination twice in a row, and you’ll be presented with the old-school login screen, where you have to manually enter the username.

在登录屏幕上,只需连续两次按Ctrl + Alt + Delete组合键,就会出现老式的登录屏幕,您必须在其中手动输入用户名。

image

Type the name and password of the other user, and login.

输入其他用户的名称和密码,然后登录。

Delete User Account

删除用户帐号

Alternatively you can always delete the user account if you are absolutely sure that you don’t need that user account anymore. Right-click on “My Computer” and choose “Manage”

另外,如果您完全确定不再需要该用户帐户,则可以始终删除该用户帐户。 右键单击“我的电脑”,然后选择“管理”

image

Navigate down through “Local Users and Groups” and then Users, and then locate the username in the list that you’d like to get rid of.

依次浏览“本地用户和组”和“用户”,然后在要删除的列表中找到用户名。

image

Just right-click and choose Delete. Note that this step cannot be reversed, so make sure you only delete accounts you really really don’t want anymore. If you are unsure, you can just hide them using the first option above.

只需右键单击并选择删除。 请注意,此步骤无法撤消,因此请确保仅删除您确实不再想要的帐户。 如果不确定,则可以使用上面的第一个选项将其隐藏。

翻译自: https://www.howtogeek.com/howto/windows/remove-user-accounts-from-the-login-screen-in-windows-xp/

xp删除管理员账户

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/278293.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Pycharm下将py文件打包成exe文件

1. 在PyCharm下安装PyInstaller 1. 首先&#xff0c;打开自己要发布的工程 2. 点击底部的【Terminal】打开终端&#xff0c;中输入命令pip install pyinstaller后回车&#xff0c;如图所示进行安装 3. 输入命令 pyinstaller&#xff0c;回车显示安装成功 4. 输入命令 pyinstall…

什么是自然语言处理,它如何工作?

NicoElNino/Shutterstock.comNicoElNino / Shutterstock.comNatural language processing enables computers to process what we’re saying into commands that it can execute. Find out how the basics of how it works, and how it’s being used to improve our lives. 自…

GIT速查手册

为什么80%的码农都做不了架构师&#xff1f;>>> 一、GIT 1.1 简单配置 git是版本控制系统&#xff0c;与svn不同的是git是分布式&#xff0c;svn是集中式 配置文件位置 # 配置文件 .git/config 当前仓库的配置文件 ~/.gitconfig 全局配置文件# 查看所有配置项 git …

4-3逻辑非运算符及案例 4-4

创建类 LoginDemo3 这里取反 !(n%30) package com.imooc.operator; import java.util.Scanner;public class LoginDemo3 {public static void main(String[] args) {// TODO Auto-generated method stubSystem.out.println("请输入一个整数");Scanner scnew Scanner(…

assistant字体_如何使用Google Assistant设置和致电家庭联系人

assistant字体Google谷歌Google Home and Nest smart speakers and displays allow you to make calls without using your phone. By setting up “Household Contacts,” anyone in your home can easily call friends and family members with Google Assistant-enabled dev…

Accoridion折叠面板

详细操作见代码&#xff1a; <!doctype html> <html><head><meta charset"UTF-8"><title></title><meta name"viewport" content"widthdevice-width,initial-scale1,minimum-scale1,maximum-scale1,user-scal…

skype快捷键_每个Skype键盘快捷键及其用法

skype快捷键Roberto Ricca/Shutterstock罗伯托里卡/ ShutterstockGet familiar with Skype’s unique keyboard shortcuts that will allow you to quickly change your settings, alter your interface, and control your communications. Use these hotkeys and become a Sky…

YouTube键盘快捷键:速查表

Google’s video website wouldn’t be complete without all sorts of useful buttons and hidden commands that aren’t immediately obvious. Use this hotkey cheat sheet to quickly navigate YouTube and gain better control over your video browsing experience. 如果…

MySQL服务读取参数文件my.cnf的规律研究探索

在MySQL中&#xff0c;它是按什么顺序或规律去读取my.cnf配置文件的呢&#xff1f;其实只要你花一点功夫&#xff0c;实验测试一下就能弄清楚&#xff0c;下面的实验环境为5.7.21 MySQL Community Server。其它版本如有不同&#xff0c;请以实际情况为准。 其实&#xff0c;MyS…

将组策略编辑器添加到控制面板

If you find yourself using the Group Policy Editor all the time, you might have wondered why it doesn’t show up in the Control Panel along with all the other tools. After many hours of registry hacking, I’ve come up with a registry tweak to let you do ju…

Exchange Server 2016管理系列课件50.DAG管理之激活数据库副本

激活邮箱数据库副本是将特定被动副本指定为邮箱数据库的新主动副本的过程。我们将此过程称为数据库切换。数据库切换过程是指卸除当前的活动数据库&#xff0c;然后在指定的服务器上将相应的数据库副本作为新的活动邮箱数据库副本进行装载。成为活动邮箱数据库的数据库副本必须…

常见设计模式 (python代码实现)

1.创建型模式 单例模式 单例模式&#xff08;Singleton Pattern&#xff09;是一种常用的软件设计模式&#xff0c;该模式的主要目的是确保某一个类只有一个实例存在。当你希望在整个系统中&#xff0c;某个类只能出现一个实例时&#xff0c;单例对象就能派上用场。 比如&#…

记录一次解决httpcline请求https报handshake_failure错误

概述 当使用httpclinet发起https请求时报如下错误&#xff1a; javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failureat com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)at com.sun.net.ssl.internal.ssl.Alerts.getSSLExcep…

桌面程序explorer_备份Internet Explorer 7搜索提供程序列表

桌面程序explorerIf you are both an IE user and a fan of using custom search providers in your search box, you might be interested to know how you can back up that list and/or restore it on another computer. Yes, this article is boring, but we’re trying to…

GreenPlum数据库故障恢复测试

本文介绍gpdb的master故障及恢复测试以及segment故障恢复测试。 环境介绍&#xff1a;Gpdb版本&#xff1a;5.5.0 二进制版本操作系统版本&#xff1a; centos linux 7.0Master segment: 192.168.1.225/24 hostname: mfsmasterStadnby segemnt: 192.168.1.227/24 hostname: ser…

书评:Just the Computer Essentials(Vista)

Normally we try and focus on articles about how to customize your computer, but today we’ll take a break from that and do a book review. This is something I’ve not done before, so any suggestions or questions will be welcomed in the comments. 通常&#x…

python学习

为了学会能学&#xff0c;不负时间&#xff0c;为了那简练的美&#xff01; 为了一片新天地。 /t 对齐 python : # 99乘法表i 0while i < 9 : i 1 j 0 while j < i : j 1 print(j ,* , i,"" , i*j , end\t) #空格不能对齐 制表符…

hey 安装_如何在助理扬声器上调整“ Hey Google”的灵敏度

hey 安装Vantage_DS/ShutterstockVantage_DS / ShutterstockThe Google Assistant is a useful tool that allows you to control your smart home, check the weather, and more. Unfortunately, the Assistant might not hear you in a noisy environment or it might activa…

EXCEL如何进行多条件的数据查找返回

在使用EXCEL时经常会碰到一个表里的同一款产品每天的销量都不一样&#xff0c;然后我们需要查导出每一款产品每天的销量&#xff0c;即一对多条件查找。这个教复杂&#xff0c;我们要用到好几个函数的综合&#xff0c;下面小编来教你吧。 工具/原料 EXCEL软件&#xff08;本文使…

如何将Google幻灯片转换为PowerPoint

If someone sent you a presentation on Google Slides, but you’d rather work on it in Microsoft PowerPoint, you can easily convert it to a .pptx file in just a few simple steps. Here’s how it’s done. 如果有人在Google幻灯片上向您发送了演示文稿&#xff0c;但…