刪除本地賬戶無法登錄電腦_如何從Windows的登錄屏幕中刪除本地用戶帳戶

刪除本地賬戶無法登錄電腦

刪除本地賬戶無法登錄電腦

00_lead_image_user_accounts_on_logon_screen

If you have multiple user accounts on your computer, you might find it annoying to have to click on the icon for your username each time you start up the computer. To remedy this problem, you can hide a user account with a registry hack.

如果您的計算機上有多個用戶帳戶,則每次啟動計算機時都必須單擊用戶名圖標,這會很煩人。 要解決此問題,您可以隱藏帶有注冊表黑客的用戶帳戶。

If you aren’t the only actual active user on the system, then you shouldn’t really hide the other user accounts, although you could set your main account to logon automatically and then use the Switch User function only when necessary.

如果您不是系統上唯一的實際活動用戶,那么您不應真正隱藏其他用戶帳戶,盡管您可以將主帳戶設置為自動登錄,然后僅在必要時使用“切換用戶”功能。

NOTE: You can only hide local Windows accounts, not Microsoft accounts. However, if you really want to hide a Microsoft account and not delete it, you can revert your Windows 10 Microsoft account to a local one.

注意:您只能隱藏本地Windows帳戶,不能隱藏Microsoft帳戶。 但是,如果您確實要隱藏而不是刪除Microsoft帳戶,則可以將Windows 10 Microsoft帳戶還原為本地帳戶。

This tweak is most useful for when you have extra user accounts set up for file sharing or other purposes.

當您為文件共享或其他目的設置了額外的用戶帳戶時,此調整最有用。

Standard warning: The Registry Editor is a powerful tool and misusing it can render your system unstable or even inoperable. This is a pretty simple hack and as long as you stick to the instructions, you shouldn’t have any problems. That said, if you’ve never worked with it before, consider reading about how to use the Registry Editor before you get started. And definitely back up the Registry (and your computer!) before making changes.

標準警告:注冊表編輯器是一個功能強大的工具,濫用它會使您的系統不穩定甚至無法運行。 這是一個非常簡單的技巧,只要您按照說明進行操作,就不會有任何問題。 也就是說,如果您以前從未使用過它,請在開始之前考慮閱讀有關如何使用注冊表編輯器的信息。 并在進行更改之前一定要備份注冊表(和您的計算機!)。

Before changing the registry, we’ll check the exact name of the user(s) we want to hide. A quick way to do this is to press Windows+R on your keyboard and enter netplwiz in the Open box. Then, click “OK”.

在更改注冊表之前,我們將檢查要隱藏的用戶的確切名稱。 一種快速的方法是按鍵盤上的Windows + R, netplwiz在“打開”框中輸入netplwiz 。 然后,單擊“確定”。

01_opening_user_accounts_dialog

On the User Accounts dialog box, make sure the Users tab is active. Look in the “Users for this computer” list and note the exact name of the user(s) you want to hide. Click or “Cancel” to close the dialog box since you’re not making any changes here.

在“用戶帳戶”對話框上,確保“用戶”選項卡處于活動狀態。 在“此計算機的用戶”列表中查找,并記下要隱藏的用戶的確切名稱。 由于您未在此處進行任何更改,因此單擊或“取消”以關閉對話框。

NOTE: The way you can tell whether an account in the Users for this computer list is a local account is that local accounts are listed by the name you gave the account when you created it. Microsoft accounts are listed by the email address of the account.

注意:可以確定“此計算機的用戶”列表中的帳戶是否為本地帳戶的方式是,使用創建帳戶時所給的名稱列出本地帳戶。 Microsoft帳戶按該帳戶的電子郵件地址列出。

02_noting_user_name

Now that you know the name of the user(s) you want to hide, we’ll tweak the registry to hide them. Open the Registry Editor by clicking on Start and typing regedit . Press Enter to open Registry Editor, or click on regedit under Best match.

現在您知道了要隱藏的用戶的名稱,我們將調整注冊表以隱藏他們。 通過單擊開始并鍵入regedit打開注冊表編輯器。 按Enter打開注冊表編輯器,或單擊“最佳匹配”下的regedit。

