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.pswp.cn/news/278293.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/278293.shtml
英文地址,請注明出處:http://en.pswp.cn/news/278293.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

Java網絡爬蟲實操(8)

上一篇&#xff1a;Java網絡爬蟲實操&#xff08;7&#xff09; 大家好&#xff0c;本篇文章介紹一下NetDiscovery爬蟲框架里的downloader對象 1) 前言 面向對象設計仍然是目前編程的核心思想&#xff0c;從下面截圖可以了解爬蟲框架的主要對象&#xff1a; 程序在本地組織好一…

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…

php隊列使用

由于項目中在修改產品的同時要同步關聯水單,刪單&#xff0c;客保 等等數據。所以不可能等待所有都執行完畢以后再給客戶端反饋。所以自己用寫了個隊列。在這里曬出來代碼&#xff0c;以供大家參考。(項目中用到的是tp,所以在這里用tp作為演示) 思路 1&#xff0c;需要用到隊列…

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…

習慣需要堅持

近期會把本地的資料上傳分享出來&#xff0c;好久沒更新自己的內容了&#xff0c;以后會不斷的更新哦。轉載于:https://blog.51cto.com/haohao1010/2087494

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. 如果…

第五章 課本題目

例 5.1 使用單分支條件結構輸出兩個數的最大值。 #include<stdio.h> int main() { int a,b,max; scanf("%d,%d",&a,&b); if(a>b) maxa; if(a<b) maxb; printf("max%d\n",max); return 0; } 例 5.2 用雙分支條件語句求最大值。 #includ…

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…

cookies和session區別

cookies和session區別 1、Cookie和Session都是會話技術&#xff0c;Cookie是運行在客戶端&#xff0c;Session是運行在服務器端。 2、Cookie有大小限制以及瀏覽器在存cookie的個數也有限制&#xff0c;Session是沒有大小限制和服務器的內存大小有關。3、Cookie有安全隱患&#…

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…

C++內聯函數(inline function)

c從c中繼承的一個重要特征就是效率。假如c的效率明顯低于c的效率&#xff0c;那么就會有很大的一批程序員不去使用c了。 在c中我們經常把一些短并且執行頻繁的計算寫成宏&#xff0c;而不是函數&#xff0c;這樣做的理由是為了執行效率&#xff0c;宏可以避免函數調用的開銷&am…