_matt13 Posted September 27, 2009 Posted September 27, 2009 Can someone tell me why my FirstLogonCommand function is not working. Everything else works but that.Thanks<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>0409:00000409</InputLocale> <UserLocale>en-US</UserLocale> <UILanguage>en-US</UILanguage> <SystemLocale>en-US</SystemLocale> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows 7 ULTIMATE</Value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <EnableFirewall>false</EnableFirewall> <EnableNetwork>true</EnableNetwork> <Restart>Restart</Restart> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Password> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>Administrator</Username> </AutoLogon> <OOBE> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>false</SkipUserOOBE> <HideEULAPage>true</HideEULAPage> </OOBE> <UserAccounts> <AdministratorPassword> <Value>QQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </AdministratorPassword> </UserAccounts> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>%SYSTEMDRIVE%\sfttemp\AcronisTrueImage.exe</CommandLine> <Description>Installing...AcronisTrueImage</Description> <Order>1</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>%SYSTEMDRIVE%\sfttemp\batch-image-resizer.sfx.exe</CommandLine> <Description>Installing...BatchImageResizer</Description> <Order>2</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>%SYSTEMDRIVE%\sfttemp\ccsetup223_slim.sfx.exe</CommandLine> <Description>Installing...CCleaner</Description> <Order>3</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>%SYSTEMDRIVE%\sfttemp\DiskeeperProPremier2009.exe</CommandLine> <Description>Installing...CrapCleaner</Description> <Order>5</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>%SYSTEMDRIVE%\sfttemp\FileZ.exe</CommandLine> <Description>Installing...FileZilla</Description> <Order>6</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>%SYSTEMDRIVE%\sfttemp\IsoBuster-Pro-v2.1.0.2.exe</CommandLine> <Description>Installing...ISOBuster</Description> <Order>7</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>%SYSTEMDRIVE%\sfttemp\iTunes.sfx.exe</CommandLine> <Description>Installing...Itunes</Description> <Order>8</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>%SYSTEMDRIVE%\sfttemp\Klite.exe</CommandLine> <Description>Installing...KlitecodecPack</Description> <Order>9</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>%SYSTEMDRIVE%\sfttemp\nero.exe</CommandLine> <Description>Installing...NeroLite</Description> <Order>10</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>%SYSTEMDRIVE%\sfttemp\ReNamer.sfx.exe</CommandLine> <Description>Installing...Renamer</Description> <Order>11</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>%SYSTEMDRIVE%\sfttemp\setup.exe</CommandLine> <Description>Installing...Malwarebytes</Description> <Order>12</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>%SYSTEMDRIVE%\sfttemp\VSO.sfx.exe</CommandLine> <Description>Installing...VSOConvertX</Description> <Order>13</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>%SYSTEMDRIVE%\sfttemp\Office07\setup.exe</CommandLine> <Description>Installing...Office2007</Description> <Order>14</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>%SYSTEMDRIVE%\sfttemp\Tweak.exe</CommandLine> <Description>Installing...Tweaks</Description> <Order>15</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>%SYSTEMDRIVE%\sfttemp\kavwks.en.exe</CommandLine> <Description>Installing...Kaspersky Trial</Description> <Order>16</Order> </SynchronousCommand> </FirstLogonCommands> <OEMInformation> <Manufacturer>SWD</Manufacturer> <Model>ver 1.0</Model> <SupportHours>24</SupportHours> <SupportPhone>888 GET LOST</SupportPhone> <SupportURL>www.getlost.com</SupportURL> </OEMInformation> <VisualEffects> <FontSmoothing>ClearType</FontSmoothing> </VisualEffects> <BluetoothTaskbarIconEnabled>true</BluetoothTaskbarIconEnabled> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <TimeZone>Pacific Standard Time</TimeZone> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SearchScopes> <Scope wcm:action="add"> <ScopeUrl>http://www.google.nl/search?hl=en&q={searchTerms}&meta=</ScopeUrl> <ScopeDefault>true</ScopeDefault> <ScopeDisplayName>Google</ScopeDisplayName> <ScopeKey>SearchProvider1</ScopeKey> <SuggestionsURL>http://clients5.google.com/complete/search?hl={language}&q={searchTerms}&client=ie8&inputencoding={inputEncoding}&outputencoding={outputEncoding}</SuggestionsURL> <FaviconURL>http://www.google.com/favicon.ico</FaviconURL> </Scope> </SearchScopes> <BlockPopups>yes</BlockPopups> <DisableAccelerators>true</DisableAccelerators> <DisableFirstRunWizard>true</DisableFirstRunWizard> <DisableOOBAccelerators>true</DisableOOBAccelerators> <AllSitesCompatibilityMode>true</AllSitesCompatibilityMode> <CompanyName>SWD</CompanyName> <DisableDevTools>true</DisableDevTools> <EnableLinksBar>false</EnableLinksBar> <Help_Page>www.google.com</Help_Page> <Home_Page>www.yahoo.com</Home_Page> <PlaySound>false</PlaySound> <SuggestedSitesEnabled>false</SuggestedSitesEnabled> </component> <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Identification> <JoinWorkgroup>MSHOME</JoinWorkgroup> </Identification> </component> <component name="Security-Malware-Windows-Defender" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableAntiSpyware>true</DisableAntiSpyware> </component> </settings> <settings pass="offlineServicing"> <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <EnableLUA>false</EnableLUA> </component> </settings> <cpi:offlineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>
maxXPsoft Posted September 27, 2009 Posted September 27, 2009 <EnableLUA>false</EnableLUA>Valid Configuration Passes = specialize
_matt13 Posted September 27, 2009 Author Posted September 27, 2009 I have that in the last line of the Autounattend.xml
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now