MDT 2013 Windows 8.1 Deployment Starts Prompting For Administrator Login In Middle Of Task Sequence

I have a 8.1 deployment task sequence that automatically logs into the administrator account until about half way through the deployment.
It actually looks like it logs in for a second and then dumps back out to the login prompt.
After this reboot, the problem starts.  When I log in manually, I see it is at the installing the Java application step.  What could cause this?

Yes, it's possible that the scripts to boot to desktop or the script to remove apps are causing this, but other people use these settings in deployments and didn't mention this as a side effect.
This reg file is supposed to set the Start Menu background to match the desktop wallpaper and set IE to use desktop version, but does not seem to work.
regedit.exe /s 81settings.reg
Windows Registry Editor Version 5.00
[HKEY_USERS\CUSTOM\Software\Microsoft\Windows\CurrentVersion\Explorer\Accent]
"MotionAccentId_v1.00"=dword:000000db
[HKEY_USERS\CUSTOM\Software\Policies\Microsoft\Windows\EdgeUI]
"DisableHelpSticker"=dword:00000001
[HKEY_USERS\CUSTOM\Software\Microsoft\Internet Explorer\Main]
"ApplicationTileImmersiveActivation"=dword:00000000
"AssociationActivationMode"=dword:00000002
================================================
powershell.exe -Command "set-ExecutionPolicy Unrestricted -Force; cpi '%DEPLOYROOT%\Applications\Remove Windows 8.1 Modern Applications\RemoveWindows8Apps.ps1' -destination c:\; c:\RemoveWindows8Apps.ps1; ri c:\*.ps1 -Force; set-ExecutionPolicy Restricted
-Force"
<#     
    Purpose:    Remove built in apps specified in list 
    Pre-Reqs:    Windows 8.1 
