Posted February 17, 201312 yr Hi, is this here working for someone with ie9 in a autounattended.xml? <DisableFirstRunWizard>true</DisableFirstRunWizard> Greetz X23
February 17, 201312 yr Yep! I use also:<settings pass="specialize" wasPassProcessed="true"> <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"> <DisableFirstRunWizard>true</DisableFirstRunWizard> <DisableWelcomePage>true</DisableWelcomePage>
February 17, 201312 yr Author Hi, You can use the tweaks in WinToolkit to do that. i must been blind, with my last run above the list i didn't meantioned it. Yep! I use also:<settings pass="specialize" wasPassProcessed="true"><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"><DisableFirstRunWizard>true</DisableFirstRunWizard><DisableWelcomePage>true</DisableWelcomePage> Strange, i also use it the same way but with installer i install greenshot.After the installation of greenshot it opens a webpage... with that it opens a second page with the firstrunwizard. Does the setting only work with firstload? Maybe not in stage the wintoolkit installer run on? If anyone else installing greenshot with the outofthebox installer, i use the following to exit ie after greenshot opened it: taskkill /F /IM iexplore.exe Greetz X23 Edited February 17, 201312 yr by x23piracy
February 18, 201312 yr Have you first installed prerequisites KB? http://technet.microsoft.com/en-us/library/hh147968.aspx For Windows 7 Service Pack 1 (SP1), the following prerequisites must be installed: KB2484033, KB2488113, and KB2505438.
February 18, 201312 yr Author Hi, Have you first installed prerequisites KB? http://technet.microsoft.com/en-us/library/hh147968.aspx i've downloaded everything from mcrip, and 2484033 and 2505438 are in the old folder... hmmkb2488113 is nowhere in the updates folder but my win 7 iso doesnt cry for updates after install and windows update check. What have this prerequisites to do with the unattended settings? Greetz X23
February 18, 201312 yr Author Hi, sure: <?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="specialize"> <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AllowedSites></AllowedSites> <BlockPopups>yes</BlockPopups> <FilterLevel>High</FilterLevel> <PlaySound>false</PlaySound> <FavoritesDelete>true</FavoritesDelete> <ShowInformationBar>true</ShowInformationBar> <DisableFirstRunWizard>true</DisableFirstRunWizard> <DisableOOBAccelerators>true</DisableOOBAccelerators> <DisableWelcomePage>true</DisableWelcomePage> <LockToolbars>true</LockToolbars> <Home_Page>http://www.google.de</Home_Page> <LocalIntranetSites></LocalIntranetSites> <SearchScopes> <Scope wcm:action="add"> <ScopeDefault>true</ScopeDefault> <ScopeDisplayName>Google</ScopeDisplayName> <ScopeKey>SearchProvider1</ScopeKey> <ScopeUrl>http://www.google.de/search?q={searchTerms}</ScopeUrl> <FaviconURL>http://www.google.de/favicon.ico</FaviconURL> </Scope> </SearchScopes> <FavoritesList> <FavoriteItem wcm:action="add"> <FavID>1</FavID> <FavTitle>Retsch GmbH</FavTitle> <FavURL>http://www.retsch.de</FavURL> </FavoriteItem> </FavoritesList> <FeedList> <FeedItem wcm:action="add"> <FeedKey>Feed1</FeedKey> <FeedTitle>Tagesschau</FeedTitle> <FeedURL>http://www.tagesschau.de/xml/rss2</FeedURL> </FeedItem> </FeedList> </component> <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SystemLocale>de-DE</SystemLocale> <UILanguage>de-DE</UILanguage> <UserLocale>de-DE</UserLocale> <InputLocale>0407:00000407</InputLocale> </component> <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" 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>ARBEITSGRUPPE</JoinWorkgroup> <Credentials> <Domain>haan.local</Domain> <Password>password</Password> <Username>Administrator</Username> </Credentials> <JoinDomain>haan.local</JoinDomain> </Identification> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ComputerName>*</ComputerName> <TimeZone>W. Europe Standard Time</TimeZone> </component> </settings> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserLocale>de-DE</UserLocale> <UILanguage>de-DE</UILanguage> <SystemLocale>de-DE</SystemLocale> <InputLocale>0407:00000407</InputLocale> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" 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/INDEX</Key> <Value>1</Value> </MetaData> </InstallFrom> </OSImage> </ImageInstall> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> <RefreshRate>60</RefreshRate> </Display> <UserData> <ProductKey> <Key>HYF8J-CVRMY-CM74G-RPHKF-PW487</Key> </ProductKey> <AcceptEula>true</AcceptEula> <Organization>Verder Group</Organization> <FullName>Retsch GmbH</FullName> </UserData> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <CommandLine>%Systemdrive%\Install\WPI.cmd</CommandLine> </SynchronousCommand> </FirstLogonCommands> <OOBE> <HideEULAPage>true</HideEULAPage> <ProtectYourPC>3</ProtectYourPC> <NetworkLocation>Work</NetworkLocation> </OOBE> <UserAccounts> <AdministratorPassword> <Value>password</Value> <PlainText>true</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>password</Value> <PlainText>true</PlainText> </Password> <Name>retsch</Name> <Group>Administrators</Group> </LocalAccount> </LocalAccounts> </UserAccounts> <AutoLogon> <Password> <Value>password</Value> <PlainText>true</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>2</LogonCount> <Username>Administrator</Username> </AutoLogon> <ShowWindowsLive>false</ShowWindowsLive> </component> </settings> <cpi:offlineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend> Gruß X23 Edited February 18, 201312 yr by x23piracy
February 18, 201312 yr You can try to change the order passes to: 1 - <settings pass="windowsPE">2 - <settings pass="specialize">3 - <settings pass="oobeSystem"> And check your file with WSIM!
February 18, 201312 yr Author Hi, You can try to change the order passes to: 1 - <settings pass="windowsPE">2 - <settings pass="specialize">3 - <settings pass="oobeSystem"> And check your file with WSIM! i will try to sort it, wsim doesnt cry with that file. Please, put such long files in a spoiler did it. Greetz X23 Edited February 18, 201312 yr by x23piracy
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.