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.
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.
Clicking the button would usually start Utilman.exe, which in turn would display the Ease of Access options. You can override the executable, thus making the button useless.
Open an elevated command prompt.
Type or paste the following command, and press Enter:
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Utilman.exe" /v "Debugger" /t REG_SZ /d "systray.exe" /f
Changes are applied immediately.
The Image File Execution Options registry key was designed, among other things, to automatically launch a debugger when an application starts. While the debugger would start the application and attach, you can specify just any executable which will be run instead, thus overriding the original one.
What about systray.exe? It's a little stub program which was first introduced with Windows 95, and used to handle the system notification icons. It's not really used any more in the newer Windows versions, and it was mostly kept for backward compatibility reasons. It has no user interface, and wouldn't do anything noticeable besides refreshing the notification area when started. Anything launched in the logon screen runs under NT AUTHORITY/SYSTEM, which has no desktop or taskbar, so nothing will happen.
authui.dll or Utilman.exe get updated.Utilman.exe) elsewhere, nor the Screen Magnifier unless you use the /noutilman switch (e.g. Magnify.exe /noutilman).An easy way to do this is to use Ease of Access Disabler 1.6 from http://www.softpedia.com/get/Tweak/System-Tweak/Ease-of-Access-disabler.shtml. It should work on both Vista and win7.
Even if this is a little bit older, I found a way to remove the accessibility button on 64-bit systems.
atom(Accessibility)layoutpos="left""left" with "none"The following steps will remove the button completely:
<if id="atom(Accessibility)"><if id="atom(ToggleTabletKeyboard)">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.
Seriously a lot of work here when the answer is simple.
Delete, move or rename c:\windows\system32\utilman.exe
You'll need to take ownership of it to allow you to do it but far easier than messing with dll's or even the registry.