Jump to content

Can't enter audit mode


Recommended Posts

I installed a system and got to the point of creating and user and setting a name for the machine. I wanted to enter audit mode, pressed Ctrl-Shift-F3 and... nothing happened. What's wrong? Any ideas?

edit: also, the phase before user creation, I seem to be stuck with "Please wait for the Windows modules installer" message that sits there for LONG time (like 15 mins or so) before the **** screen appears (and then the key combination doesn't work). Totally not looking like working as intended :-O

Edited by TheWalrus
Link to comment
Share on other sites


Um. How could the key combination work when I wasn't actually at OOBE phase at all! But the question is why! Why would it be skipped? I didn't use any tweaks that would mess around with users.

Link to comment
Share on other sites

Nope not at all.

In fact it was a stupid reg tweak to disable Windows Defender.... Yeah, wtf.

What happened was that the OOBE part was actually completely skipped for some unknown reason. I waited and waited and after a LONG time I got to the standard login screen - but I noticed that much later.

Link to comment
Share on other sites

What are the benefits? It also looks pretty complicated. Why is adding answer file to an image and rebuilding it better than simply installing it straight away and using the key combination? Keep in mind I need to sysprep the system too...

Link to comment
Share on other sites

Its simpler, here is mine (the serial is the default one that windows uses when you skip serial)

<?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">
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>
<SetupUILanguage>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
</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">
<Display>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1024</HorizontalResolution>
<VerticalResolution>768</VerticalResolution>
</Display>
<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>
<UserData>
<AcceptEula>true</AcceptEula>
<ProductKey>
<Key>D4F6K-QK3RD-TMVMJ-BBMRX-3MBMV</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
</UserData>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Deployment" 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">
<Reseal>
<Mode>Audit</Mode>
</Reseal>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:c:/se7en/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

Edited by ricktendo64
Link to comment
Share on other sites

How do you capture the image then, when it's a part of installation process? I just don't get it. I thought the point of audit mode is to make an image you can use for other machines, so doing a half-install which is then captured and used as a source instead of the default dvd makes much more sense.

What you describe sounds like going into audit mode automatically at some point during the installation. Okay. But then you generalize, leave audit mode... and setup continues. I am missing something.

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...