Question refers to Windows 7 Professional 64-bit.
When I lock my computer I don't want people to be able to mess about with it, so would like the Ease of Access button (in the bottom left corner of the logon screen) to either be removed or disabled.
Does anybody know how to do this?
Thank you for your help :-)
Answer
The following steps will remove the button completely:
- Create a backup of your Authui.dll in C:\Windows\System32
- Open C:\Windows\System32\Authui.dll in a resource editor (PE Explorer)
- Go the the UIFILE folder and double-click the 12400 XAML file
- Find this text
- Delete everything following that text - it should be 46 lines - stop at
- Save/close the file and do steps 4 and 5 for the 12401 and 12402 XAML files
If you feel uncomfortable modifying system files, there are also third-party apps that will disable the button.
If you are using 64-bit Windows edition, you'll also need to replace authui.dll file present in "C:\Windows\sysWOW64\" folder.
Comments
Post a Comment