03_opening_regedit

In the Registry Editor, use the left sidebar to navigate to the following key:

在注冊表編輯器中,使用左側邊欄導航至以下鍵:

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

Create a new key under the Winlogon key by right-clicking on the Winlogon key and then selecting New > Key from the popup menu.

右鍵單擊Winlogon密鑰,然后從彈出菜單中選擇“新建”>“密鑰”,在Winlogon密鑰下創建一個新密鑰。

04_creating_first_new_key

Name the new key “SpecialAccounts”.

將新密鑰命名為“ SpecialAccounts”。

05_naming_specialaccounts_key

Next, we’ll create a another new key, this time under the newly created SpecialAccounts key. Right-click on the SpecialAccounts key and select New > Key again.

接下來,我們將在新創建的SpecialAccounts密鑰下創建另一個新密鑰。 右鍵單擊SpecialAccounts鍵,然后再次選擇“新建”>“鍵”。

06_creating_second_new_key

Name this key “UserList”.

將此鍵命名為“ UserList”。

07_naming_userlist_key

Now, we’re going to create a new value inside the UserList key. Select the UserList key, right-click in the right pane, and choose New > DWORD (32-bit) Value.

現在,我們將在UserList鍵中創建一個新值。 選擇UserList鍵,右鍵單擊右窗格,然后選擇“新建”>“ DWORD(32位)值”。

08_creating_new_dword_value

Give this value the name of the user account that you want to hide, and then create a new DWORD (32-bit) Value for each additional user account you want to hide.

為該值提供要隱藏的用戶帳戶的名稱,然后為每個要隱藏的其他用戶帳戶創建一個新的DWORD(32位)值。

09_naming_dword_value_with_user_name

For each value you create, make sure the Data value is zero (0).

對于您創建的每個值,請確保數據值為零(0)。

10_making_sure_dword_value_is_zero

If, for some reason, the Data value is not zero, double click on the value name in the right pane and enter 0 in the Value data box on the Edit DWORD (32-bit) Value dialog box. Click “OK”.

如果由于某種原因,數據值不為零,請雙擊右窗格中的值名稱,然后在“編輯DWORD(32位)值”對話框的“值數據”框中輸入0。 點擊“確定”。

11_edit_dword_value_dialog

Go to File > Exit to close the Registry Editor.

轉到文件>退出以關閉注冊表編輯器。

12_closing_registry_editor

Log out of your Windows account by opening the Start menu, clicking on your user name in the upper-left corner, and selecting “Sign out”.

通過打開“開始”菜單,單擊左上角的用戶名,然后選擇“注銷”,注銷Windows帳戶。

13_signing_out

Now, there are no other users listed in the lower-left corner of the logon screen.

現在,登錄屏幕的左下角沒有列出其他用戶。

14_user_account_hidden

NOTE: Make sure not to hide your last administrator account using this tweak, or you won’t be able to log in as an administrator anymore.

注意:請確保不要使用此調整隱藏您的上一個管理員帳戶,否則您將無法再以管理員身份登錄。

At this point, the user account should be completely hidden from everywhere. If you want to show the account again, open the registry editor and change the value for the user name on the right that you want to show again to 1. If you want to show all the user accounts on the logon screen again, you can simply delete the SpecialAccounts key. The UserList key and all the user name values you added as values inside the UserList key are also deleted.

在這一點上,用戶帳戶應該對任何地方都完全隱藏。 如果要再次顯示該帳戶,請打開注冊表編輯器,然后將要再次顯示在右側的用戶名的值更改為1。如果要再次在登錄屏幕上顯示所有用戶帳戶,則可以只需刪除SpecialAccounts鍵。 UserList鍵以及您作為UserList鍵中的值添加的所有用戶名值也將被刪除。

Note that if you hide a user account using this registry hack, you won’t even be able to use the Switch User menu on the Start menu to get to that user account, and the account will also be hidden from the UAC dialog prompt, the Control Panel, and even from the Settings app.

