Let me first tell you how awesome this site has been over the last couple of days. I have been messing with my computer; had to format 4 times and learned allot
All the info I needed was right here, However now i'm kinda in a pickle.
I'm trying to remove the Arrow key from the logon screen.
My first guess would be its also in the Authui.dll, but thats a dangerous file to go messing about if your not sure ^^.
Now if anyone could tell me I would be ever so greatfull.
You are correct it is in the authui.dll in both C:\Windows\System32 and C:\Windows\SysWOW64 they are in a bitmap folder depending on your DPI setting they could be any of the following that I have highlighted below in the screenshot.
You will need a resource hacker of some kind to extract the images and edit them and then import them back in.
Yes with a resource hacker of some kind. Then a image editor to edit the images make them transparent, then import the images back in the authui.dll, Then you will need to take ownership, give yourself permission, rename the default authui.dll to authui.bak.dll and copy the authui.dll you edited back in place.
Hint: work on a copy of the authui.dll so you do not harm the default authui.dll
Jerry
My Computer
Computer type
Laptop
Computer Manufacturer/Model Number
Sager NP9170
OS
Win 7 Pro x64 / Win 10 Pro
CPU
Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz
Motherboard
CLEVO P170EM
Memory
12 GB
Graphics Card(s)
(1) Intel(R) HD Graphics 4000 (2) NVIDIA GeForce GTX 675M
Sound Card
(1) Realtek High Definition Audio (2) Intel(R) Display Aud
Monitor(s) Displays
17.3
Screen Resolution
1920x1080
Hard Drives
(1) Samsung 860 EVO 500GB(OS) (1) Samsung 860 EVO 500GB(Data)
Keyboard
Backlite
Antivirus
MSE, Malwarebytes Pro
Browser
Firefox
Other Info
DESKTOP: Custom-built.
OS: Win 10 Pro x64.
CASE: Rosewill R5.
CPU: Intel I5 4670K CPU @ 3.40GHz.
CPU COOLER: Cool Master Hyper 212 EVO.
MOTHERBOARD: Asus Z87-A.
MEMORY: Kingston HyperX 2x4 GB.
GPU: Nvidia Geforce 650 TI.
PSU: Corsair TX750.
DRIVES: (1) Samsung 840 120 GB SSD (2) Western Digital blue 500 GB 7200 RPM.
when i change pictures after pressing alt+ctrl+del or log off windows i see this error "Failure to open windows security and logon options"
and black screen and i cant logon to my computer
why this happening
This method has also not worked for me for removing the arrow.
I followed this method for changing the "Ease Of Access" icon on the lock screen, as I have set that button to take a screenshot rather, and that worked perfectly. But that was only one bmp image to replace (also in authui.dll).
I have replaced all the images of an arrow in authui.dll with transparent bmp's. I made sure to make them the same resolution and bit depth as the originals. When I press Win+L I just get a black screen with a mouse cursor and I can't do anything. Luckily I have Windows 10 dual booted so I was able to hard reboot into Win10 and copy the original file back.
Editing
Code:
C:\Windows\SysWOW64\authui.dll
seems to make no difference so I have just been focusing on
Code:
C:\Windows\System32\authui.dll
Not sure why it worked for the one picture but not the other one. Anyone know?