Thats a nice tutorial, I will check that out when I am free
There are many many ways of disabling the Ease of Access Button from the Logon Screen and I won't go into posting links to sites with all those applications that disable it but give you a message if you click it. I have 2 successful ways of dealing with the button, Disable it where its pretty much useless or a way that I came up with to completely remove it from the screen ( yes thats right, no matter what everyone says you can remove it).
First we'll disable it
Goto Start Menu - Run - CMD and click OK. If you can't run a Command Prompt, goto
Start Menu - All Programs - Accessories and Right-Click Command Prompt and Run as Administrator. Type or paste the following code into the Command Window
and hit Entercacls %windir%\system32\utilman.exe /C /D Everyone
You will be prompted with a Y/N just type Y and hit Enter and close the Command Prompt
To enable it back open your Command Prompt and Type or Paste the following code into it hit Enter
The next option is to Remove the Button from the Logon Screen Completely and will require a little understanding of editing a dll file. gotocacls %windir%system32\utilman.exe /E /G "Everyone":R
My Computer\C:\Windows\System32 and locate the file Authui.dll .First Right-Click and make a copy and place it in a secure place in case you change your mind. Open the dll in a resurce editor ( I use PE Explorer which can be found by Googling). Locate the folder UIFILE and in this folder you will see 4 files, 3 xaml files and 1 textfile. We will be editing the 3 xaml files. Double-Click the file named 12400 and scroll down till you come across the following code
<if id="atom(Accessibility)">
delete everything following that code which will be 46 lines of code till you reach
<if id="atom(ToggleTabletKeyboard)">
stop at the line above that. Click save and open the next 2 files 12401 and 12402
Optionally you can edit the first one Right-Click Select all and copy, click save and open the other 2 Right-Click Select all and paste. These 3 files are identical. Save all 3 and Save changes to the file. Logoff and wala nomore Ease of Access Button
you can view screenshots and download an allready edited authui.dll from my blog
Sorry new member, won't allow me to post screenshots and links here yet, just put the link together to go to itht tp: / /mywaywindows.blogspot. co m
Thats a nice tutorial, I will check that out when I am free
Nice one.Didn't know this method. But it's a pretty long one.
There is a much easier way to do this. I had blogged about it: how to remove easy-of-access button from Windows 7 logon screen.
Seems kind of long but it really isn't, plus the advantage to the 2 ways 1 which all you do is run a command line to disable. IDK about your application but everyone I have tested when run, leaves the button and when clicked puts a message across your logon saying it has been disabled by administrator. My way leaves no message for the disable command. And the other way looks like a alot of code to remove but it really isnt when your actually looking at it. Just made tut long so people not familiar with it won't miss a stepNice one. Didn't know this method. But it's a pretty long one.
There is a much easier way to do this. I had blogged about it: how to remove easy-of-access button from Windows 7 logon screen.
Well didn't give me an edit button to add a screenshot of my laptop with the Ease of Access Removed so If anyone would like to see it working. Here is the screen of my laptop I took last night
Last edited by LeeW; 01-06-2010 at 06:19 AM.
thanks for the info
Thanks for this Lee.
Been looking for a way to remove the button with a couple of simple tweaks I can add into the rest of my tweaks used at fresh install time.
And here it was right under my nose all along!
I cannot make this work AT ALL! No matter what I do, I get a corrupt authui.dll.
Windows explorer says the legit Authui.dll is 1.83MB
After the simple act open even opening and re-saving the file (as is) to the desktop with ANY program (ResHacker, XN Resource Hacker, XVI hex editor, etc) the file becomes 1.70MB
Thus, any modifications (or even an unmodified but opened and re-saved file) cause a nasty all-black screen.
I'm using Windows 7 x64
Can anyone explain this?
browner87: I am currently putting together a new way to do this. I originally put this together when Windows 7 first came out and have since worked on alternatives. Another option is you can replace the Ease of Access button with other tools instead of the Ease of Access Center: Windows 7 Logon Screen Ease Of Access Button Replacement Beta
Bookmarks