請注意,如果您使用此注冊表黑客隱藏用戶帳戶,甚至將無法使用“開始”菜單上的“切換用戶”菜單來訪問該用戶帳戶,并且該帳戶也將從UAC對話框提示中隱藏,控制面板,甚至從“設置”應用中。

If you’re trying to decide whether you want an account to be a Microsoft account or a local one, here’s a list of all the features that require a Microsoft account on Windows 10, so you can decide whether you need access to these features. We’ve also discussed how to set up and configure user accounts on Windows 10.

如果您要決定是將一個帳戶設為Microsoft帳戶還是本地帳戶,以下是Windows 10上需要Microsoft帳戶的所有功能的列表,因此您可以決定是否需要訪問這些功能。 我們還討論了如何在Windows 10上設置和配置用戶帳戶。

翻譯自: https://www.howtogeek.com/howto/windows-vista/remove-user-accounts-from-the-logon-screen-in-windows-vista/

刪除本地賬戶無法登錄電腦

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/280703.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/280703.shtml
英文地址,請注明出處:http://en.pswp.cn/news/280703.shtml

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

相關文章

tarjan算法詳解

https://blog.csdn.net/jeryjeryjery/article/details/52829142?locationNum4&fps1 以防鏈接失效,特此轉載此博,如有侵權請見諒 在有向圖G中,如果兩個頂點間至少存在一條路徑,稱兩個頂點強連通(strongly connected)。如果有向…

Gitlab簡單使用CI/CD

開篇語大概是去年就想做這個事情了,奈何當時卡到一個docker命令找不到的問題上,導致文章難產了,墨跡了這么久,終于又有空來搗鼓它了。目的我們要實現的目的是我本地不斷提交代碼(CI),然后服務器不斷進行部署(CD)的一個簡單流程。準…

AppleScript: Handler

AppleScript絕對是個奇葩的存在!不管功能有多強大。 Handler有兩種,一種是和OC類似的使用Label參數,一種是和javascript類似的使用括號把一堆參數都放在里面的。 label參數的Handler的寫法非常奇怪,光看文檔絕對讓人迷糊。這里按照…

powershell 運行策略

Unrestricted 這是一種比較寬容的策略,允許運行未簽名的腳本。對于從網絡上下載的腳本,在運行前會進行安全性提示: Set-ExecutionPolicy UnRestricted

免費的數字圖書館_不僅是書籍:您當地圖書館可能提供的所有免費數字資料

免費的數字圖書館You might think of libraries as old fashioned, or irrelevant in the age of the internet. You’d be wrong. 您可能會認為圖書館是老式的,或者與互聯網時代無關。 你會錯的。 Modern libraries offer books, yes, but they also provide inter…

iNeuOS工業互聯網操作系統,腳本化實現設備運行時長和效率計算與統計

目 錄1. 概述... 22. 實時采集開停狀態... 23. 增加虛擬設備... 24. 腳本統計和計算設備運行時長... 45. 設備運行時長報表... 71. 概述有一個煤礦項目,使用iNeuOS系統時有一個需要是:要統計設備的運行時長&#xff0c…

webpack二(以webpack4.x起步)

一.基本安裝首先我們要創建一個目錄,初始化npm,以及在本地安裝webpack:復制代碼mkdir webpackapp && cd webpackapp復制代碼npm init -y復制代碼npm install --save-dev webapck復制代碼現在我們看一下我們創建的目錄以及目錄下的結構…

阿里云中間件是什么-阿里云中間件介紹

阿里云中間件是什么?這其實是一個比較虛的概念。廣義的中間件范圍很廣。起溝通作用的都可以認為是中間件。甚至ODBC這樣的東西你也可以認為是中間件。 使用了中間件之后,以前直接連接的前臺應用程序和數據庫之前就多了個中間件,現在前臺程序把請求發給…

C# 圖片、文件等加入Project Resources

