Search the Community
Showing results for tags 'Problem'.
-
Well I've (nearly) got my AU.xml file setupcomplete.cmd and Firstlogon.cmd running pretty good. BUT!! I've only just noticed that I have a problem with the user account name. Should be User Account Elmer B. Fuddled Computer Name FEELGOOD-iNC but the user account name I'm ending up with is Elmer B. Fuddled.FEELGOOD-iNC. If I remove the computer name from the autounattend then I get a UI to name it, this new name then gets appended to my User Name. On the left is what it should be (a folder that I've slipped into the .wim file) and on the right... Account as made up for me. Is there anything that I can do to prevent this / where am I going wrong? autounattend.xml <?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="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"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>0809:00000809</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-GB</UserLocale> </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"> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <DynamicUpdate> <Enable>false</Enable> <WillShowUI>onerror</WillShowUI> </DynamicUpdate> <EnableFirewall>true</EnableFirewall> <UserData> <AcceptEula>true</AcceptEula> <FullName>Elmer B. Fuddled</FullName> <!-- I've disabled <Organisation /> before but it made no difference to the Account Name of "Elmer B. Fuddled.FEELGOOD-iNC"--> <Organization>FEELGOOD-iNC</Organization> </UserData> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-SPP-UX" 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"> <SkipAutoActivation>true</SkipAutoActivation> </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"> <!-- I've tried disabling <ComputerName /> but it then asks for a PC name. This time I used PC12 and ended up with the Account Name of "Elmer B. Fuddled.PC12"--> <ComputerName>FEELGOOD-iNC</ComputerName> <TimeZone>GMT Standard Time</TimeZone> </component> <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"> <AllSitesCompatibilityMode>true</AllSitesCompatibilityMode> <BlockPopups>yes</BlockPopups> <DisableAccelerators>true</DisableAccelerators> <DisableFirstRunWizard>true</DisableFirstRunWizard> <DisableOOBAccelerators>true</DisableOOBAccelerators> <EnableLinksBar>false</EnableLinksBar> <Home_Page>http://www.carrona.org/dvrref.php</Home_Page> <SuggestedSitesEnabled>false</SuggestedSitesEnabled> <PlaySound>false</PlaySound> <ShowInformationBar>true</ShowInformationBar> <ShowMenuBar>true</ShowMenuBar> <!--FilterLevel>High</FilterLevel> <ShowInformationBar>false</ShowInformationBar> <DisableAccelerators>true</DisableAccelerators> <DisableDevTools>true</DisableDevTools> <DisableOOBAccelerators>true</DisableOOBAccelerators> <Home_Page>http://www.google.com</Home_Page--> <SearchScopes> <Scope wcm:action="add"> <ScopeDefault>true</ScopeDefault> <ScopeDisplayName>Google</ScopeDisplayName> <ScopeKey>SearchProvider1</ScopeKey> <ScopeUrl>http://www.google.com/search?q={searchTerms}</ScopeUrl> </Scope> </SearchScopes> <LockToolbars>true</LockToolbars> </component> </settings> <settings pass="oobeSystem"> <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"> <InputLocale>0809:00000809</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-GB</UserLocale> <!--SystemLocale>en-GB</SystemLocale> <UILanguage>en-GB</UILanguage> <UserLocale>0809:00000809</UserLocale--> </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"> <TimeZone>GMT Standard Time</TimeZone> <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> </OOBE> <AutoLogon> <Password> <Value /> </Password> <Enabled>false</Enabled> <Username>Elmer B. Fuddled</Username> </AutoLogon> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value /> </Password> <DisplayName>Elmer B. Fuddled</DisplayName> <Name>Elmer B. Fuddled</Name> <Group>Administrators</Group> </LocalAccount> </LocalAccounts> </UserAccounts> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <CommandLine>cmd /C %windir%\Setup\Scripts\FirstLogon.cmd</CommandLine> <Description>Run FirstLogon.cmd</Description> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand> </FirstLogonCommands> </component> </settings> </unattend> <!--Customized by myselfidem. For Windows 7 AIO all images--> <!--OS to install and Disk Configuration dialog boxes will be displayed.--> Edited for speeling mistookes!
- 1 reply
-
- Autounattend
- Account Name
-
(and 1 more)
Tagged with:
-
İyi günler, Yaptığım işlemler; Windows XP SP3 VLK kurulumunu yaptıktan sonra sırasıyla; directx_Jun2010_redist, IE8-WindowsXP-x86-TRK ve wmp11-windowsxp-x86-TR-TR programlarını kurdum. Daha sonra otomatik update'i çalıştırdım ve sırasıyla aşağıdaki güncellemeleri yükledi; Bende sırasıyla yukarıdaki güncelleştirmeleri indirdim ve SVCPACK metodu ile yüklemek istedim. Dosya isimlerini 8 haneye göre ayarladım. SVCPACK.inf dosyası olşturdum; ;Windows XP [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [SetupData] CatalogSubDir="i386SVCPACK" [ProductCatalogsToInstall] [SetupHotfixesToRun] KB892130.exe /Q /O /N /Z KB898461.exe /Q /O /N /Z DIRECTX.exe /Q IE8TR.exe /quiet /norestart WMP11TR.exe /Q KB979309.exe /Q /O /N /Z KB978601.exe /Q /O /N /Z B2555917.exe /Q /O /N /Z B2507938.exe /Q /O /N /Z KB890830.exe /Q /O /N /Z B2541763.exe /Q /O /N /Z B2503665.exe /Q /O /N /Z B2544521.exe /Q /O /N /Z B2530548.exe /Q /O /N /Z B2544893.exe /Q /O /N /Z B2535512.exe /Q /O /N /Z B2536276.exe /Q /O /N /Z B2476490.exe /Q /O /N /Z B2524375.exe /Q /O /N /Z B2485663.exe /Q /O /N /Z B2508429.exe /Q /O /N /Z B2506212.exe /Q /O /N /Z B2508272.exe /Q /O /N /Z B2507618.exe /Q /O /N /Z B2510531.exe /Q /O /N /Z B2412687.exe /Q /O /N /Z B2509553.exe /Q /O /N /Z B2479943.exe /Q /O /N /Z B2481109.exe /Q /O /N /Z KB971029.exe /Q /O /N /Z B2478971.exe /Q /O /N /Z B2483185.exe /Q /O /N /Z B2478960.exe /Q /O /N /Z B2393802.exe /Q /O /N /Z B2419632.exe /Q /O /N /Z B2079403.exe /Q /O /N /Z B2423089.exe /Q /O /N /Z B2443105.exe /Q /O /N /Z B2443685.exe /Q /O /N /Z B2440591.exe /Q /O /N /Z KB975558.exe /Q /O /N /Z KB979687.exe /Q /O /N /Z B2296011.exe /Q /O /N /Z B2378111.exe /Q /O /N /Z B2387149.exe /Q /O /N /Z KB982132.exe /Q /O /N /Z B2360937.exe /Q /O /N /Z KB981322.exe /Q /O /N /Z B2347290.exe /Q /O /N /Z B2115168.exe /Q /O /N /Z KB982665.exe /Q /O /N /Z KB981997.exe /Q /O /N /Z KB980436.exe /Q /O /N /Z B2229593.exe /Q /O /N /Z KB978695.exe /Q /O /N /Z KB979482.exe /Q /O /N /Z KB975562.exe /Q /O /N /Z KB978542.exe /Q /O /N /Z KB977816.exe /Q /O /N /Z KB978338.exe /Q /O /N /Z KB975713.exe /Q /O /N /Z KB975560.exe /Q /O /N /Z KB977914.exe /Q /O /N /Z KB978706.exe /Q /O /N /Z KB972270.exe /Q /O /N /Z KB974318.exe /Q /O /N /Z KB974392.exe /Q /O /N /Z KB955759.exe /Q /O /N /Z KB973904.exe /Q /O /N /Z KB973687.exe /Q /O /N /Z KB954155.exe /Q /O /N /Z KB975025.exe /Q /O /N /Z KB974571.exe /Q /O /N /Z KB974112.exe /Q /O /N /Z KB969059.exe /Q /O /N /Z KB968389.exe /Q /O /N /Z KB956844.exe /Q /O /N /Z KB973540.exe /Q /O /N /Z KB973869.exe /Q /O /N /Z KB956744.exe /Q /O /N /Z KB973507.exe /Q /O /N /Z KB960859.exe /Q /O /N /Z KB973815.exe /Q /O /N /Z KB971657.exe /Q /O /N /Z KB961501.exe /Q /O /N /Z KB923561.exe /Q /O /N /Z KB956572.exe /Q /O /N /Z KB952004.exe /Q /O /N /Z KB960803.exe /Q /O /N /Z KB959426.exe /Q /O /N /Z KB905474.exe /Q /O /N /Z KB956802.exe /Q /O /N /Z KB954459.exe /Q /O /N /Z KB958644.exe /Q /O /N /Z KB952954.exe /Q /O /N /Z KB950974.exe /Q /O /N /Z KB952287.exe /Q /O /N /Z KB946648.exe /Q /O /N /Z KB951978.exe /Q /O /N /Z KB951376.exe /Q /O /N /Z KB950762.exe /Q /O /N /Z KB923789.exe /Q:A /R:N QCHAIN.exe DOSNET.inf 'ye alttaki satırı ekledim; [OptionalSrcDirs] SVCPACK ''svcpack.in_" dosyasını sildim. CDyi hazırladım sanki hiçbirşey yapmamışım gibi kurulum bitti. Hiçbiri yüklenmedi. Ben nerde yanlış yaptım acaba..?