I just noticed on first Windows Login when using the update pack that a command window is lunched. Will try and grab a screen shot next time...
I am wondering if anyone knows where this is launched from so that I can hide it.

Thanks a lot,
Will
I want to change it so it runs hide.exe with cmd instead of just cmd.HKLM,"%RUNONCE%","MU-1",,"REG ADD ""HKLM\%RUNONCE%"" /v ""MU"" /t REG_SZ /d ""CMD /Q /C DEL \"""%16406%\Windows Update.lnk\""" /Q/F"""
So how would I do the same for the line in ryan's inf? Not very good with inf files...REG ADD %KEY%\055 /V 1 /D "%windir%\system32\hide.exe cmd /C RD /S /Q %systemdrive%\Install" /f
Code: Select all
HKLM,"%RUNONCE%","MU-1",,"REG ADD ""HKLM\%RUNONCE%"" /v ""MU"" /t REG_SZ /d ""%11%\hide.exe CMD /Q /C DEL \"""%16406%\Windows Update.lnk\""" /Q/F"""