#>
# Main Routine 
# Get log path. Will log to Task Sequence log folder if the script is running in a Task Sequence 
# Otherwise log to \windows\temp
try
$tsenv = New-Object -COMObject Microsoft.SMS.TSEnvironment
$logPath = $tsenv.Value("LogPath")
catch
Write-Host "This script is not running in a task sequence"
$logPath = $env:windir + "\temp"
$logFile = "$logPath\$($myInvocation.MyCommand).log"
# Start logging
Start-Transcript $logFile
Write-Host "Logging to $logFile"
# List of Applications that will be removed
$AppsList = "microsoft.windowscommunicationsapps","Microsoft.BingFinance","Microsoft.BingMaps",`
"Microsoft.BingWeather","Microsoft.ZuneVideo","Microsoft.ZuneMusic","Microsoft.Media.PlayReadyClient.2",`
"Microsoft.XboxLIVEGames","Microsoft.HelpAndTips","Microsoft.BingSports",`
"Microsoft.BingNews","Microsoft.BingFoodAndDrink","Microsoft.BingTravel","Microsoft.WindowsReadingList",`
"Microsoft.BingHealthAndFitness","Microsoft.WindowsAlarms","Microsoft.Reader","Microsoft.WindowsCalculator",`
"Microsoft.WindowsScan","Microsoft.WindowsSoundRecorder","Microsoft.SkypeApp"
ForEach ($App in $AppsList)
$Packages = Get-AppxPackage | Where-Object {$_.Name -eq $App}
if ($Packages -ne $null)
      Write-Host "Removing Appx Package: $App"
      foreach ($Package in $Packages)
      Remove-AppxPackage -package $Package.PackageFullName
else
      Write-Host "Unable to find package: $App"
$ProvisionedPackage = Get-AppxProvisionedPackage -online | Where-Object {$_.displayName -eq $App}
if ($ProvisionedPackage -ne $null)
      Write-Host "Removing Appx Provisioned Package: $App"
      remove-AppxProvisionedPackage -online -packagename $ProvisionedPackage.PackageName
else
      Write-Host "Unable to find provisioned package: $App"
# Stop logging
====================================================
Install java and turn off updates.
Start /wait jre-8u25-windows-i586.exe INSTALL_SILENT=1 STATIC=0 AUTO_UPDATE=0 WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=H WEB_ANALYTICS=0 EULA=0 REBOOT=0
regedit.exe /s disableupdate.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy]
"EnableJavaUpdate"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy]
"EnableJavaUpdate"=dword:00000000

Similar Messages

  • MDT 2013 Windows 8.1 application install with reboot problem

    Hello!
    I have a problem with an application install on Windows 8.1. I'm trying to install two applications and have activated "Reboot the computer after installting this application" for the first application. After rebooting the deployment window does
    not show up agagin. BDD.log shows, that the deployment starts after the reboot but seems to hang, before the UI shows.
    I tried to install this two applications under Windows 7, which works without any problems.
    Here is the BDD.log for the failed deployment: http://pastebin.com/PbUH1LUq
    Can anyone confirm this problem with MDT 2013 and Windows 8.1? Any ideas how to fix this?
    Additional information: Further testing showed, that this problem just occurs, if the application install gets started separately after deploying the OS. If the applications are installed in one deployment together with the OS, everything works fine.

    I did the same install on Windows 7, which worked without any problems. Here is the log file: http://pastebin.com/Qgn2PzyC
    To make it clear:
    If I run a Lite Touch Install task sequence to install Windows 8.1 and install the two applications within this LTI, everything works fine. The computer reboots after installing the first application and the deployment goes on and finishes successfully after
    the reboot.
    If I first install Windows 7 or Windows 8.1 via LTI and then (after LTI successfully finished) start a separate application install (using a custom task sequence with only one "Install Application" task in it), everything works fine with Windows
    7 (installation continues and finishes after the reboot) but fails with Windows 8.1.
    In Windows 8.1 the computer reboots after installing the first application, but after rebooting, the installation does not start again.
    Keith, as you said, my environment is corrupted, I created an new fresh deployment share, just added the two test applications and the custom task sequence and tried again. Same result, Windows 7 works fine, Windows 8.1 fails by not starting the installation
    after the reboot.

  • Windows Assessment and Deployment Kit (ADK) for Windows 2012 Server

    Hi
    I need to download Windows ADK for Windows 2012 Server. The link mentioned on microsoft website "http://www.microsoft.com/en-in/download/details.aspx?id=30718" is not reachable. Can anyone please tell me, from where I can download Windows ADK for
    2012 Server.
    Thanks
    Manik Bansal

    Hi Johan, Hi Manik,
    Your reply with the link for the Windows Assessment and Deployment Kit (ADK) for Windows® 8 at http://www.microsoft.com/en-us/download/details.aspx?id=30652 has been very much appreciated.
    I have also found a new and updated link to the *NEW* Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1 at http://www.microsoft.com/en-us/download/details.aspx?id=39982 that was released and published on 2013-Oct-17.
    Please note that this ADK can be used with Windows Server 2012, but there are some important differences between the Windows 8 ADK and the Windows Server 2012 ADK. The TechNet summary of the ADK may be explored at the link http://technet.microsoft.com/en-us/library/jj200116.aspx
    The details of the ADK for Windows 8 may be explored at the link http://go.microsoft.com/fwlink/?LinkId=248647
    Thank you,
    Michael C.

  • Downloaded version of Captivate 8 x64 once install starts prompts for disk AdobeCptv80_x64 to continue

    downloaded version of Captivate 8 x64 once install starts prompts for disk AdobeCptv80_x64 to continue, Why when all files are listed either on the DVD or local folder to system?

    Hello,
    Welcome to Adobe Forums.
    Are you install Adobe Captivate 8 on a Windows or MAC ?
    What is the size of that downloaded file ?
    Thanks,
    Vikram Gaur
    Adobe Support

  • MII prompts for a login for every execution of a workbench object

    Hi,
    Is there a setting in MII 12.1.9 Build(108) somewhere, by which I can make the system not to prompt for a login for every execution of a Web object in the workbench?
    I have all of the following checked in the System Configuration page -
    1. NetweaverDataSourceCaching
    2. ResolveMachineName
    3. RunTransactionExpirationCheck
    4. TransactionCaching
    5. UsageStatisticsMonitoring
    6. WSDLGenSecurityEnabled
    Regards,
    Chanti.

    Hi Chanti,
    Check out this note: 1538719
    And
    "Additionally the customer needs to review the security and upgrade documents which can be found on SMP under Software Downloads (top menu) -> Installation and Upgrades (lh menu) -> Installation and Upgrade Guides (lh menu) -> SAP Business Suite Applications (lh menu) -> SAP Manufacturing -> SAP Manufacturing Integration and Intelligence (lh menu) -> SAM MII 12.1 (lh menu).  Both of these documents were upgraded specifically for SP08 and the security changes."
    The background is that there were significant changes made to the underlying NW package and corresponding changes in MII starting with 12.1.8 which are what is causing the difficulties you experience.
    Regards,
    Mike

  • Building LabVIEW Executables That Prompt For Administrative Rights Under Vista

    Hi Everyone,
    I've discovered the hard way the differences between Vista and XP...  I've got a compiled LabVIEW program that needs administrative privledges to run.  However, when a user launches the program without proper rights under Vista, it doesn't prompt for administrative rights, it just runs and produces strange errors.  Is there a way to make the program prompt the user for administrative rights so that they don't always have to right-click and select "Run as administrator"?  I heard mention of a "manifest" file that can do this, but I haven't found any details.
    Thanks!

    I have no solution, but do you know why have to be an Admin to run your program? Do you write data to c:\program files? or any other 'forbidden' location?
    Maybe rewriting your app is the best option?
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • MDT 2013 Windows 8.1 Task sequence Stops After first Reboot. login

    Hi There,
    The issue I am having is that After the OS gets laid down, and the Windows 8.1 computer reboots, The task sequence does not continue. It fails everytime. There are not any obvious errors that happen in the process that I can see in the logs. But I have
    customized this process quite a bit and I could use some help. We are deploying potentionally to over 30,000 computers.
    The test machine I have been using is the Surface pro 2.
    The interesting part is after a failure is if I start the process over again ,  boots into PE, then run diskpart manually from command prompt to Clean Disk 0, and then reboot and start the MDT task sequence, it will deploy fine.
    I also have a custom step that copies the TS media from the stick to a Recovery partition I create. The user can launch a -re-image or MDT refresh from an Icon/script, which will unhide this "recovery partition", and kick off a lite touch refresh.
    This works succesfully everytime. We have remote locations with very slow links, so MDT over the network or MDT integrated with SCCM is not an option at this time. So this is the solution.
    I am attempting to use MDT 2013 to deploy Windows 8.1 Offline, and using GPT partitions.
    I am using a custom Format and partiition Step, that call the CustomDiskpart.txt script from %deployroot%\Scripts.
    I am also using a Split image, as multi partitioned EFI/NTFS USB sticks are not a possibility for us , also, the USB sticks capable of this are seen by MDT as a "fixed drive" anyways. Which can cause issues in itself. So the LTIAPPLY.wsf has
    been edited to search and apply ther split .swm files.  This works well.
    After the Task sequence failure I have tried launching the Litetouch scripts from the C:\MINNINT folder manually to continue the sequence, but it doesnt  do anything.
    I don't want to always be running Diskpart manually before imaging a new OEM computer. I needa second pair of eyes on this.
    Thank You in advance!

    Hi,
    Thanks Again for taking a look.
    I checked the sysprep log in the image and they look fine. No errors.
    As requested here are some logs. Let me know if I can provide anything else.
    BDD.log
    litetouch.log
    SMSTS.log
    Im not actually attempting to provide a recovery image. What I am doing is leveraging MDT to refresh the computer remotely. We can update the MDT media on the hidden data partition,when required and kick it off remotely. Some of the computers are very
    remote, and without SCCM DP's, plus a combination of slow links and a lack of deskside techs made this a requirement. This works without incident.
    The only issue I have is on a new computer if I run the sequence (offline USB media) it will fail the first time, unless I run a diskpart clean in PE first.. Then it will succeed. Refreshing the computer is fine.

  • MDT 2013 - Windows 2012 R2 - Need Assistance !!

    I have my original question posted here  . Below
    are my few questions.
    i) Do i need to have MDT installed on another server ? I basically want to take entire image of ServerA (including application,settings,regkeys etc) ,create .iso and deploy on other servers. 
    ii) I have MDT installed on ServerA (same server of which i want to take an image), i followed instructions from "Quick Start Guide for Lite Touch Installation.docx", i do see that my LiteTouch.iso
    file is only 300MB, i would expect this file to be around 5gb. I am assuming this is the file i would copy on to other baremetal servers and have it restored? 
    iii) Also what option should i select for task sequence, should it be "Standard Client Task Sequence"
    or "Sysprep"
    Any help is highly appreciated.
    <o:p></o:p>

    You will need to have MDT installed on another server or workstation. Basically, anything that can contain your deployment share, which is where you scripts and files reside and where your captured image will be stored.
    The Litetouch ISO is for Windows PE environment, and that's why the size of the file is ~300MB.
    Standard Client Task Sequence will install the OS, drivers, apps and, if you selected the option in the wizard, it will also perform a sysprep and capture. The Sysprep and Capture Task Sequence is for syspreping and capturing an OS that may already be deployed;
    it just runs the sysprep and capture step.
    If you are new to MDT, you may want to visit YouTube and watch a few videos about how the process works in general. I think MDT could work quite well for what you need but it may take a bit to wrap your head around if you aren't familiar with deployment
    methodologies.
    -Nick O.

  • WINPE User & Keyboard Locale with MDT 2013 & Windows 8.1

    Hi
    I'm using MDT 2013 to deploy win8.1 (ADK 8.1 installed and so on) but I'm having trouble to set the keyboard layout when the Wizard (hta) is loaded.
    We are serving multiple countries so different keyboard settings need to be pushed for our operators when they go through the Wizard in boot.wim/PE phase.
    I opened up the boot.wim file that is generated when you update the deloyment share and generate the litetouch boot iso.
    In there I see that a basic unnattend.xml is being used which specifies the 0409:0000409 (en-US) locale.
    I was under the impression that if we made different Task sequences with their own unnattend.xml we could set the WINPE locale in the WINPE phase via the amd64_xxxx_WINPE_Neutral_xxxx component but it doesn't seem to work that way.
    I know you can provide  a locale in bootstrap.ini but that's a general setting for
    all deployments ...
    Anyone any ideas?
    My next step would be to add skipbdewelcome screen in bootstrap.ini and then have some sections in the customsettings.ini (bound to gateway or site or whatever) to set LOCALEs  in there ....
    jgs

    Hi,
    Sorry for my dilatory reply. According to your description, I doubt whether your Unattened.xml file was set correctly.
    To set default InputLocale during deployment, the correct format should like this:
    <InputLocale>0409:00010409</InputLocale>
    <SystemLocale>en-us</SystemLocale>
    <UILanguage>en-us</UILanguage>
    <UserLocale>en-us</UserLocale>
    From:
    http://technet.microsoft.com/en-us/library/cc749191(v=ws.10).aspx
    In addition, here is another thread which is similar with your problem, may be helpful with your question:
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/9af61b5c-6407-44b9-87c4-a4044a94729c/change-regional-settings-keyboard-layout-and-locale-in-task-sequence?forum=configmgrosd
    Roger Lu
    TechNet Community Support

  • SOLVED!!! - MDT 2013/Windows 8.1 Sysprep & Capture Fails

    I'm running a basic Client Task Sequence that installs the OS, installs a few applications/drivers and then should Sysprep and Capture the image.  Everything works fine until after the Sysprep.  The machine reboots but does not reboot into the
    PE environment.  Instead it reboots to the local disc and the machine runs the initial OOBE setup.
    My BDD.log file can be found @ 
    https://dl.dropboxusercontent.com/u/14521312/BDD.log
    I see what look like some BCDEdit errors being returned but I'm not sure what they mean.
    If anyone can help I would greatly appreciate it.  I have to get 30 machines out yesterday.
    EDIT:  REPLACED BDD.LOG

    Lets try a disk format first.. I still use the old Win98 fdisk utility :)
    Wipe all drives clean and then re-run it...
    I will do that but is that not already happening at this stage of the Task Sequence?
    Free Drive Letter(s): D: E: F: G: H: I: J: K: L: N: O: P: Q: R: T: U: V: W:
    ZTIDiskpart 8/7/2014 8:13:16 AM
    0 (0x0000)
    New ZTIDisk : \\MININT-DPLVH5K\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"
    ZTIDiskpart 8/7/2014 8:13:16 AM
    0 (0x0000)
    Found Disk Index: 0   size: 128034708480
    ZTIDiskpart 8/7/2014 8:13:16 AM
    0 (0x0000)
    Disk Index: 0   size: 128 GB ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
    This is an EFI machine, therefore we will need a Boot Partition.
    ZTIDiskpart 8/7/2014 8:13:16 AM
    0 (0x0000)
    bCreateBootPartition = True ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
    Configuring Disk Alignment ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
    No Disk Alignment variables specified, alignment not updated.
    ZTIDiskpart 8/7/2014 8:13:16 AM
    0 (0x0000)
    About to run command: Diskpart.exe ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
    Command has been started (process ID 1480) ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + RESCAN ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + LIST DISK ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + LIST VOLUME ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + REM Move Drive C: to a diffrent drive letter.
    ZTIDiskpart 8/7/2014 8:13:16 AM
    0 (0x0000)
      Console + Select volume C: ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + Assign Letter=W: ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + SELECT DISK 0 ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + CLEAN ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + CONVERT GPT NOERR ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
    Create an uEFI/GPT Boot Partition set. V: ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + CREATE PARTITION PRIMARY Size=300
    ZTIDiskpart 8/7/2014 8:13:16 AM
    0 (0x0000)
      Console + FORMAT QUICK FS=NTFS LABEL="Windows RE tools"
    ZTIDiskpart 8/7/2014 8:13:16 AM
    0 (0x0000)
      Console + ASSIGN LETTER=U ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
    ZTIDiskpart 8/7/2014 8:13:16 AM
    0 (0x0000)
      Console + gpt attributes=0x8000000000000001
    ZTIDiskpart 8/7/2014 8:13:16 AM
    0 (0x0000)
      Console + DETAIL PARTITION ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + DETAIL VOLUME ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + CREATE PARTITION EFI Size=499
    ZTIDiskpart 8/7/2014 8:13:16 AM
    0 (0x0000)
      Console + FORMAT QUICK FS=Fat32 LABEL="System"
    ZTIDiskpart 8/7/2014 8:13:16 AM
    0 (0x0000)
      Console + ASSIGN LETTER=V ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + DETAIL PARTITION ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + DETAIL VOLUME ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + CREATE PARTITION MSR SIZE=128
    ZTIDiskpart 8/7/2014 8:13:16 AM
    0 (0x0000)
      Console + DETAIL PARTITION ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + DETAIL VOLUME ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + REM -------------- ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + REM Partition 0 ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
       Partition(0): 100 % ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
    Size is Empty: Expand to remaining space. ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
       Size:  [ isEmpty = True] ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + Create Partition Primary ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
    Do not mark a 2nd partition active. ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + Assign letter=C: ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
    Property OSDisk is now = C: ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + FORMAT QUICK FS=NTFS LABEL="OSDisk"
    ZTIDiskpart 8/7/2014 8:13:16 AM
    0 (0x0000)
      Console + DETAIL VOLUME ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + DETAIL PARTITION ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + LIST PARTITION ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + LIST VOLUME ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)
      Console + EXIT ZTIDiskpart
    8/7/2014 8:13:16 AM 0 (0x0000)

  • MDT 2013 Roles and features failing to install for server 2012 r2

    I am having issues trying to apply Server 2012r2 Roles and features via MDT 2013.
    Below I have attached the log.
    <![LOG[Microsoft Deployment Toolkit version: 6.2.5019.0]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[The task sequencer log is located at C:\Users\ADMINI~1\AppData\Local\Temp\SMSTSLog\SMSTS.LOG.  For task sequence failures, please consult this log.]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole"
    context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Roles will be installed.]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Roles specified in Role:]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  FileAndStorage-Services]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[RoleServices specified in RoleService:]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  File-Services]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  Storage-Services]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Features specified in Feature:]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  NET-Framework-Features]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  NET-Framework-Core]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  NET-WCF-TCP-PortSharing45]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  InkAndHandwritingServices]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  Server-Media-Foundation]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  RDC]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  SNMP-Service]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  SNMP-WMI-Provider]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  Telnet-Client]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  User-Interfaces-Infra]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  Server-Gui-Mgmt-Infra]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  Desktop-Experience]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  Server-Gui-Shell]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  PowerShellRoot]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  PowerShell]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  PowerShell-V2]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OptionalOSRoles.]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OptionalOSRoleServices.]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OptionalOSFeatures.]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[ZTI Heartbeat: Processing roles (0% complete]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Property Parameters is now = -FeatureName FileAndStorage-Services]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Validating connection to \\WIN-7VSNJRF3PNO\DeploymentShare$\Operating Systems\Windows Server 2012 R2 SERVERSTANDARDCORE x64]LOG]!><time="10:45:23.000+000" date="08-25-2014" component="ZTIOSRole" context=""
    type="1" thread="" file="ZTIOSRole">
    <![LOG[Mapping server share: \\WIN-7VSNJRF3PNO\DeploymentShare$]LOG]!><time="10:45:24.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Already connected to server WIN-7VSNJRF3PNO as that is where this script is running from.]LOG]!><time="10:45:24.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="1" thread=""
    file="ZTIOSRole">
    <![LOG[Copying source files locally from \\WIN-7VSNJRF3PNO\DeploymentShare$\Operating Systems\Windows Server 2012 R2 SERVERSTANDARDCORE x64\sources\sxs]LOG]!><time="10:45:24.000+000" date="08-25-2014" component="ZTIOSRole"
    context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[ZTI ERROR - Unhandled error returned by ZTIOSRole: Path not found (76)]LOG]!><time="10:45:27.000+000" date="08-25-2014" component="ZTIOSRole" context="" type="3" thread="" file="ZTIOSRole">

    I have narrowed this issue down to .net 3.5 install.
    I have boot, efi, sources, support, autorun, bootmgr, bootmgr.edi, and setup.
    I have confirmed that the sxs folder is there. 
    I also just added WindowsSource=%DeployRoot%\Operating Systems\Windows Server 2012 R2 SERVERSTANDARDCORE x64\sources\sxs to my customsettings and updated the boot iso.  I am still receiving the errors.  
    One last bit of information I am able to get to the deployment share with the sxs folder in it from the reference machine I am creating but when I manually try to install .net 3.5 from roles and features to the share it fails. But if I copy the files local
    they work fine.
    I seem to have permission issues with other subfolders also.
    Thanks,
    Anthony

  • Windows 8.1 default logon prompt for smart card instead of username/password

    Hello,
    We are currently in our pre-deployment test phase for Windows 8.1 and are trying to knock out the high visibility problems that we notice.  One of the issues we've noticed:
    When logging into Windows, the default prompt is for a username/password.  all of our users are using smart cards, so they have to click "sign-in options", click the smart card icon, and then enter their PIN.  How would I change the startup
    screen to default to smart card?
    Also, when locking the screen by removing the card it again prompts for the username/password when unlocking the screen.  So the users again have to click on "sign-in options" and select the smart card, otherwise they risk locking out their
    account by entering the PIN in the username/password field.
    when locking the screen via ctrl-alt-del or windows-L unlocking does default to the smart card, so I know it can be done! 
    thanks,
    -Nick

    Hi,
    I'm afraid we couldn't change the Sign-in Options order, I checked GP and Registry, there is no way to do it.
    However, there is another way is just enable "Require smart card" In GP. While after this policy enabled, All users will have to use smart cards to log on to the network. This means that the organization must have a reliable public key infrastructure (PKI)
    in place, and provide smart cards and smart card readers for all users.
    Location: GPO_name\Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options
    Roger Lu
    TechNet Community Support

  • Windows 8 setup does not prompt for license key, then fails, on hp envy notebook

    Hi,
    I am trying to install Windows 8 pro on an hp envy dv7 notebook, that came with a Windows 8 home pre-installed.
    I tried by running the setup from the CD inserted while Windows was running, but setup complained that no license key matched the CD and faled. Strange enough,
    setup did not prompt for any license key!
    I tried the setup on another, older PC, there it did prompt for license key and setup ended well. At least it was not the CD.
    Then I retried booting from setup CD, it loaded files, then started the setup without promptiing for any license key, and failed again.
    Then I tried with a Windows 7 CD, same behavior, not prompting for license key and fail to setup.
    Then I "repaired" Windows by booting from CD and reformatting the hard drive, dropping all Windows partitions, then restart setup from CD, but it still behaved the same way: not prompting for license key, and failing to setup.
    I called the HP support, and they answered that it was a problem for Microsoft (what a good support, the only place where the problem occurs is the hp computer, but let the Customer call Microsoft instead).
    So here I am, did any of you use an hp computer, and succeeded in installing Windows 8 PRO NFR from Technet plus on it?
    Regards
    Pierre

    Hi,
    I am trying to install Windows 8 pro on an hp envy dv7 notebook, that came with a Windows 8 home pre-installed.
    I tried by running the setup from the CD inserted while Windows was running, but setup complained that no license key matched the CD and faled. Strange enough,
    setup did not prompt for any license key!
    I tried the setup on another, older PC, there it did prompt for license key and setup ended well. At least it was not the CD.
    Then I retried booting from setup CD, it loaded files, then started the setup without promptiing for any license key, and failed again.
    Then I tried with a Windows 7 CD, same behavior, not prompting for license key and fail to setup.
    Then I "repaired" Windows by booting from CD and reformatting the hard drive, dropping all Windows partitions, then restart setup from CD, but it still behaved the same way: not prompting for license key, and failing to setup.
    I called the HP support, and they answered that it was a problem for Microsoft (what a good support, the only place where the problem occurs is the hp computer, but let the Customer call Microsoft instead).
    So here I am, did any of you use an hp computer, and succeeded in installing Windows 8 PRO NFR from Technet plus on it?
    Regards
    Pierre
    Is it a Chinese Editon preinstalled in HP notebook?
    Windows 8 preinstall machine includes a license key in system firmware. So Windows 8 setup will use this key rather than pop up product key input text pop. It is a Microsoft by design issue. So no good mathod to workaround this problem.
    http://whqlcn.wordpress.com

  • After Migrating To Exchange 2013 All Outlook 2010 Users Constantly Prompted For Password (BUT OUTLOOK WORKS).

    I have two servers.  One is Exchange 2010 and the other is Exchange 2013.
    Three of our users had mailboxes on Exchange 2013 for the last few weeks with no problems.  They used Outlook 2013 and Outlook 2010.  After moving the rest of our ~25 users to Exchange 2013 the users with Outlook 2010 began to be prompted for their
    password constantly.
    They try entering it and it immediately reappears.  
    The odd thing is it shows connected and they are able to send and receive emails correctly.  
    I've tested our exchange connectivity using www.testexchangeconnectivity.com and all is well there.
    I'm not really sure what's going on.
    Any help is appreciated.  
    Luke
    Thanks, Luke Pickard

    This can appear if Outlook clients are trying to connect to OAB virtual directory, and don't succeed for some reason. Mailbox and mailflow will work, but password prompt will appear when Outlook tries to contact OAB. Try to investigate in that direction.
    Also, perform Outlook Configuration test (right click Outlook icon in task bar while holding CTRL and select Test email autoconfiguration.
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you. Thank you! Damir

  • Acrobat Distiller prompting for administrator username & password

    I have built 2 images on 10.6 with the acrobat 9 (patched with latest updates) and im getting problems with distiller launching under standard accounts. All apps a launched under admin and work fine. However users only have standard account privileges and acrobat application works fine but when i launch distiller (patched to latest update) it prompts the user for the administrator login details.
    New mac book pro and mac mini
    10.6 (fully patched)
    acrobat 9 fully patched
    works under administrator account
    created a local standard account on machine and it has the same problem.
    help!!!

    extra info - all our users worked in locked down environment so they dont have admin rights. I believe when distiller starts one of its checks/processes needs admin rights to enable to it to start the application. This was checked under the console.app.
    i have tried giveing the application full read/write access and permissions but this doesnt resolve issue.

Maybe you are looking for

  • Error when opening a VO xml file

    I am starting to look at using the framework extension capability for some changes to the Oracle Sourcing module. I have used an enhanced version of Luke's script to generate my server.xml files. I have successfully loaded these into my project in Jd

  • Itunes wont recognize my IPod.....states it is corrupted.

    My Ipod Classic is corrupted I ran the check and hear is what it said: Retracts: 59     Reallocs:1072 Pending Sectors: 6 Power on Hours:367 Start/Stops:231 Temp Current: 30c Temp Min:8c Temp Max: 50c This started after I was playing it and it started

  • Shared review problems with Acrobat X Pro

    I have used Acrobat X Pro many times to create a shared review without any problems. Yesterday I went to share a few files for review and kept getting the error "could not save the shared review enabled pdf file." I googled this problem and have trie

  • Hi  i am shishir Dixit and i want a package of PDF to excel converter

    Hi i am shishir Dixit and i want a package of PDF to excel converter

  • Changing negative value

    can you pls help me on this we have a strange req. like below load data into table TEST_123 append FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' TRAILING NULLCOLS   PRODUCT                 "LTRIM(:PRODUCT,'0')"   , ORDER_DATE NULLIF (ORDER_DATE