一、目的 1.編譯后,只想有一個exe文件,不想外部文件引用,直接運行exe文件即可。 2.不會出現文件丟失情況。 二、操作 1.右擊project ->properties->Resource,左上角選擇Image(或其他類型) 2. 點擊…

jfinal使用shiro注解大體流程

2019獨角獸企業重金招聘Python工程師標準>>> 上一篇答題梳理了jfinal整合shiro的流程,jfinal讀取shiro注解,這一篇將作為補充。 1.JFinalShiroPlugin作者為shiro的RequiresRoles,RequiresPermissions, RequiresAuthent…

chrome 快捷鍵取消_如何使用鍵盤快捷鍵在Chrome和Firefox中固定和取消固定選項卡...

chrome 快捷鍵取消If you tend to open a lot of tabs in your browser, it can become difficult to find the tabs with your most used websites. Pinning tabs in your browser moves those tabs to the left and shrinks the tabs to only show the favicon, and you can …

.NET Conf China 2022參會指南速覽(內含超多福利)趕緊預約!???

12月充滿驚喜各種美好節日紛至沓來似在獎勵一年辛苦勞作的你12月的第一波福利.NET Conf China 承包啦立即掃碼預約加入.NET年度盛宴搶12月第一波驚喜!.NET Conf China 2022 .NET Conf China 2022是面向開發人員的社區峰會,延續 .NET Conf 2022 的活動&a…

python導入模塊--案例

1 導入模塊 1.1 問題 本案例要求先編寫一個star模塊,主要要求如下: 建立工作目錄 ~/bin/創建模塊文件 ~/bin/star.py模塊中創建pstar函數,實現打印50個星號的功能然后練習導入模塊,調用模塊中的函數: 在交互解釋器中導…

css常用命名

常用的CSS命名 頭:header 內容:content/container 尾:footer 導航:nav 側欄:sidebar 欄目:column 頁面外圍控制整體佈局寬度:wrapper 左右中:left right center 登錄條:l…

***關于WP的郵件無法發送問題的總結(原創)

1.用FTP打開 /wp-include/class-smtp.php ,最好是下載下來,搜索一下,查找到如下的代碼: $this->smtp_conn stream_socket_client($host . ":" . $port,$errno,$errstr,$timeout,STREAM_CLIENT_CONNECT,$socket_cont…

C# 簡單方式運行powershell文件/使用cmd命令運行ps1

一、目的、構想 1.C# winfrom編譯的tool 運行一個powershell文件。 2.只需要運行即可,不需要返回值。 3.網上部分資料需要額外添加dll。 3.已經有cmd執行命令的函數,能否直接在cmd運行? 4.在cmd黑色窗口輸入powershell 能進入powershell…

?.Net 7 AOT 徹底解析下(完結篇)

楔子:本篇是承繼前面三篇文章而來,分別為:.Net 7 的 AOT 和 CLR有什么區別?.Net 7 的 R2R,Crossgen2是什么?.Net 7 的AOT原理簡析通過以上三篇的基礎,本篇來徹底解析下AOT這門技術的底層原理。AOT此終,不再…

cmd暫停快捷鍵_是否有鍵盤快捷鍵可以暫停正在運行的CMD窗口的輸出?

cmd暫停快捷鍵When running a batch script, you may need or want to pause the output in the CMD window so that you can look things over. Is there an easy way to pause, then restart the output? Today’s SuperUser Q&A post has the answer to help with a re…

bash快捷鍵

Ctrl h :回退一個字符Ctrl f :光標前進一個字符Ctrl b :光標后退一個字符Ctrl w :刪除光標之前的一個字符串(進入剪切板)Ctrl u :刪除光標前的所有字符 (進入剪切板&#xff09…

J - 青蛙的約會(擴展歐幾里得)

https://vjudge.net/contest/218366#problem/J 第一步追及公式要寫對:ynk-(xmk)pL > (n-m)klpx-y 可以看出擴展歐幾里得原型,這里注意擴展歐幾里得求出的是任意解,非最優,要推出最小解k。 (n-m)xlygcd > (n-m)(x*(x-y)/gcd)…