Jump to content

Recommended Posts

Posted

Help - I have created new authui.dll which has successfully removed the 'Ease of Access' options button in the bottom left hand of the windows 7 logon screen.

 

Does anyone know how I could deploy the new file to already existing Windows 7 machines?

Posted
Just remember to specify force overwrite in the copy command during the startup or your computer might just sit there waiting for the command to say yes i wish to overwrite.. and it will sit there for as long as GPO timeout says.
  • Thanks 1
  • 4 weeks later...
Posted

I use PS tools to run a batch file on the workstation: to take ownereship, rename the original authui then copy the edited version from my computer

 

The contents of the batch file is:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

 

cd "C:\windows\system32\"

 

TAKEOWN /F "authui.dll"

 

REN "authui.dll" "authui-XXX.dll"

 

xcopy /Y "\\My_Computer\C$\PsTools\authui_update_rename\authui.dll" "C:\windows\system32\"

  • Thanks 3
Posted
At the login screen?

 

Ben

 

I know it's not exactly in line with what you're saying, but all the shortcuts to them, still work at login screen. So if someone really needs it it'll work (Not sure if all have shortcuts, but I know at least high contrasts etc do)

 

Steve

  • 4 years later...
Posted

Hi All,

 

I've done this at a few sites with success but I had 2 machines at 2 different sites come up with the 'Bad Image' error. System restore works and then when you re-run the script @DellOughta posted above, it does the exact same thing again. The obvious answer is to re-image but I'd like to know why it's happening. Any thoughts?

 

Thanks,

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...