Windows – registry key change that will by-pass the Windows Domain Join Welcome page

domainpowershellwindowswindows-registrywindows-server-2008

I'm scripting some Windows Server 2008 R2 builds using Power Shell. Some software needs to be installed after the server has joined the domain. Since I want to automate everything, I'm looking to by-pass the domain controllers Welcome page using a registry hack script. I work for a large company and the Active Directory people are unwilling to change group policy. I figure if it's a registry key I can script the change, install the software, replace the key and reboot as the final step. Is there a registry key change that will by-pass the Domain Join Welcome page?

Best Answer

Embed some AutoIT script code to automatically click whatever buttons you need to.

http://trevorsullivan.net/2012/05/25/powershell-integrate-invocation-of-autoit-scripts/