How to remove the Ease of Access button from the login screen in Windows 10
However, many Windows users may not need these options and, therefore, want to get rid of the Ease of Access button. If you want to remove or disable the Ease of Access button from the Windows login screen, you need to follow this guide exactly.
You can delete the Ease of Access button or disable it (leave the button there but do nothing). Here are ways to remove or disable the Ease of Access button from the login screen.
1. Disable the Ease of Access button from the Windows Registry
Note : The following method works on Windows 10 Enterprise edition. Windows Registry is very important for the operation of the computer system. Just one small mistake can make you have a big problem. Therefore, before you continue, you must make a backup of the registry.
Here's how to do this easily.
- Find the Computer icon at the top of the left panel and click to select it.
- Right-click on the Computer icon and click the Export option .
- Browse for a suitable location, preferably on the external hard drive.
- Give the file a memorable name and click Save.
Here's how to disable or delete the Ease of Access button in the login screen from Windows Registry Editor:
Log in to your computer with the admin account.
Press the Windows key and search for Regedit. Right click on Registry Editor and select Run as administrator . If Windows asks you to allow the app to make changes to the device, click the Yes button .
Navigate to the following registry location:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows EmbeddedEmbeddedLogon
NOTE : If you can't find the EmbeddedLogon folder , create it by right-clicking on the Windows Embedded folderand going to New> Key .
Create the EmbeddedLogon folder
Right click on the EmbeddedLogon folder and go to New. Select DWORD (32bit Value).
Name this key BrandingNeutral and enter 8 in the Value data field .
Click OK to close the dialog box.
Exit Registry Editor and restart the computer.
2. Turn off the Ease of Access button by disabling Utilman.exe
Another way to remove the Ease of Access button from the login screen is to disable all users' access to the Utilman.exe program. Unlike in the first method, this doesn't remove the Ease of Access button but makes it useless.
When you power on your computer and go to the Windows login screen, you'll see the Ease of Access button there, but clicking on it won't have any effect. Continue reading the steps for performing this operation.
Press the Windows key and look for cmd. Right click on Command Prompt and click on Run as Administrator . In the Command Prompt window , type the following command and press ENTER to run it:
cacls %windir%system32utilman.exe /C /D Everyone
The system will ask if you want to continue. Answer by typing Y and pressing ENTER.
If you don't want to use the Command Prompt, open Windows Explorer and navigate to the following folder:
C:WindowsSystem32
In this folder, right-click on Utilman.exe and select Properties.
Switch to the Security tab .
Select the Advanced button and click the Change link next to TrustedInstaller.
In the new window, enter administrators in the Object Name field and press Check Names. When the full path appears, press the OK button .
Enter administrators in the Object Name field
Click the Apply> OK button on the Advanced Security Settings .
Close the Utilman Properties window to save the changes.
Right click on Utilman.exe and click on Properties again .
Go to the Security tab .
Click the Advanced button and follow the previous steps to change ownership.
This time, press the Add button .
Click the Select a principal link and enter everyone. Select Names and press OK.
Click on the link Select a principal
Click the dialog next to Type and change it from Allow to Deny and Full Control.
Click OK.
If you want to re-enable the Ease of Access button, open Command Prompt with admin rights and run the following command:
cacls %windir%system32utilman.exe /E /G "Everyone":R
3. Delete the Ease of Access button by editing the XAML files
Launch Windows Explorer and navigate to the following folder:
C:WindowsSystem32
Launch Windows Explorer and navigate to the folder
Find the Authui.dll file and open it in PE Explorer or another editor.
Go to the UIFILE folder .
Double-click the XAML 12400 file .
Press CTRL + F to search for the following documents:
if id="atom(Accessibility)"
and
if id="atom(ToggleTabletKeyboard)"
Delete all text between these two lines.
Save and close the modified file.
Repeat the above steps for XAML 12402 and 12401 files .
You should read it
- How to remove the login screen in Windows 10
- How to enable the Login Login hidden on Windows 10
- How to change the login screen on Windows 8?
- Customize the login screen background on Windows 7
- Displays the login information for the last time you log on to a Windows 10 computer
- Tips for opening apps from the Windows login screen
- How to bypass Windows 10 login screen
- Change Windows 10 login wallpaper
May be interested
- Customize the login screen background on Windows 7windows 7 allows you to change the login screen background - which appears when you start your computer - without any third-party software, but this setting is hidden. this article will guide you to enable this setting to customize the login screen background to your liking.
- Displays the login information for the last time you log on to a Windows 10 computerevery time you log in to your windows computer, the user will see the last date and time of the last successful login on your computer. even this feature displays information if the last login was unsuccessful.
- How to optimize Windows 8.1 for traditional computersalthough windows 8.1 is an upgrade with many improvements of microsoft, but basically, the interface of the operating system is still optimized for touch screen devices. this makes traditional computer users feel somewhat uncomfortable. however, the following methods will help you overcome these discomforts.
- How to Remove Home Button from File Explorer Windows 11another feature you might consider modifying is the home page on windows 11, if you don't like it you can remove it by tweaking the windows registry.
- Tips for opening apps from the Windows login screenaccessing the apps and programs you want directly from the login screen can save time, and here's how to do it,
- How to bypass Windows 10 login screenyou feel uncomfortable and annoying every time you log in to the computer to enter the password. so how do i skip the windows 10 login step? how to turn on the computer directly to windows desktop. all will be tipsmake.com guide you through this article.
- Change Windows 10 login wallpaperhave you tired of the default login background image of windows 10 so i want to replace the windows login wallpaper with other nicer wallpapers. if you do not know how to change the login screen (lockscreen) of windows 10, you can refer to the article
- Instructions for automatic login on Macto protect personal information, it is normal to use a password when using a mac. however, there are many people who want to log in right on the machine without entering a secure password.
- How to disable background log blurring on Windows 10starting with the may 2019 windows 10 update, the usage log screen in the fluent design fever is blurred. if you want the lock screen wallpaper to be clear, here's how to disable background blurring.
- Turn off password display in Windows 8 when logging inwhen you enter the password to log in to windows 8 / 8.1, at the end of the input box will appear a button with the icon is quite similar to the eye. when you click on, what you have entered will appear. the article will guide you to turn off the password display button in the windows 8 / 8.1 login screen by customizing the registry or editing it in local group policy.