Jump to content

Doubt about Audit and auto unattended?


Recommended Posts

Hi,

I am making windows 8 auto unattended , after restart it boots into audit mode ..where i change my program data and user settings to different partition. after i restart into OOBE ..unattended is not working. Is that normal? or is there is anyway to continue unattended installation?. Please help me.

Thanks

Link to comment
Share on other sites


In the future, if you posted your thread in the wrong section, ask a moderator to move it instead of creating a new thread.

When you are in Audit Mode, you have to close the Sysprep window, then run sysprep from the cmdline using the /unattend switch. Preferably, your XML file should not have any WinPE passes in it.

Link to comment
Share on other sites

hI

thanks for your reply. i put my unattened.xml in panther folder but i get this error (screen shot attached) and this is my xml. could you chk what is wrong?.

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<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">
<FolderLocations>
<ProfilesDirectory>E:\Users</ProfilesDirectory>
<ProgramData>E:\ProgramData</ProgramData>
</FolderLocations>
</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">
<InputLocale>0407:00000407</InputLocale>
<SystemLocale>EN-US</SystemLocale>
<UILanguage>EN-US</UILanguage>
<UILanguageFallback>EN-US</UILanguageFallback>
<UserLocale>EN-US</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">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<NetworkLocation>Home</NetworkLocation>
<HideLocalAccountScreen>true</HideLocalAccountScreen>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>dwBpAHQAcAAyAFAAYQBzAHMAdwBvAHIAZAA=</Value>
<PlainText>false</PlainText>
</Password>
<DisplayName>Shan</DisplayName>
<Name>Shan</Name>
<Group>Administrators</Group>
</LocalAccount>
</LocalAccounts>
<AdministratorPassword>
<Value>cwBoAGEAbgBzAHMAdgBsAGkAdgBlADIAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
</UserAccounts>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:D:/sources/install.wim#Windows 8 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

thanks

post-28383-0-42021400-1352300503_thumb.j

Edited by Tripredacus
Link to comment
Share on other sites

Also

You do not put it in Panther folder as that name. That is the recording folder for the Installation and it saves a unattend.xml file in that location. Place it somewhere else like C:\ and run this command

sysprep.exe /oobe /reboot /unattend:C:\OOBEAudit.xml

Link to comment
Share on other sites

thanks for both reply's.. i have one more problem..

I am naming my pc ..but it is not applying the name which i specify. and i want to set my wallpaper so i put my wallpaper in $OEM$ and transferred to win...\web\wallpapers\windows\img100.jpg.. wallpaper was copied to the folder but it does not apply . any help?.

Thanks

Untitled new3.xml

Link to comment
Share on other sites

Is this 64 bit or not you have both?

processorArchitecture="x86"

processorArchitecture="amd64"

Also have

processorArchitecture="wow64" which is wrong

set them all to one

also you have settings which are for Win 8 not Win 7

<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>

<HideOnlineAccountScreens>true</HideOnlineAccountScreens>

<HideLocalAccountScreen>true</HideLocalAccountScreen>

<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>

<HideOnlineAccountScreens>true</HideOnlineAccountScreens>

try this file

Untitled new4.xml

Edited by maxXPsoft
Link to comment
Share on other sites

I am not dead sure but <ComputerName> cannot have blank spaces in it

To customize the Windows default theme, you must include the settings: DesktopBackground and ThemeName.

really you don't need to add to xml but replace this file even if you do that with

DVD\sources\$OEM$\$$\Web\Wallpaper\Windows\img0.jpg that is default image loaded when desk loads

post-9484-0-46943000-1352429920_thumb.pn

Edited by maxXPsoft
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...