Windows PE ignoring Bootstrap.ini

I have 3 Linked Deployment  share. All was good, and worked perfectly.
I tried to add  fourth share. But something went wrong. 
First of all 
I updated my MDT to 6.2.5019.0
and install ADB 8.1 update
Then I edited my bootstrap.ini
[Settings]
Priority=DefaultGateway,Default
[DefaultGateway]
192.168.1.1=DS1
192.168.2.1=DS2
192.168.3.1=DS3
192.168.4.1=DS4
192.168.5.1=DS5
192.168.6.1=DS6
192.168.7.1=DS7
192.168.8.1=DS8
192.168.9.1=DS9
192.168.10.1=DS10
[DS1]
DeployRoot=\\192.168.1.200\DS1$
[DS2]
DeployRoot=\\192.168.2.200\DS2$
[DS3]
DeployRoot=\\192.168.3.200\DS3$
[DS4]
DeployRoot=\\192.168.4.200\DS4$
[DS5]
DeployRoot=\\192.168.5.200\DS5$
[DS6]
DeployRoot=\\192.168.3.200\ds3$
[DS7]
DeployRoot=\\192.168.3.200\ds3$
[DS8]
DeployRoot=\\192.168.3.200\ds3$
[DS9]
DeployRoot=\\192.168.3.200\ds3$
[DS10]
DeployRoot=\\192.168.6.200\ds6$
[Default]
SkipBDDwelcome=YES
UserDomain=corp.viamonstra.com
UserID=admin
UserPassword=admin
Also I edited customsettings.ini
Then I created Linked Deployement Share using Advanced Settings and also copy bootstrap and customsettins to 
new LDS \\192.168.6.200\ds6$ from main DS \\192.168.1.200\DS1$
Then I tried to upfate LDS but forced error.
I tried replace,megre options to updating my new LDS but still error.
I tried to copy my DS1 to DS6 fully, regenereted boot images again and again.
then i have started to investigate problem :
All shares work good,just DS6, my new one, has errors. 
When I try to boot from iso or wim file windows Pe doesnt see deployroot and offers me to input deploy path manualy
Lets see the logs files
DS6
ZTIGather.log
Finished determining the INI file to use. ZTIGather
13.04.2015 10:08:01 0 (0x0000)
Using from [Settings]: Rule Priority = DEFAULTGATEWAY,DEFAULT
ZTIGather 13.04.2015 10:08:02
0 (0x0000)
------ Processing the [DEFAULTGATEWAY] section ------
ZTIGather 13.04.2015 10:08:02
0 (0x0000)
Match found for default gateway 192.168.10.1, retrieving settings.
ZTIGather 13.04.2015 10:08:02
0 (0x0000)
------ Processing the [DS] section ------
ZTIGather 13.04.2015 10:08:02
0 (0x0000)
------ Processing the [DEFAULT] section ------
ZTIGather 13.04.2015 10:08:02
0 (0x0000)
Property USERID is now = admin ZTIGather
13.04.2015 10:08:02 0 (0x0000)
Using from [DEFAULT]: USERID = admin ZTIGather
13.04.2015 10:08:02 0 (0x0000)
Property USERDOMAIN is now = corp.viamonstra.com
ZTIGather 13.04.2015 10:08:02
0 (0x0000)
Using from [DEFAULT]: USERDOMAIN = corp.viamonstra.com
ZTIGather 13.04.2015 10:08:02
0 (0x0000)
<Message containing password has been suppressed>
ZTIGather 13.04.2015 10:08:02
0 (0x0000)
<Message containing password has been suppressed>
ZTIGather 13.04.2015 10:08:02
0 (0x0000)
Property SKIPBDDWELCOME is now = YES ZTIGather
13.04.2015 10:08:02 0 (0x0000)
Using from [DEFAULT]: SKIPBDDWELCOME = YES ZTIGather
13.04.2015 10:08:02 0 (0x0000)
------ Done processing X:\Deploy\Scripts\Bootstrap.ini ------
ZTIGather 13.04.2015 10:08:02
0 (0x0000)
Before update my LDS worked correctly
Finished determining the INI file to use. ZTIGather
15.01.2015 17:51:15 0 (0x0000)
Using from [Settings]: Rule Priority = DEFAULTGATEWAY,DEFAULT
ZTIGather 15.01.2015 17:51:15
0 (0x0000)
------ Processing the [DEFAULTGATEWAY] section ------
ZTIGather 15.01.2015 17:51:15
0 (0x0000)
Match found for default gateway 192.168.1.1, retrieving settings.
ZTIGather 15.01.2015 17:51:15
0 (0x0000)
------ Processing the [DS1] section ------
ZTIGather 15.01.2015 17:51:15
0 (0x0000)
Property DEPLOYROOT is now = \\192.168.1.200\DS1$
ZTIGather 15.01.2015 17:51:15
0 (0x0000)
Using from [LN18]: DEPLOYROOT = \\192.168.1.200\DS1$
ZTIGather 15.01.2015 17:51:15
0 (0x0000)
------ Processing the [DEFAULT] section ------
ZTIGather 15.01.2015 17:51:15
0 (0x0000)
Property USERID is now = admin ZTIGather
15.01.2015 17:51:15 0 (0x0000)
Using from [DEFAULT]: USERID = admin ZTIGather
15.01.2015 17:51:15 0 (0x0000)
Property USERDOMAIN is now = corp.viamonstra.com
ZTIGather 15.01.2015 17:51:15
0 (0x0000)
Using from [DEFAULT]: USERDOMAIN = corp.viamonstra.com
ZTIGather 15.01.2015 17:51:15
0 (0x0000)
<Message containing password has been suppressed>
ZTIGather 15.01.2015 17:51:16
0 (0x0000)
<Message containing password has been suppressed>
ZTIGather 15.01.2015 17:51:16
0 (0x0000)
Property SKIPBDDWELCOME is now = YES ZTIGather
15.01.2015 17:51:16 0 (0x0000)
Using from [DEFAULT]: SKIPBDDWELCOME = YES ZTIGather
15.01.2015 17:51:16 0 (0x0000)
------ Done processing \\mdt\DS$\Control\Bootstrap.ini ------
ZTIGather 15.01.2015 17:51:16
0 (0x0000)
As we see lines have to have vaules, here we dont have it
------ Processing the [DS6] section ------ ZTIGather
13.04.2015 10:08:02 0 (0x0000)
------ Processing the [DEFAULT] section ------
ZTIGather 13.04.2015 10:08:02
0 (0x0000)
I checked Bootstrap.ini from 
x:\deploy\screpts and It has vaules to Gateway 
192.168.10.1=DS10
[DS10]
DeployRoot=\\192.168.6.200\ds6$
But why Windows PE doents see it?
BDD.log says from tested PC
No LocationServer.xml file was found, so no additonal DeployRoot pane initialization is required.
Wizard 13.04.2015 13:23:07
0 (0x0000)
wizard.log says from tested PC
Property definition is now = BDD_Welcome_ENU.xml
Wizard 13.04.2015 13:23:03
0 (0x0000)
Microsoft Deployment Toolkit version: 6.2.5019.0
Wizard 13.04.2015 13:23:03
0 (0x0000)
Not Wizard = False Wizard
13.04.2015 13:23:03 0 (0x0000)
Property WizardComplete is now = N Wizard
13.04.2015 13:23:03 0 (0x0000)
FindFile: The file LocationServer.xml could not be found in any standard locations.
Wizard 13.04.2015 13:23:07
0 (0x0000)
No LocationServer.xml file was found, so no additonal DeployRoot pane initialization is required.
Wizard 13.04.2015 13:23:07
0 (0x0000)
But I dont want to use locationservers.xml, previous logs shows same messages.
I hope you understand my question. Thank you for your answers.

