Hi, I've almost finished my unattended installation of XP Pro Corp. I also added the MUI pack (Dutch) and with that, there is a small problem I haven't figured out yet. What happens.... After unattended installing, RunOnceEx, cleaning up and restarting there is still one weird thing. When I log off (or on), restart or shutdown I go past the log on (welcome) or log off (windows is shutting down...) screens... and those aren't English, they are in Dutch. This while my language settings are set for English. I can fix this problem manually by going to the control panel, regional and language options, advanced tab, and then chech the checkbox to apply settings to Default user etc. After apply and OK the language on the log on/off screens are finally English as well. So that fixes it .. manually. I've tried to make an AutoIt script: Run("RUNDLL32 SHELL32.DLL,Control_RunDLL intl.cpl,@0,2") Sleep (500) ControlClick ( "Regional and Language Options", "Apply all settings to the current user account and to the &default user profile", 1054) Sleep (500) ControlClick ( "Change Default User Settings", "", 2) Sleep (500) ControlClick ( "Regional and Language Options", "Apply", 12321) Sleep (500) ControlClick ( "Regional and Language Options", "OK", 1) Sleep (500) And put (a compiled .exe version) it in my final restart Start Menu\Startup. But to no avail. I still have to do it manually. Any suggestions? All ideas are welcomed. Roland