[Version] Signature="$CHICAGO$" [DefaultInstall] AddReg=Run.AddReg [Run.AddReg] HKLM,"%RUN%","%WPI%",,"RunDll32 advpack.dll,LaunchINFSection ""%01%\%INF%"",Execute" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System","EnableLUA",0x10001,00,00,00,00 HKCU,"Software\Microsoft\Internet Explorer\Main","Disable Script Debugger",0x0,"no" HKCU,"Software\Microsoft\Internet Explorer\Main","DisableScriptDebuggerIE",0x0,"no" [Execute] RunPreSetupCommands=Launch.WPI:1 DelReg =Run.DelReg [Launch.WPI] CMD /Q /C CD /D """%01%\..\WPI""" & START /WAIT /B WPI.hta [Run.DelReg] HKLM,"%RUN%","%WPI%" [Strings] RUN="SOFTWARE\Microsoft\Windows\CurrentVersion\RUN" WPI="Windows Post Install" INF="RunWPI.inf" I am trying to get this inf to be called via setupcomplete.cmd So far no such luck. It does run fine and the inf code is right. I just can't get the .cmd file to cal it right. (YET)