I don't understand the problem here. Is your problem on the client side ( You include a ztigather.log client log ), or is the problem on the server with replication?
There are several problems with replication that can be caused by bad configuration or permissions. Try manually copying files to verify permissions.
IF the problem is on the client side, please copy your bdd.log file to a public site like onedrive and share the link.
Keith Garner - Principal Consultant [owner] -
http://DeploymentLive.com

Similar Messages

  • Bootstrap.ini Ignored?

    We have a central office where MDT2010 is working fine for LTI.  Now we want to extend it to our remote locations with linked deployment shares.  All setup, WDS is in each location for PXE boot and that works fine.  The PC gets the boot.wim
    from its local WDS ok, reboots and then starts the OS install.  The issue is that the OS install is coming from our central office over the WAN.
    In the remote MDT bootstrap.ini file, we declare DeployRoot=\\remote-server\MDTShare$...We've updated/replicated the linked deployment share, and updated the WIM in WDS.  I can open the remote MDT bootstrap.ini and see that
    it is pointed correctly.  And yet the OS install still comes across the WAN from our central MDT.
    So I'm stuck...where else is DeployRoot (or something similar?) defined?  It is not defined in our customsettings.ini.  Could this be hard-coded somewhere in the boot.wim or WDS?  I've looked everywhere I can think to look.
    The client's BDD logs clearly show that the PC connects to the right WDS server (its local one), it clearly gets the boot.wim from its local WDS, and then for some reason determines that its DeployRoot is the central site's MDT share instead of
    its local one. 
    Help, please.

    Thanks for the reply.
    The BDD logs show the incorrect deployroot server right off the bat (the central office, not the remote machine's local WDS/deployment share server).  The correct deployroot NEVER appears in the log.  This is the point/question...if I have
    the correct deployroot defined in the remote bootstrap.ini file and yet it still connects to the wrong one, where else would it be defined?
    Below is a snippet of the logfile...since everything refers to X:\MININT\, it's coming from the boot.wim in WDS.  I've run through the MDT workbench and edited the bootstrap.ini on the remote deployment share and then updated the deployment share to
    create new WIMs.  These new WIMs have been imported into WDS--and the old ones deleted.  So the boot.wim used by WDS should have the correct deployroot for the remote location.  The machine boots from the correct WDS server but still tries to
    pull the OS image from the central site.
    So I took the shiny new boot.wim from the remote site's WDS and mounted it...in the Deploy\Scripts\ directory there is my edited bootstrap.ini file with the correct deployroot specified.  But the machine still tries to boot from the wrong
    deployroot.
    I'm going to try the %WDSServer%  variable in bootstrap.ini next...can't test till Monday though.
    Thanks,
    Remote MDT Share Bootstrap.ini:
    [Settings]
    Priority=Default
    [Default]
    DeployRoot=<REMOTE MDT SHARE$>
    SkipBDDWelcome=NO
    UserID=USER
    UserDomain=DOMAIN
    UserPassword=
    SkipLocaleSelection=YES
    KeyboardLocalePE=0409:00000409
    BDD.log:
    Property LogPath is now = X:\MININT\SMSOSD\OSDLOGS LiteTouch 10/15/2010 2:30:16 PM 0 (0x0000)
    Property SMSTSLocalDataDrive is now = C: LiteTouch 10/15/2010 2:30:16 PM 0 (0x0000)
    Property DeploymentMethod is now = UNC LiteTouch 10/15/2010 2:30:16 PM 0 (0x0000)
    DeploymentMethod = UNC LiteTouch 10/15/2010 2:30:16 PM 0 (0x0000)
    Property DeployRoot is now = X:\Deploy LiteTouch 10/15/2010 2:30:16 PM 0 (0x0000)
    Using a local or mapped drive, no connection is required. LiteTouch 10/15/2010 2:30:16 PM 0 (0x0000)
    DeployRoot = X:\Deploy LiteTouch 10/15/2010 2:30:17 PM 0 (0x0000)
    Property DeployDrive is now = X: LiteTouch 10/15/2010 2:30:17 PM 0 (0x0000)
    DeployDrive = X: LiteTouch 10/15/2010 2:30:17 PM 0 (0x0000)
    Property PHASE is now = PREINSTALL LiteTouch 10/15/2010 2:30:17 PM 0 (0x0000)
    Property DeploymentType is now = NEWCOMPUTER LiteTouch 10/15/2010 2:30:17 PM 0 (0x0000)
    Phase = PREINSTALL LiteTouch 10/15/2010 2:30:17 PM 0 (0x0000)
    About to run command: wscript.exe "X:\Deploy\Scripts\ZTIGather.wsf" /inifile:Bootstrap.ini LiteTouch 10/15/2010 2:30:17 PM 0 (0x0000)
    Property inifile is now = Bootstrap.ini ZTIGather 10/15/2010 2:30:17 PM 0 (0x0000)
    Microsoft Deployment Toolkit version: 5.0.1641.0 ZTIGather 10/15/2010 2:30:17 PM 0 (0x0000)
    Property Debug is now = FALSE ZTIGather 10/15/2010 2:30:17 PM 0 (0x0000)
    ------------------------- Object Initialization ------------------------- ZTIGather 10/15/2010 2:30:17 PM 0 (0x0000)
    ------------------------- Initialization ------------------------- ZTIGather 10/15/2010 2:30:17 PM 0 (0x0000)
    Synchronizing the environments. ZTIGather 10/15/2010 2:30:17 PM 0 (0x0000)
    Property DeployRoot is now = X:\Deploy ZTIGather 10/15/2010 2:30:17 PM 0 (0x0000)
    Property DeployDrive is now = X: ZTIGather 10/15/2010 2:30:17 PM 0 (0x0000)
    Finished synchronizing the environments. ZTIGather 10/15/2010 2:30:17 PM 0 (0x0000)
    Getting OS info ZTIGather 10/15/2010 2:30:17 PM 0 (0x0000)
    Property OSCurrentVersion is now = 6.1.7600 ZTIGather 10/15/2010 2:30:17 PM 0 (0x0000)
    Property OSCurrentBuild is now = 7600 ZTIGather 10/15/2010 2:30:17 PM 0 (0x0000)
    Property OSVersion is now = WinPE ZTIGather 10/15/2010 2:30:17 PM 0 (0x0000)
    Property IsServerOS is now = False ZTIGather 10/15/2010 2:30:17 PM 0 (0x0000)
    Property IsServerCoreOS is now = False ZTIGather 10/15/2010 2:30:17 PM 0 (0x0000)
    Finished getting OS info ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Getting HAL information ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Property HALName is now = acpiapic ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Finished getting HAL information ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Getting network info ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Checking network adapter: [00000000] Intel(R) 82567LM-3 Gigabit Network Connection ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    MAC address = 00:25:64:B6:A9:CF ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    IP Address = 192.168.50.68 ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    IP Address = fe80::f478:b408:92cf:65e1 ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Default Gateway = 192.168.50.15 ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Property IPAddress001 is now = 192.168.50.68 ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Property IPAddress002 is now = fe80::f478:b408:92cf:65e1 ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Property MacAddress001 is now = 00:25:64:B6:A9:CF ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Property DefaultGateway001 is now = 192.168.50.15 ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Finished getting network info ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Getting DP info ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Unable to determine SMS distribution Share server name ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Finished getting DP info ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Getting WDS server info ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Property WDSServer is now = <THE CORRECT WDS SERVER>ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Finished getting WDS server info ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Property HostName is now = MININT-OJMH0QV ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Getting asset info ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Unable to determine asset tag via WMI. ZTIGather 10/15/2010 2:30:18 PM 0 (0x0000)
    Property AssetTag is now =  ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    Property SerialNumber is now = "xxxxxxxx" ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    Property Make is now = Dell Inc. ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    Property Model is now = "Desktop" ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    Property Product is now = "xxxxx" ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    Property UUID is now = <UUID>ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    Property Memory is now = 3965 ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    Property Architecture is now = X86 ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    Property ProcessorSpeed is now = 3000 ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    Property CapableArchitecture is now = AMD64 X64 X86 ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    Property IsLaptop is now = False ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    Property IsDesktop is now = True ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    Property IsServer is now = False ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    Finished getting OS info ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    Getting OS SKU info ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    Property OSSKU is now = ULTIMATE ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    Finished getting OS info ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    Getting virtualization info ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    FindFile(...\Microsoft.BDD.Utility.dll)  Result : 0 ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    RUN: regsvr32.exe /s "X:\Deploy\Tools\x86\Microsoft.BDD.Utility.dll" ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    FindFile: The file x64\Microsoft.BDD.Utility.dll could not be found in any standard locations. ZTIGather 10/15/2010 2:30:20 PM 0 (0x0000)
    FindFile(...\Microsoft.BDD.Utility.dll)  Result : 1 ZTIGather 10/15/2010 2:30:21 PM 0 (0x0000)
    RUN: regsvr32.exe /s "" ZTIGather 10/15/2010 2:30:21 PM 0 (0x0000)
    Property IsHypervisorRunning is now = False ZTIGather 10/15/2010 2:30:21 PM 0 (0x0000)
    Property SupportsVT is now = True ZTIGather 10/15/2010 2:30:21 PM 0 (0x0000)
    Property SupportsNX is now = True ZTIGather 10/15/2010 2:30:21 PM 0 (0x0000)
    Property Supports64Bit is now = True ZTIGather 10/15/2010 2:30:21 PM 0 (0x0000)
    Property SupportsHyperVRole is now = True ZTIGather 10/15/2010 2:30:21 PM 0 (0x0000)
    This computer does not appear to be a virtual machine (BIOS is 'DELL   - 15'). ZTIGather 10/15/2010 2:30:21 PM 0 (0x0000)
    Property IsVM is now = False ZTIGather 10/15/2010 2:30:21 PM 0 (0x0000)
    Finished getting virtualization info ZTIGather 10/15/2010 2:30:21 PM 0 (0x0000)
    Processing the PREINSTALL phase. ZTIGather 10/15/2010 2:30:21 PM 0 (0x0000)
    Determining the INI file to use. ZTIGather 10/15/2010 2:30:21 PM 0 (0x0000)
    Finished determining the INI file to use. ZTIGather 10/15/2010 2:30:21 PM 0 (0x0000)
    Using from [Settings]: Rule Priority = DEFAULT ZTIGather 10/15/2010 2:30:22 PM 0 (0x0000)
    ------ Processing the [DEFAULT] section ------ ZTIGather 10/15/2010 2:30:22 PM 0 (0x0000)
    Property DEPLOYROOT is now = <THE INCORRECT DEPLOYROOT> ZTIGather 10/15/2010 2:30:22 PM 0 (0x0000)
    Using from [DEFAULT]: DEPLOYROOT = <THE INCORRECT DEPLOYROOT> ZTIGather 10/15/2010 2:30:22 PM 0 (0x0000)
    Property USERID is now = TURUX0JVSUxE ZTIGather 10/15/2010 2:30:22 PM 0 (0x0000)
    Using from [DEFAULT]: USERID = USERACCOUNT ZTIGather 10/15/2010 2:30:22 PM 0 (0x0000)
    Property USERDOMAIN is now = DOMAIN== ZTIGather 10/15/2010 2:30:22 PM 0 (0x0000)
    Using from [DEFAULT]: USERDOMAIN = DOMAIN ZTIGather 10/15/2010 2:30:23 PM 0 (0x0000)
    Property KEYBOARDLOCALEPE is now = 0409:00000409 ZTIGather 10/15/2010 2:30:23 PM 0 (0x0000)
    Using from [DEFAULT]: KEYBOARDLOCALEPE = 0409:00000409 ZTIGather 10/15/2010 2:30:23 PM 0 (0x0000)
    Property SKIPLOCALESELECTION is now = YES ZTIGather 10/15/2010 2:30:23 PM 0 (0x0000)
    Using from [DEFAULT]: SKIPLOCALESELECTION = YES ZTIGather 10/15/2010 2:30:23 PM 0 (0x0000)
    Property SKIPBDDWELCOME is now = NO ZTIGather 10/15/2010 2:30:23 PM 0 (0x0000)
    Using from [DEFAULT]: SKIPBDDWELCOME = NO ZTIGather 10/15/2010 2:30:23 PM 0 (0x0000)
    ------ Done processing X:\Deploy\Scripts\Bootstrap.ini ------ ZTIGather 10/15/2010 2:30:23 PM 0 (0x0000)

  • MDT 2013: bootstrap.ini not applying username and password for share access

    I customized my bootstrap.ini file to skip the welcome screen, set keyboard locale, and enter a service account username and password for share access.  The welcome screen skip and keyboard locale work beautifully but it's not applying the share username/password/domain
    at all.  
    bootstrap.ini: 
    [Settings]
    Priority=Default
    [Default]
    DeployRoot=\\mydeploymentserver\DeploymentShare$
    UserID=myuserid
    UserDomain=mydomain.com
    UserPassword=mypassword
    KeyboardLocale=en-US
    SkipBDDWelcome=YES
    I verified that the unattend.xml file on the MININT volume during deployment had all of this information populated correctly:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
    <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
    <ImageInstall>
    <OSImage>
    <WillShowUI>OnError</WillShowUI>
    <InstallTo>
    <DiskID>0</DiskID>
    <PartitionID>2</PartitionID>
    </InstallTo>
    <InstallFrom>
    <Path>\\mydeploymentserver\deploymentshare$\Operating Systems\Windows 7 x64 with District Software - 06222014\Windows 7 x64 with District Software - 06222014.wim</Path>
    <MetaData>
    <Key>/IMAGE/INDEX</Key>
    <Value>1</Value>
    </MetaData>
    </InstallFrom>
    </OSImage>
    </ImageInstall>
    <Display>
    <ColorDepth>16</ColorDepth>
    <HorizontalResolution>1024</HorizontalResolution>
    <RefreshRate>60</RefreshRate>
    <VerticalResolution>768</VerticalResolution>
    </Display>
    <ComplianceCheck>
    <DisplayReport>OnError</DisplayReport>
    </ComplianceCheck>
    <UserData>
    <AcceptEula>true</AcceptEula>
    </UserData>
    </component>
    <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>0409:00000409</InputLocale>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UserLocale>en-US</UserLocale>
    </component>
    </settings>
    <settings pass="generalize">
    <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">
    <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
    </component>
    </settings>
    <settings pass="specialize">
    <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
    <Identification>
    <Credentials>
    <Username>myusername</Username>
    <Domain>mydomain.com</Domain>
    <Password>mypassword</Password>
    </Credentials>
    <JoinDomain>mydomain.com</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">
    <ComputerName>eos-vm-02</ComputerName>
    <RegisteredOrganization>Regional School District 19</RegisteredOrganization>
    <RegisteredOwner>Information Technology</RegisteredOwner>
    <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
    <TimeZone>Eastern 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">
    <Home_Page>http://www.eosmith.org</Home_Page>
    <DisableWelcomePage>true</DisableWelcomePage>
    <DisableFirstRunWizard>false</DisableFirstRunWizard>
    </component>
    <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">
    <RunSynchronous>
    <RunSynchronousCommand wcm:action="add">
    <Description>EnableAdmin</Description>
    <Order>1</Order>
    <Path>cmd /c net user Administrator /active:yes</Path>
    </RunSynchronousCommand>
    <RunSynchronousCommand wcm:action="add">
    <Description>UnfilterAdministratorToken</Description>
    <Order>2</Order>
    <Path>cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v FilterAdministratorToken /t REG_DWORD /d 0 /f</Path>
    </RunSynchronousCommand>
    <RunSynchronousCommand wcm:action="add">
    <Description>disable user account page</Description>
    <Order>3</Order>
    <Path>reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Setup\OOBE /v UnattendCreatedUser /t REG_DWORD /d 1 /f</Path>
    </RunSynchronousCommand>
    </RunSynchronous>
    </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>en-US</InputLocale>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UserLocale>en-US</UserLocale>
    </component>
    <component name="Microsoft-Windows-TapiSetup" 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">
    <TapiConfigured>0</TapiConfigured>
    <TapiUnattendLocation>
    <AreaCode>""</AreaCode>
    <CountryOrRegion>1</CountryOrRegion>
    <LongDistanceAccess>9</LongDistanceAccess>
    <OutsideAccess>9</OutsideAccess>
    <PulseOrToneDialing>1</PulseOrToneDialing>
    <DisableCallWaiting>""</DisableCallWaiting>
    <InternationalCarrierCode>""</InternationalCarrierCode>
    <LongDistanceCarrierCode>""</LongDistanceCarrierCode>
    <Name>Default</Name>
    </TapiUnattendLocation>
    </component>
    <component name="Microsoft-Windows-SystemRestore-Main" 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">
    <DisableSR>1</DisableSR>
    </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">
    <UserAccounts>
    <AdministratorPassword>
    <Value>administratorpassword</Value>
    <PlainText>true</PlainText>
    </AdministratorPassword>
    </UserAccounts>
    <AutoLogon>
    <Enabled>true</Enabled>
    <Username>Administrator</Username>
    <Domain>.</Domain>
    <Password>
    <Value>administratorpassword</Value>
    <PlainText>true</PlainText>
    </Password>
    <LogonCount>999</LogonCount>
    </AutoLogon>
    <Display>
    <ColorDepth>32</ColorDepth>
    <HorizontalResolution>1024</HorizontalResolution>
    <RefreshRate>60</RefreshRate>
    <VerticalResolution>768</VerticalResolution>
    </Display>
    <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
    <CommandLine>wscript.exe %SystemDrive%\LTIBootstrap.vbs</CommandLine>
    <Description>Lite Touch new OS</Description>
    <Order>1</Order>
    </SynchronousCommand>
    </FirstLogonCommands>
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <NetworkLocation>Work</NetworkLocation>
    <ProtectYourPC>1</ProtectYourPC>
    </OOBE>
    <RegisteredOrganization>Regional School District 19</RegisteredOrganization>
    <RegisteredOwner>Information Technology</RegisteredOwner>
    <TimeZone>Eastern Standard Time</TimeZone>
    </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>en-US</InputLocale>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UserLocale>en-US</UserLocale>
    </component>
    </settings>
    <settings pass="offlineServicing">
    <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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">
    <DriverPaths>
    <PathAndCredentials wcm:keyValue="1" wcm:action="add">
    <Path>\Drivers</Path>
    </PathAndCredentials>
    </DriverPaths>
    </component>
    </settings>
    </unattend>
    ... and the bdd.log file appeared not to read the username and password at all:
    <![LOG[ZTIUtility!GetAllFixedDrives (False)]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDiskPartition : \\MININT-U1TGFAD\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #0" \\MININT-U1TGFAD\root\cimv2:Win32_LogicalDisk.DeviceID="C:"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDisk : \\MININT-U1TGFAD\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDiskPartition : \\MININT-U1TGFAD\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #1" \\MININT-U1TGFAD\root\cimv2:Win32_LogicalDisk.DeviceID="D:"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDisk : \\MININT-U1TGFAD\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[ZTIUtility!GetAllFixedDrives = C: D:]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Property LogPath is now = D:\MININT\SMSOSD\OSDLOGS]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Microsoft Deployment Toolkit version: 6.2.5019.0]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Property Debug is now = FALSE]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Cleaned up a dirty deployment.]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[ZTIUtility!GetAllFixedDrives (False)]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDiskPartition : \\MININT-U1TGFAD\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #0" \\MININT-U1TGFAD\root\cimv2:Win32_LogicalDisk.DeviceID="C:"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDisk : \\MININT-U1TGFAD\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDiskPartition : \\MININT-U1TGFAD\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #1" \\MININT-U1TGFAD\root\cimv2:Win32_LogicalDisk.DeviceID="D:"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDisk : \\MININT-U1TGFAD\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[ZTIUtility!GetAllFixedDrives = C: D:]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[No task sequence is in progress.]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDisk : \\MININT-U1TGFAD\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Found Possible OS TargetDisk: \\MININT-U1TGFAD\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[GetPartitions: 2]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Found Possible OS Target Partition: \\MININT-U1TGFAD\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #0"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDiskPartition : \\MININT-U1TGFAD\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #0" \\MININT-U1TGFAD\root\cimv2:Win32_LogicalDisk.DeviceID="C:"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Target Partition not big enough: \\MININT-U1TGFAD\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #0"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Found Possible OS Target Partition: \\MININT-U1TGFAD\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #1"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[New ZTIDiskPartition : \\MININT-U1TGFAD\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #1" \\MININT-U1TGFAD\root\cimv2:Win32_LogicalDisk.DeviceID="D:"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Found Drive: D:]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Found FirstPossibleSystemDrive: D:]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Property SMSTSLocalDataDrive is now = D:]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Unable to connect to BCDStore.]LOG]!><time="05:03:43.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Not running within WinPE or WinRE.]LOG]!><time="05:03:43.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Property DeploymentMethod is now = UNC]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[DeploymentMethod = UNC]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Property DeployRoot is now = X:\Deploy]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Using a local or mapped drive, no connection is required.]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[DeployRoot = X:\Deploy]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Property DeployDrive is now = X:]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[DeployDrive = X:]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Property PHASE is now = PREINSTALL]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Property DeploymentType is now = NEWCOMPUTER]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Phase = PREINSTALL]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[About to run command: wscript.exe "X:\Deploy\Scripts\ZTIGather.wsf" /inifile:Bootstrap.ini]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
    <![LOG[Property inifile is now = Bootstrap.ini]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Microsoft Deployment Toolkit version: 6.2.5019.0]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[------------------------- Object Initialization -------------------------]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[------------------------- Initialization -------------------------]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Synchronizing the environments.]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property DeployRoot is now = X:\Deploy]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property DeployDrive is now = X:]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Finished synchronizing the environments.]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Getting OS info]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property OSCurrentVersion is now = 6.3.9600]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property OSCurrentBuild is now = 9600]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property OSVersion is now = WinPE]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property IsServerOS is now = False]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property IsServerCoreOS is now = False]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Finished getting OS info]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Getting HAL information]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property definition is now = BDD_Welcome_ENU.xml]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Microsoft Deployment Toolkit version: 6.2.5019.0]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property HALName is now = acpiapic]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Finished getting HAL information]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Getting network info]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Checking network adapter: [00000001] Intel(R) PRO/1000 MT Network Connection]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[MAC address = 00:50:56:85:38:B4]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[IP Address = 172.16.4.182]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[IP Address = fe80::c98:9fef:4305:51f0]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Default Gateway = 172.16.4.1]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property IPAddress001 is now = 172.16.4.182]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property IPAddress002 is now = fe80::c98:9fef:4305:51f0]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property MacAddress001 is now = 00:50:56:85:38:B4]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property DefaultGateway001 is now = 172.16.4.1]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Finished getting network info]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Getting DP info]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Unable to determine ConfigMgr distribution point]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Finished getting DP info]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Getting WDS server info]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Not Wizard = False]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property WizardComplete is now = N]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="Wizard" context="" type="1" thread="" file="Wizard">
    <![LOG[Property WDSServer is now = mydeploymentserver.mydomain.com]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Finished getting WDS server info]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property HostName is now = MININT-U1TGFAD]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Getting asset info]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[FindFile: The file x86\Microsoft.BDD.Utility.dll could not be found in any standard locations.]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[FindFile(...\Microsoft.BDD.Utility.dll) Result : 1]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[RUN: regsvr32.exe /s ""]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[FindFile(...\Microsoft.BDD.Utility.dll) Result : 0]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[RUN: regsvr32.exe /s "X:\Deploy\Tools\x64\Microsoft.BDD.Utility.dll"]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property AssetTag is now = No Asset Tag]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property SerialNumber is now = VMware-42 05 2b f7 cd 5b 63 fd-83 8a 77 84 7c ed 79 05]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property Make is now = VMware, Inc.]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property Model is now = VMware Virtual Platform]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property Product is now = 440BX Desktop Reference Platform]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property UUID is now = F72B0542-5BCD-FD63-838A-77847CED7905]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property Memory is now = 2047]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property Architecture is now = X64]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property ProcessorSpeed is now = 2800]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property CapableArchitecture is now = AMD64 X64 X86]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property IsLaptop is now = False]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property IsDesktop is now = False]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property IsServer is now = False]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property IsUEFI is now = False]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property IsOnBattery is now = False]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property SupportsX86 is now = True]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property SupportsX64 is now = True]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property SupportsSLAT is now = False]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Finished getting asset info]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Getting OS SKU info]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Unable to determine Windows SKU while in Windows PE.]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Determining the Disk and Partition Number from the Logical Drive X:\WINDOWS]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property OriginalArchitecture is now = ]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property OriginalArchitecture is now = ]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property OriginalArchitecture is now = ]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Getting virtualization info]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property IsHypervisorRunning is now = True]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property SupportsVT is now = False]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property SupportsNX is now = True]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property Supports64Bit is now = True]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property SupportsHyperVRole is now = False]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property IsVM is now = True]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property VMPlatform is now = VMware]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Finished getting virtualization info]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Connection succeeded to MicrosoftVolumeEncryption]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[There are no encrypted drives]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property IsBDE is now = False]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Processing the PREINSTALL phase.]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Determining the INI file to use.]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Finished determining the INI file to use.]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Using from [Settings]: Rule Priority = DEFAULT]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[------ Processing the [DEFAULT] section ------]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property DEPLOYROOT is now = \\mydeploymentserver\DeploymentShare$]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Using from [DEFAULT]: DEPLOYROOT = \\mydeploymentserver\DeploymentShare$]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[------ Done processing X:\Deploy\Scripts\Bootstrap.ini ------]LOG]!>

    Basics - Server 2008 R2 - SP1, WDS,  MDT 2013
    Well all, I've done this at least 20 times today and the deployment share info is still wrong...
    Someone else built and messed with this thing so i'm trying to fix it.  We have 2 MDT servers and 1 WDS that is on the Production MDT.  I've turned the test MDT off.
    It was working fine, until I updated the deployment share ... after adding some drivers for the surface pro 3 for the pxe boot
    Very Simple bootstrap.ini
    [Settings]
    Priority=Default
    [Default]
    DeployRoot=\\MMPDEPLOY02\DeploymentShare$
    UserID=xxx
    UserDomain=xxx
    UserPassword=xxx
    KeyboardLocale=en-US
    SkipBDDWelcome=YES
    It continues to show up on the client as ||mdt901w8|deploymentshare$  (test server) (pipes for \ since it makes it a link and i'm new)
    I've deleted all the .wim and associated files from all locations from the deployment share\boot folder and from the wds remote install\boot\x64\images folder where they are instead of the remote install\boot\images folder that everyone refers to.
    I really can't figure this one out... I know it's something simple I'm over looking but I can't see it..
    Any ideas..

  • What is the role of BootStrap.ini in SCCM when using MDT

    How do I get SCCM to work with a BootStrap.ini file?
    I want my MDT BootDisk to provide information to the client in Windows PE.
    But I cant see how the BootStrap.ini works with SCCM MDT Deployments.
    Please help.
    Thanks

    Check out the ZTIMediaHook.wsf
    http://blogs.technet.com/b/mniehaus/archive/2009/09/30/mdt-2010-new-feature-20-general-purpose-configmgr-wizard.aspx
    ZTIMediaHook will import the bootstrap.ini file in order to get basic information before it continues.
    Keith Garner - keithga.wordpress.com

  • Windows 7 ignoring my pagefile settings

    I have Windows 7 Professional 64bit set up on a system with a mirrored system drive, and two non-mirrored drives, including an SSD drive that is configured with ReadyBoost. Because mirroring is for data integrity, and has a performance cost associated with
    it, I do not want any pagefile on my system drive. Instead, I want page files on the non-mirrored drives.
    So I use Computer->Properties and access "Advanced System Settings" to bring up the System properties dialog. I click the "Advanced" Tab and in the "Performance" section, I click "Settings" to bring up the "Performance
    Options" dialog. Then, I click the "Advanced" tab and in the "Virtual memory" section, I click "Change" to bring up the "Virtual Memory" dialog. There, it lists the drive letters and paging file options for each
    drive.
    I set the SSD drive (A:) to "Custom size" with "Initial size (MB):" as 24576 and "Maximum size (MB):" as 24576, and click "Set".
    I set the other non-mirrored drive (B:) to "Custom size" with "Initial size (MB):" as 24576 and "Maximum size (MB):" as 24576, and click "Set".
    I set the System drive (C:) to "No paging file" and click "Set". I have also tried setting the System drive (C:) to the "Minimum allowed" value of 16MB (both initial size and maximum size).
    I get the appropriate warnings, if I set "No paging file", and accept the consequences. If I set the 16MB paging file on the system drive, I don't get a warning about not having a pagefile.
    I reboot, to let the new settings take effect. When the system comes up, if I had set "No paging file" on the system drive, Windows informs me that it has created a paging file on the system drive, and that file is about the same size as physical
    memory, i.e. 12G., and the "Performance Options" advanced tab reports that the "Total paging file size for all drives" is 12288MB.
    If, instead, I had set the System drive to have the minimum allowed paging file of 16MB, "Performance Options" advanced tab reports "Total paging file size for all drives" is 16MB.
    In no situation does it ever honor the settings shown in the Virtual memory dialog box for the other drives.
    I have checked that "HKLM\SYSTEM\CurentControlSet\Control\Session Manager\Memory Management\PageFileOnOsVolume" is set to 0, and "HKLM\SYSTEM\CurentControlSet\Control\Session Manager\Memory Management\TempPageFile" does not exist OR has
    been set to 0 (Windows always changes this parameter to 1 if I have selected "No paging file" for the system volume. So I change it back to 0, reboot, and Windows changes it to 1 ad creates the 12288MB pagefile on the system volume).
    I have disabled BitLocker -- it cannot start up.
    I am really not sure what hoops I have to jump through in order to convince Windows to use the pagefile setup that I specify. At the very least, if I set up the minimum pagefile on the System drive, to avoid the bulk of the performance consequences of paging
    to a mirrored drive and to prevent Windows from automatically creating the 12G pagefile on the system drive, I do expect that the other pagefiles on the non-mirrored drives will be used by the system, but the "Performance Options" dialog makes it
    clear that the only paging file in use is the one on the system volume -- exactly what I do not want.
    Can you please tell me how to get Windows to respect my chosen settings?
    I have also tried moving one of the non-mirrored disks from an I/O card SATA controller to the built-in motherboard SATA controller, but Windows 7 still flatly refuses to honor any pagefile settings that would either add a pagefile on a non-system disk or remove
    the pagefile entirely from the system disk.

    Is the article about PageFileOnOSVolume also applies on Windows 8.1 x64 too?
    A key was created on:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
    called PagefileOnOsVolume and inserted the value of 0.
    I suppose it wasn't already created since there exists another pagefile on a storage spaces drive. So according to the article you refer to, since default files used were c:/pagefile.sys and e:/pagefile.sys the OS is not obligated to create this
    key inside the registry.
    I use BitLocker to encrypt my OS drive and fixed data drives on a computer without TPM. Unfortunately, Windows still ignores the setting and creates a temporary Pagefile on the OS drive!
    Should I create the key, then reboot with default settings and after that modify the virtual memory settings according to my will? Or, conversely should I restore the defaults on Virtual Memory settings. reboot and check if Windows have created the
    respectable key on their own? After that we should be able to just change it's value to zero.

  • New Windows 8 ignores syncing my Outlook calendar and contacts

    My Lenovo Ultrabook Yoga 13 runs Windows 8 and the iTunes sync process totally ignores my Outlook Calendar, Contacts, and Notes. I tried the one-time forced replacement choice, but replacing Calendars, Contacts, and Notes with my PC information and that approach also indicated it ran normally, but no information was changed on my iPhone 5. I searched for solutions on web and found a suggestion to completely uninstall iTunes and search for all related type files like Bonjour, QuickTime. I purged al lApple/iTunes related files, then reinstalled iTunes latest version. I first ran the nomral sync with the appropriate Outlook sync boxes check and it ignored again. Next I tried the replace from PC again and still the iPhone kept all its exisiting information with no updates from my PC. Any suggestions how to get the sync process to work normally again?
    Thanks

    When you removed all of the Apple software, i.e. iTunes, Bonjour, etc. did you do it in the order listed in this support document http://support.apple.com/kb/HT1923?
    I know Apple and Microsoft have not announced full support for Windows 8 and iTunes, or even with Outlook 2013. While some have reported that it works, there can be any number of reasons why a sync would not occur. A bad USB driver, a recurring appointment without an ending date can cause syncing errors, problems with the Apple Mobile Device driver, and finally a corrupt Outlook.pst file. You can go into iTunes and go to Edit, Preferences, Devices and click on Reset Sync History. You can update the drivers, you can run scanpst.exe on the Outlook data file.
    I have used Outlook 2003, 2007, and am currently on 2010. I have not had an issue with syncing until the other day. Out of the blue, the calendar stopped syncing. You can usually fix just the calendar by importing then re-exporting the calendar again, but that didn't work. I couldn't find the corrupt appointment so I had to delete all 4 of my calendars and create new ones and re-enter all the data. Luckily it is generally only about 2.5 to 3 months of data on the main calendar. The other three are family work and school calendars.
    You can try any number of things,and check on the right side of the thread under "More Like This" and you might find something there you have not tried and might help. Good luck.

  • Lion server file sharing issue with windows API read/write ini file (GetPrivateProfileString)

    Hello,
    I try to config lion server as file server for a windows application we use at work. All other computers are windows 7 or XP, lion server is the only mac. I choose lion server because it's size, quality and personal love of apple products.
    10.7.2 lion server's samba file sharing works almost perfectly with all my windows machines, I can copy, delete, modify any text files or office files without any issue, but the most important windows application for my business doesn't work with samba file sharing. After some digging, I found it is because windows program can't read or write INI file stored on lion share. Windows API GetPrivateProfileString always returns empty if the INI file is store on lion share.
    You can download a small application for read/write windows INI file from codeproject.com to test this problem:
    http://www.codeproject.com/KB/files/ini.aspx
    I can open/edit the in file using any text editor without any problem. The only problem is with those windows APIs. ACL is turned on for my lion share and assigned "delete" rights to samba users.
    I install samba3 on the same server; it works perfectly with windows API. My windows program also works. Looks like there is something wrong with lion server's sambax.
    I'd prefer to use built-in samba even I have samba3 working. Built-in samba is very immature right now, but considered how young it is, I will give apple some time to make it mature.
    Does anyone have same issue or knows how to fix it?
    Thanks,
    Michael.

    All the memory is fine. The server rarely if ever goes down when there are only around 10-12 users connected. When there are 20+ users connected and working heavily it goes down often. When I say working heavily, I mean they are transferring huge files to the SAN (100GB+), sometimes 5 at a time per user, and there are a bunch of others who are reading large video files at a minimum of 220MB/sec from the SAN.
    Though this worked on Snow Leopard without any issues, Lion just doesn't seem to be able to handle it. The odd thing is, on Snow Leopard there was only a single 1GB ethernet connection to a NAS system, whereas with Lion we have a much more powerful machine with a 6-port 10GB ethernet card and a 4 lane 8GB fiber card to a true SAN. You would think that the newer scenario with Lion would handle far more users with ease.
    So far, very disappointing with regards to Lion's file serving performance.

  • Windows 7 ignores file permissions for shared 10.5.8 folder

    I set up a shared folder on my Mac using SMB. I also set up an account with limited privileges (read only) for accessing it. The problem is that, while the Windows 7 computer needs the account password to access the folder, once it's accessed the file permissions are completely ignored, permitting to user to change and delete files at will.
    Any ideas on how to keep the folder Read-Only?

    When you enter the account's password, you are logging in to the Mac as that user, which is why everything is coming up as read + write.
    This article indicates that you have to provide the account name and password for SMB sharing:
    http://docs.info.apple.com/article.html?path=Mac/10.5/en/8201.html
    There's a special forum for Windows compatibility; you might want to search and/or post in there:
    http://discussions.apple.com/forum.jspa?forumID=687

  • SCCM 2012 R2/MDT 2012 - Deploying Windows 7 UDI CustomSetting.ini setting not applying

    I am using an MDT UDI task sequence to deploy Windows 7. The task 'Apply Operating System Image' has the answer file package and unattend.xml file in the correct location. 
    Within the CustomSetting.ini I have the setting SkipProductKey=YES but, during the deployment it stops on the product key page. 
    We do not need to input a key since we are using KMS. I did not have this issue in 2007 although I did not use a UDI task sequence. I'm sure I am missing something or it's not using the CustomSetting.ini for some reason or another. 

    Hi,
    Go to http://licensing.microsoft.com. You could download the windows 7 (KMS) Version ISO.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Why do tabs and windows sometimes ignore the keyboard shortcut (CMD+W)? I keep having to go to File Close Tab

    Tabs in Firefox seem to ignore my commands sometimes, seemingly on random. Maybe more so when the tab contains a video, although I could be mistaken.
    I'm using a 13-inch, Mid-2009 Macbook Pro running OSX 10.10.2 (the latest build.), but this also happens on my stepdad's 17-inch, Early-2008 Macbook Pro as well.

    I think the most common reason would be a plugin intercepting the keyboard. This can happen if you use the controls on a Flash video, for example.
    ''This is copy/pasted from an old post:''
    Over the past couple of years, users have noticed that the Flash player on YouTube was particularly "sticky" or tenacious when it came to capturing keyboard focus.
    Last time I looked into this, about a year ago, I posted this summary of previously mentioned workarounds:
    (1) Full screen the video and then switch back
    press f then Esc - focus will move back to the page
    (2) Switch to another application window and then back {WINDOWS}
    press Alt+tab then Alt+tab - focus will move back to the page
    (3) Click on a different tab then click back - focus will move back to the page
    Some users also reported that the YouTube player behaves normally (i.e., clicking the page regains control) if you disable the Flash Player plugin's protected mode feature. There is now a hidden preference for this:
    (A) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (B) In the search box above the list, type or paste '''flash''' and pause while the list is filtered
    (C) Double-click the '''dom.ipc.plugins.flash.disable-protected-mode''' preference to switch its value from false to true.
    This might not take effect until all Flash has been unloaded for a few minutes, or you close Firefox.

  • Windows partition ignored by macos, long boot times

    So, after boot camp refused to resize my Windows partition, I decided to use the old standby of using GParted off of a linux live cd. I just kinda assumed there would be no problem, but after the fact I've discovered there could be some problems. The most specific thing I can find is that the "msftrees" flag will be set on the partition you make and that it can also cause some trouble with updating the GPT and MBR.
    Anyway, here are my symptoms:
    1. MacOS pretty much ignores the Windows partition (It's Windows 7). It doesn't appear in the startup menu at all and I don't have access to the drive. You might be able to mount it manually, I haven't tried.
    2. Very slow boot times for windows. You can select the option to boot from the Windows partition by holding down option at boot, but the boot takes a very long time. When you select the windows partition, it goes to a blank screen with a blinking underscore character in the upper left for 2~3 minutes and then finally shows the windows loading screen and continues to boot normally.
    Here is my partition layout:
    * Report for internal hard disk *
    Current GPT partition table:
    # Start LBA End LBA Type
    1 40 409639 EFI System (FAT)
    2 409640 560668499 Mac OS X HFS+
    3 560668500 625137344 MS Reserved
    Current MBR partition table:
    # A Start LBA End LBA Type
    1 1 409639 ee EFI Protective
    2 409640 560668499 af Mac OS X HFS+
    3 * 560668500 625137344 07 NTFS/HPFS
    MBR contents:
    Boot Code: Unknown, but bootable
    Partition at LBA 40:
    Boot Code: None (Non-system disk message)
    File System: FAT32
    Listed in GPT as partition 1, type EFI System (FAT)
    Partition at LBA 409640:
    Boot Code: None
    File System: HFS Extended (HFS+)
    Listed in GPT as partition 2, type Mac OS X HFS+
    Listed in MBR as partition 2, type af Mac OS X HFS+
    Partition at LBA 560668500:
    Boot Code: Windows BOOTMGR (Vista)
    File System: NTFS
    Listed in GPT as partition 3, type MS Reserved
    Listed in MBR as partition 3, type 07 NTFS/HPFS, active
    Thanks in advance.

    Check out this thread, I posted a possible solution.
    http://discussions.info.apple.com/thread.jspa?threadID=2224948

  • Contacts sync with windows contacts ignores "iPhone" numbers.

    Was sync'ing contacts through iTunes today and noticed that any phone numbers on my iPhone that were classified as "iPhone" (as opposed to mobile, home, work, etc) are dropped on my windows contact card.  I have to change them to "Mobile" to get them to sync to the PC. 
    Anyone else notice this?  Is there a way to map "iPhone' numbers to a valid field in windows contacts?

    Thanks I thought I was the only who is trying to solve the same problem.

  • UI is ignoring stationglobals.ini and users.ini on deployed system

    I have built a TestStand and LabWindows/CVI application, and used the deployment tool to deploy it to a workstation. I included the user.ini and stationglobals.ini (which contain my users/privileges and my station global values, respectively) in my workspace.  When I install the app on the workstation, I see that these two files are deployed to the machine in the right place, but when I launch the full UI, none of my users or station global values are there.  I'm currently stuck as to why the UI can't see my users and globals.
    I also tried putting the entire cfg directory contents on the deployment station, but nothing changed.
    Has anyone seen this, or better yet does anyone know how to fix it?
    Thanks
    Walt Wallach

    Hi Walt,
    I would like to try a few tests to narrow down what is going on.  First,  I would like to verify with you what the path is for the Configuration Directory on the development machine.  You can access this by launching Station Options, and clicking on the Preferences tab and then checking the Configuration Directory drop down. 
    Also, I would like you to save off your prior users.ini file on the development machine. Then I would like you to open up the sequence editor, add a new user, close the sequence editor and then reopen it to verify that the change persisted.  Then I would like you to do a diff on the two users.ini files to verify that they are different.
    Also, do you get this same behavior when using an OI shipping example?  
    Cheers,
    Kelly R.
    Applications Engineer
    National Instruments

  • Why does Windows 7 ignore iTunes 11 and go to sleep?

    In all older iTunes versions, I could hit play and walk away. Since upgrading to iTunes 11, my computer enters sleep mode if I leave iTunes playing but unattended.

    Hi,
    You can create the .v2 folder manually or let the user create automatically when logging on.
    Niki
    TechNet Subscriber Support
    If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Niki Han
    TechNet Community Support

  • Windows Could Not parse or process unattend answer file for pass [specialize] after WDT Litetouch 'sysprep and capture'

    I setup an ACER VM6620G (Win7x86) how I wanted, including disabling the administrator account and creating an administrator user "PVA"
    Navigated to \\wds\DeploymentShare$\Scripts and ran the litetouch script. Chose my "Sysprep and Capture" task. 
    Everything went off without a hitch until I restarted the technician pc. 
    I got the dreaded
    "Windows could not parse or process unattend answer file [C:\windows\Panther\unattend.xml] for pass [specialize]. A component or setting specified in the answer file does not exist"
    I tried to deploy the captured image to the same computer and got the same error
    I've scoured the internet for solutions (Shift+10 opens command prompt. Good to know!) with no luck.
    I've saved the unattend.xml and looked for errors- going as far as to install an x86 Win7 virtual machine to validate the unattend.xml file in WISM
    Other information that might be useful:
       I never used WISM to create an unattend.xml nor did I attach one to the image. 
       I didn't try to copy user profiles/settings/migrate etc
       I imported the captured image to WDT. Created a standard task and added 2 nodes 
         -Inject Drivers
         -Install Application
    As a side, I've got another image that I've already injected the drivers/installed the application as a test. Everything went smoothly.
    +-----------------+
     | Unattend.xml: 
    +-----------------+
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
    <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
    <ImageInstall>
    <OSImage>
    <WillShowUI>OnError</WillShowUI>
    <InstallTo>
    <DiskID>0</DiskID>
    <PartitionID>2</PartitionID>
    </InstallTo>
    <InstallFrom>
    <Path>\\10.0.0.1\deploymentshare$\Operating Systems\ACER Win7 x86 Capture\ACER Win7 x86 Capture.wim</Path>
    <MetaData>
    <Key>/IMAGE/INDEX</Key>
    <Value>1</Value>
    </MetaData>
    </InstallFrom>
    </OSImage>
    </ImageInstall>
    <Display>
    <ColorDepth>16</ColorDepth>
    <HorizontalResolution>1024</HorizontalResolution>
    <RefreshRate>60</RefreshRate>
    <VerticalResolution>768</VerticalResolution>
    </Display>
    <ComplianceCheck>
    <DisplayReport>OnError</DisplayReport>
    </ComplianceCheck>
    <UserData>
    <AcceptEula>true</AcceptEula>
    </UserData>
    </component>
    <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>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UserLocale>en-US</UserLocale>
    </component>
    </settings>
    <settings pass="generalize">
    <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">
    <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
    </component>
    </settings>
    <settings pass="specialize">
    <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
    <Identification>
    <JoinWorkgroup>WORKGROUP</JoinWorkgroup>
    </Identification>
    </component>
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
    <ComputerName>PVA-PC</ComputerName>
    <RegisteredOrganization>PVA</RegisteredOrganization>
    <RegisteredOwner>PVA</RegisteredOwner>
    <TimeZone>"Eastern Standard Time"</TimeZone>
    <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
    </component>
    <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">
    <Home_Page>about:blank</Home_Page>
    <IEWelcomeMsg>false</IEWelcomeMsg>
    </component>
    <component name="Microsoft-Windows-Deployment" 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">
    <RunSynchronous>
    <RunSynchronousCommand wcm:action="add">
    <Description>EnableAdmin</Description>
    <Order>1</Order>
    <Path>cmd /c net user Administrator /active:yes</Path>
    </RunSynchronousCommand>
    <RunSynchronousCommand wcm:action="add">
    <Description>UnfilterAdministratorToken</Description>
    <Order>2</Order>
    <Path>cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v FilterAdministratorToken /t REG_DWORD /d 0 /f</Path>
    </RunSynchronousCommand>
    <RunSynchronousCommand wcm:action="add">
    <Description>disable user account page</Description>
    <Order>3</Order>
    <Path>reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Setup\OOBE /v UnattendCreatedUser /t REG_DWORD /d 1 /f</Path>
    </RunSynchronousCommand>
    </RunSynchronous>
    </component>
    <component name="Microsoft-Windows-International-Core" 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">
    <InputLocale>en-US</InputLocale>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UserLocale>en-US</UserLocale>
    </component>
    <component name="Microsoft-Windows-TapiSetup" 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">
    <TapiConfigured>0</TapiConfigured>
    <TapiUnattendLocation>
    <AreaCode>""</AreaCode>
    <CountryOrRegion>1</CountryOrRegion>
    <LongDistanceAccess>9</LongDistanceAccess>
    <OutsideAccess>9</OutsideAccess>
    <PulseOrToneDialing>1</PulseOrToneDialing>
    <DisableCallWaiting>""</DisableCallWaiting>
    <InternationalCarrierCode>""</InternationalCarrierCode>
    <LongDistanceCarrierCode>""</LongDistanceCarrierCode>
    <Name>Default</Name>
    </TapiUnattendLocation>
    </component>
    <component name="Microsoft-Windows-SystemRestore-Main" 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">
    <DisableSR>1</DisableSR>
    </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">
    <UserAccounts>
    <AdministratorPassword>
    <Value></Value>
    <PlainText>true</PlainText>
    </AdministratorPassword>
    </UserAccounts>
    <AutoLogon>
    <Enabled>true</Enabled>
    <Username>Administrator</Username>
    <Domain>.</Domain>
    <Password>
    <Value></Value>
    <PlainText>true</PlainText>
    </Password>
    <LogonCount>999</LogonCount>
    </AutoLogon>
    <Display>
    <ColorDepth>32</ColorDepth>
    <HorizontalResolution>1024</HorizontalResolution>
    <RefreshRate>60</RefreshRate>
    <VerticalResolution>768</VerticalResolution>
    </Display>
    <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
    <CommandLine>wscript.exe %SystemDrive%\LTIBootstrap.vbs</CommandLine>
    <Description>Lite Touch new OS</Description>
    <Order>1</Order>
    </SynchronousCommand>
    </FirstLogonCommands>
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <NetworkLocation>Work</NetworkLocation>
    <ProtectYourPC>1</ProtectYourPC>
    </OOBE>
    <RegisteredOrganization>PVA</RegisteredOrganization>
    <RegisteredOwner>PVA</RegisteredOwner>
    <TimeZone>"Eastern Standard Time"</TimeZone>
    </component>
    <component name="Microsoft-Windows-International-Core" 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">
    <InputLocale>en-US</InputLocale>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UserLocale>en-US</UserLocale>
    </component>
    </settings>
    <settings pass="offlineServicing">
    <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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">
    <DriverPaths>
    <PathAndCredentials wcm:keyValue="1" wcm:action="add">
    <Path>\Drivers</Path>
    </PathAndCredentials>
    </DriverPaths>
    </component>
    </settings>
    </unattend>

    https://skydrive.live.com/redir?resid=55C3109D61329D02!108&authkey=!AG793wDwQuFZa1s
    Here's the end of the log file:
    2013-03-27 17:39:05, Info CMI CBS_Core_Finalize:Calling cbs core finalize complete
    2013-03-27 17:39:05, Info CMI Callback_CMI_ConfigInstall: CBS startup processing re-run complete.
    2013-03-27 17:39:05, Info [0x030023] CMI Callback_CMI_ConfigInstall: Exit.
    2013-03-27 17:39:05, Info [setup.exe] UnattendSearchExplicitPath: Found unattend file at [C:\windows\Panther\unattend.xml]; examining for applicability.
    2013-03-27 17:39:05, Info [setup.exe] UnattendSearchExplicitPath: Found usable unattend file for pass [specialize] at [C:\windows\Panther\unattend.xml].
    2013-03-27 17:39:06, Info IBS Callback_Unattend_InitEngine:Using unattend file found at [C:\windows\Panther\unattend.xml].
    2013-03-27 17:39:06, Info [setup.exe] ValidateSMIPass: serialized settings stream; status 0x00000000
    2013-03-27 17:39:06, Info [setup.exe] ValidateSMIPass: construct settings context; status 0x00000000
    2013-03-27 17:39:06, Error [setup.exe] SMI data results dump: Source = Name: Microsoft-Windows-IE-InternetExplorer, Language: neutral, ProcessorArchitecture: x86, PublicKeyToken: 31bf3856ad364e35, VersionScope: nonSxS, /settings/IEWelcomeMsg
    2013-03-27 17:39:06, Error [setup.exe] SMI data results dump: Description = Setting is not defined in this component.
    2013-03-27 17:39:06, Info [setup.exe] ValidateSMIPass: load SMI settings; status 0x00000001
    2013-03-27 17:39:06, Error [0x060432] IBS The provided unattend file is not valid; hrResult = 0x80220001
    2013-03-27 17:39:06, Error [0x060565] IBS Callback_Unattend_InitEngine:The provided unattend file [C:\windows\Panther\unattend.xml] is not a valid unattended Setup answer file; hr = 0x1, hrSearched = 0x1, hrDeserialized = 0x0, hrImplicitCtx = 0x0, hrValidated = 0x1, hrResult = 0x80220001
    2013-03-27 17:39:06, Info IBS UnattendErrorFromResults: Hit an unattend error; dumping any info we have about the failure...
    2013-03-27 17:39:06, Info IBS UnattendDumpSetting: ------Unattend setting error / warning------
    2013-03-27 17:39:06, Info IBS UnattendDumpSetting: Error code = 0x80220001
    2013-03-27 17:39:06, Info IBS UnattendDumpSetting: Pass = specialize
    2013-03-27 17:39:06, Info IBS UnattendDumpSetting: --------------------------------------------
    2013-03-27 17:39:06, Info IBS UnattendErrorFromResults: Error text = Windows could not parse or process unattend answer file [C:\windows\Panther\unattend.xml] for pass [specialize]. A component or setting specified in the answer file does not exist.
    2013-03-27 17:39:06, Error [0x0600c2] IBS Callback_Unattend_InitEngine:An error occurred while finding/loading the unattend file; hr = 0x1, hrResult = 0x80220001[gle=0x00000490]
    2013-03-27 17:39:06, Info IBSLIB PublishCriticalError: Publishing blocked message [Windows could not parse or process unattend answer file [C:\windows\Panther\unattend.xml] for pass [specialize]. A component or setting specified in the answer file does not exist.]
    2013-03-27 17:39:06, Info This installation is blocked from completing due to compliance failures or invalid input; this is not an internal error.
    Also, here's my customsettings.ini as I think it changes the unattend?
    [Settings]
    Priority=Default
    Properties=MyCustomProperty
    [Default]
    SkipDomainMembership=YES
    DomainAdmin=Administrator
    DomainAdminDomain=go.local
    DomainAdminPassword=************
    SkipTimeZone=YES
    TimeZone="035"
    TimeZoneName="Eastern Standard Time"
    SkipLocaleSelection=YES
    KeyboardLocale=en-US
    UserLocale=en-US
    UILanguage=en-US
    Bootstrap.ini:
    [Settings]
    Priority=Default
    [Default]
    DeployRoot=\\10.0.0.1\DeploymentShare$
    UserID=Administrator
    UserDomain=go.local
    UserPassword=***********
    KeyboardLocale=en-US
    SkipAdminPassword=YES
    SkipProductKey=YES
    SkipBitLocker=YES

Maybe you are looking for