After following the instructions to the tip...everything seems to be working fine. Execpt for the Hotfixes script that did not run. I fixed the problem. But when I ran the setup again I encountered the following error message. Error message. ==================================================== A problem is preventing Windows from accurately checking the license for this computer. Error 0x80004005 ===================================================== when I click OK. the PC log me off. I have a Valune license. Any ideas why I'm getting this error message? I've try everything all over but nothing, I still get the same error message. below are the settings on the winnt.sif and hotfixes.cmd files ================================================= Winnt.sif ;SetupMgrTag [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS Repartition=Yes UnattendSwitch=no WaitForReboot=No DriverSigningPolicy=Ignore [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1 AutoLogon=Yes AutoLogonCount=1 [userData] FullName="Prefer Customer" OrgName="Domitek" ComputerName=XPSetup ProductID=remove [Display] BitsPerPel=32 Xresolution=800 YResolution=600 [TapiLocation] CountryCode=1 Dialing=Tone [Components] AccessOpt=Off Chat=Off Fax=Off Fp_extensions=Off Fp_vdir_deploy=Off Hypertrm=Off Indexsrv_system=Off Media_utopia=Off Minesweeper=Off Mousepoint=Off Msnexplr=Off Wms=Off Zonegames=Off [branding] BrandIEUsingUnattended=Yes Home_Page=http://www.domitek.net Help_Page=http://support.microsoft.com Search_Page=http://www.google.com [Proxy] Proxy_Enable=0 Use_Same_Proxy=1 [PCHealth] RA_AllowUnsolicited=1 [TerminalServices] AllowConnections=1 [shell] DefaultStartPanelOff=Yes DefaultThemesOff=Yes [GuiRunOnce] %systemdrive%\install\main_batch.cmd %systemdrive%\install\hotfixes.cmd %systemdrive%\install\applications.cmd [identification] JoinWorkgroup=GHOST_IMAGE [Networking] InstallDefaultComponents=No [NetAdapters] Adapter1=params.Adapter1 [NetClients] MS_MSClient=params.MS_MSClient [NetProtocols] MS_TCPIP=params.MS_TCPIP [params.MS_TCPIP] DNS=Yes UseDomainNameDevolution=No EnableLMHosts=Yes AdapterSections=params.MS_TCPIP.Adapter1 [params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=Yes WINS=No NetBIOSOptions=0 [params.Adapter1] INFID=* [NetServices] MS_SERVER=params.MS_SERVER =================================================== Hotfixes CLS @echo off ECHO. ECHO Installing Windows Update Hotfixes ECHO. ECHO Installing Q329115 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q329115_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q329048 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q329048_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q323255 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q323255_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q329834 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q329834_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q329170 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q329170_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q328310 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q328310_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q329390 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q329390_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q810833 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q810833_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q810577 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q810577_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q331953 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q331953_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q814995 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q814995_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q811630 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q811630_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing JScript 5.6... start /wait %systemdrive%\install\Hotfixes\js56nen.exe /Q:A /R:N ECHO. ECHO Installing Q810565 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q810565_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q814033 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q814033_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q815021 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q815021_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q811493 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q811493_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q817606 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q817606_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q823559 Windows Update... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB823559-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q823980 Windows Update... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB823980-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q821557 Windows Update... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB821557-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q817287 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q817287.exe /Q:A /R:N ECHO. ECHO Installing Q828026 Windows Error Reporting Update... start /wait %systemdrive%\install\Hotfixes\WindowsMedia-KB828026-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q329170 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q329170_WXP_SP2_EN.exe /Q /M /Z ECHO. ECHO Installing Q331953 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q331953_WXP_en.exe /Q /M /Z ECHO. ECHO Installing Q810577 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q810577_WXP_en.exe /Q /M /Z ECHO. ECHO Installing Q811630 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q811630_WXP_SP2_EN.exe /Q /M /Z ECHO. ECHO Installing Q89696 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q819696_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q823182 Windows Update... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB823182-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q824105 Windows Update... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB824105-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q824141 Windows Update... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB824141-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q824146Windows Update... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB824146-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q825119 Windows Update... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB825119-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q826939 Windows Update... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB826939-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q828035 Windows Update... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB828035-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q328310 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q328310_WXP_SP2_en.exe /Q /M /Z ECHO. ECHO Installing Q329048 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q329048_xp.exe /Q /M /Z ECHO. ECHO Installing Q329390 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q329390_WXP.exe /Q /M /Z ECHO. ECHO Installing Q329834 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q329834_WXP_SP2_en.exe /Q /M /Z ECHO. ECHO Installing Q811632 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q811632_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q815487 Windows Update... start /wait %systemdrive%\install\Hotfixes\Q815487_WxP_SP2_i386_ENU.exe /Q /M /Z ECHO. ECHO Installing June 2003, Cumulative Patch for IE6... start /wait %systemdrive%\install\Hotfixes\Q900036.exe /Q:A /R:N ECHO. ECHO Installing April 2003, Cumulative Patch for OE6... start /wait %systemdrive%\install\Hotfixes\q813951.exe /Q:A /R:N ECHO. ECHO Installing April 2003, Cumulative Patch for OE6... start /wait %systemdrive%\install\Hotfixes\vbs56nen.exe /Q:A /R:N ECHO. ECHO Installing April 2003, Cumulative Patch for OE6... start /wait %systemdrive%\install\Hotfixes\q330994.exe /Q:A /R:N ECHO. ECHO Installing April 2003, Cumulative Patch for OE6... start /wait %systemdrive%\install\Hotfixes\q828750.exe /Q:A /R:N ECHO. ECHO Installing April 2003, Cumulative Patch for Windows Media... start /wait %systemdrive%\install\Hotfixes\Q817787.exe /Q:A /R:N ECHO. ECHO Installing April 2003, Cumulative Patch for DirectX... start /wait %systemdrive%\install\Hotfixes\Q819696.exe /Q:A /R:N ECHO. ECHO Installing April 2003, Cumulative Patch for mac... ECHO. EXIT I don't know if there is a hotfix that is causing this. Please help any idea? Dtek....