Ok i will try that , you have a share? I haven't got a path like that? But i see you did it in FirstLogonCommands. You can get ride of the boxes with customsettings.ini and bootstrap.ini here are mine. This link on technet helped me a lot http://technet.microsoft.com/en-us/library/bb490304.aspx In help is a part cold "Providing Properties for Skipped Windows Deployment Wizard Pages" you can see what you need to set if you skip something. The one below is fully unattended, next time open a new topic, so things will will go the proper way. bootstrap.ini [Settings] Priority=Default [Default] _SMSTSOrgName=Monkey's unattended windows 7 x64 Ultimate SkipBDDWelcome=YES and cutomsettings.ini [Settings] Priority=Default Properties=MyCustomProperty [Default] _SMSTSOrgName=Monkey's unattended windows 7 x64 Ultimate OSInstall=Y SkipAppsOnUpgrade=YES SkipCapture=YES SkipAdminPassword=YES AdminPassword=user123 SkipProductKey=YES SkipBDDWelcome=YES SkipDeploymentType=YES DeploymentType=NEWCOMPUTER SkipComputerName=YES OSDComputerName=THUIS_PC SkipDomainMembership=YES JoinWorkgroup=WORKGROUP SkipUserData=YES UserDataLocation=NONE SkipLocaleSelection=YES KeyboardLocale=nl-nl;0413;00000413 UserLocale=nl-nl UILanguage=en-us SkipTimeZone=YES TimeZone=110 TimeZoneName=W. Europe Standard Time SkipBitLocker=YES BDEInstallSuppress=YES SkipSummary=YES SkipTaskSequence=YES BuildID=001 SkipFinalSummary=YES