MDT 2012 U1 - Windows 8 Pro and LTISuspend

Hi guys,
Part way through testing our deployment for Windows 8 and I'm looking at automating the image creation with MDT (as is the best practice).  I'm trying to use LITSuspend in the task sequence to install a couple of apps that need special attention while
we test.
I was under the impression that you LTISuspend will pause the task sequence indefinitely until the script is run again from the desktop,  I am starting to find that this is not the case.  What I need to do is paus, install an application,
do several restarts and then continue with the task sequence.  At the moment it will pause no problem, but when I restart, it continues with the 'Applying WinPE' and sysprep stages.
Is this the expected behaviour or is something going wrong? 

I happened upon this thread when looking for a similar answer. I am getting underway with MDT 2013 to create a reference image and despite using LTISuspend.wsf, the suspend was not surviving reboots. My intention is to fully automate the process
but in the short term I have some testing and manual tweaks to make. Pausing a task sequence like this to make changes is acceptable (sometimes you have some interface tweaks to make that are hard to script) but probably not ideal; but taking a snapshot
of a VM right after the suspend is a great way to come back without re-running the entire sequence so that you can dig in to poke around for learning purposes or make some of your changes. I've seen Johan Arwidmark and Mykael Nystrom talk about this very
concept and its usefulness in MMS 2013 session DC-B306 'Building the Perfect Windows 8 Image' available online.
Regardless, I wanted to share - as of MDT 2013 (I realize this thread started with 2012 U1) - that once I was paused I found there is a critical RunOnce registry value that must be removed if you want any hope of surviving reboots before you resume
the sequence. The exact value is here:
hklm\software\microsoft\windows\currentversion\runonce\LiteTouch
String data with value = wscript.exe "C:\MININT\Scripts\LiteTouch.wsf"
Test for yourself and don't take my word conclusively that this is the only hook of concern, I am just reporting that it seems to help in my testing. You can write a couple simple scripts to take this out and then put it back like so:
To disable (remove key to prevent reboot interference):
$regPath = "hklm:\software\microsoft\windows\currentversion\runonce"
Remove-ItemProperty -path $regPath -name "LiteTouch" -force
To enable (get ready to resume task sequence):
$regPath = "hklm:\software\microsoft\windows\currentversion\runonce"
New-ItemProperty -path $regPath -PropertyType string -name "LiteTouch" `
-value 'wscript.exe "C:\MININT\Scripts\LiteTouch.wsf"' -force

Similar Messages

  • Windows 7 Pro and Enterprise and Office 2010 Not Able to re-Activate

    In September 2012, I was tasked to provide desktop support for a small <50 seat school that uses a combination of Windows 7 Enterprise and Pro as well as Office 2010 Pro Plus with Volume Licenses purchased through Dell. In May of 2013, it was discovered
    that our Microsoft Volume License agreement had lapsed and at the time we could not afford to renew it. In September we purchased a 5 seat license from JourneyEd for Windows 7 Pro and Office 2010 Pro Plus. Also in July 2013, we upgraded and consolidated our
    server setup.
    In November, we began to see notifications that our Microsoft products were becoming deactivated and needed to be reactivated. When we would try to reactivate, there would be an error message that said reactivating failed with no further message.
    I need assistance to determine what is causing our licenses to deactivate and also how to fix this issue.
    Thank you in advance for your assistance

    Hi,
    For licensing related issue, you’d better contact Microsoft licensing team. In the United States and Canada, you may call the licensing team directly at 1-800-426-9400 (select option 4), Monday through Friday, 6:00 A.M. to 5:30 P.M. (PST) to speak directly
    to a Microsoft licensing specialist. In this way, you will know the detailed information about license.
    Worldwide customers can use the Guide to Worldwide Microsoft Licensing Sites
    http://www.microsoft.com/licensing/worldwide.aspx to find contact information in their locations.
    Thank you for your understanding!
    Regards,
    Ada Liu
    TechNet Community Support

  • How do I get firefox to display images clearly? I've got Windows 2000 Pro and Firefox 3.6.6. Internet Explorer shows images clearly, so I'm sure I have the correct graphics driver. Do I need a plugin or add-on of some sort? When I go to "updates", it

    When I use Firefox the images and logos don't show up clearly/correctly. I'm using Windows 2000 Pro. and just installed Firefox 3.6.6. I'm sure I have the right graphics driver as I'm able to see the images and logos clearly in Internet Explorer. I only have the "default plugin 1.0.0.15" installed. I'm thinking that I'm missing a plugin or add-on of some sort, but I'm not sure which one(s). When I go to "updates" it says there were no updates available. When I go to "Add-ons" it gives a list of Add-ons but I'm not sure which would help my issue. Any help would be appreciated.:)
    == This happened ==
    Every time Firefox opened
    == I decided to Download and Use Firefox on this computer. I was using IE before, and it works fine. ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4

    Firefox works fine on Windows 2000 SP4 for me.
    Any chance you have a dial-up connection that uses a web accelerator to speed the loading of content?

  • I brought Quicktime 7 Pro for Windows 7 Pro and it did not electronically download or I can't find it anywhere on my computer.  Need help.

    I brought Quicktime 7 Pro for Windows 7 Pro and it did not electronically download or I can't find it anywhere on my computer.  Need help

    Apple - QuickTime - Download
    Download and install the free version and apply your key to unlock the Pro features.

  • Is Firefox compatible with Window Surface Pro and Win Phone 8

    Is Firefox compatible with Window Surface Pro and Win Phone 8

    A user posted here the other day who is using a Surface Pro 2, with Windows 8.1, so that should work basically the way it works on a desktop or laptop.
    Windows Phone, I don't think so.

  • NetFx3 error while installing SQL Server 2012 on windows 8 Pro

    I can't install SQL Server 2012 on my windows 8 Pro, every time I try I get this error: Error while trying to enable NetFx3 
    Can anyone help, please.

    Hi,
    Windows 8 does not include .NET 3.5 (include .NET 2.0 and 3.0) by default.
    1. We can make sure this feature is enabled by check in Program and Features.
    a. Go to Settings. Choose Control Panel then choose Programs.
    b. Click Turn Windows features on or off, and the user will see Windows feature window.
    c. You can enable this feature by click on .NET Framework 3.5 (include .NET 2.0 and 3.0) select it and click OK. After this step, it will download the entire package from internet and install the .NET Framework 3.5 feature.
    This option requires an Internet connection.
    2. As Alberto suggested, you can use the command to enable .NET Framework 3.5 (include .NET 2.0 and 3.0) feature in offline mode to avoid interruption before run SQL Server Setup.
    For your information:
    Installing the .NET Framework 3.5 on Windows 8 or 8.1
    http://msdn.microsoft.com/en-us/library/hh506443(v=vs.110).aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Windows 8 pro and 8.1 pro WiFi connection issues

    I hope to start a meaningful dialogue with Microsoft about the WiFi issues that Windows 8 and 8.1 have.
    I've been deploying Windows 8 and 8.1 since the Surface Pro was released.  Since then we've deployed about 50-75 Surface Pro, Surface Pro 2, Dell Latitude 7000 series, Lenovo Yoga 13 IdeaPad and Lenovo Yoga Thinkpad devices.  Some have Windows
    8 pro, some have been upgraded to 8.1 Pro, and some were purchased with native 8.1 Pro builds on them.  All of these devices have difficulty with wireless in one form or another.  We were able to reduce some of the problems (not eliminate) on our
    corporate LAN over the last year by turning off Windows' ability to turn off the wireless adapter to save power, or turning off some of the offload or chimney or other advanced capabilities of the adapters.  Problems were still present, but less so. 
    Many of our users were able to be on the wired LAN, so the issues were somewhat glossed over. 
    We were finally able to fix our Wireless LAN issue (we believe everything is working as expected after 2 weeks of testing and observation) by updating the controller and AP firmware for our Aruba wireless infrastructure (we have one controller and 11 ap's
    across 5 well connected sites).  This is great- sort of...
    The problem is that while it's now very obvious that in our case, updating the firmware on our corporate WiFi is able to get the various 8 and 8.1 devices working on our LAN, this is not a true fix as it does not address our mobile and wireless capabilities
    while:
    1. traveling
    2. working at a partner's or customer's location and connecting to their WiFi
    3. Working from Home
    4. Etc.
    We obviously can't update everyone's AP/wireless router firmware.  The solution, by necessity, must reside on the Windows 8/8.1 machine and it's inability to reliably connect and stay connected to existing Wifi networks.   I want
    to know the current state and thinking that Microsoft has regarding this persistent issue (searching for "Windows 8.1 wifi" in the "Windows 8.1 IT pro" forums on TechNet returned 4000+ results).  Ignoring or not addressing this
    problem head on is a huge mistake.  Let us know the root cause (SOMETHING has changed in the Network/IP stack) and a solution to work around the cause. 
    I'll conclude like this: I KNOW that some Wifi issues can be resolved with firmware updates to WiFi routers/APs.  I KNOW that some WiFi issues can be resolved with driver updates or, in some cases, downgrades.  I KNOW some Wifi issues can be resolved
    by uninstalling Intel ProSET, or getting manufacturer direct drivers.  I KNOW some issues can be resolved by turning off Windows' ability to turn off the adapter when "not in use" to save power.  I KNOW some owner's of Windows 8/8.1
    machines have downgraded to Windows 7 or XP or abandoned Microsoft altogether and move to Linux or Mac.  The ONLY common problem across all of these solutions, is Windows 8/8.1.  Therein MUST lie the ultimate answer.
    DLovitt

    I hope to start a meaningful dialogue with Microsoft about the WiFi issues that Windows 8 and 8.1 have.
    I've been deploying Windows 8 and 8.1 since the Surface Pro was released.  Since then we've deployed about 50-75 Surface Pro, Surface Pro 2, Dell Latitude 7000 series, Lenovo Yoga 13 IdeaPad and Lenovo Yoga Thinkpad devices.  Some have Windows
    8 pro, some have been upgraded to 8.1 Pro, and some were purchased with native 8.1 Pro builds on them.  All of these devices have difficulty with wireless in one form or another.  We were able to reduce some of the problems (not eliminate) on our
    corporate LAN over the last year by turning off Windows' ability to turn off the wireless adapter to save power, or turning off some of the offload or chimney or other advanced capabilities of the adapters.  Problems were still present, but less so. 
    Many of our users were able to be on the wired LAN, so the issues were somewhat glossed over. 
    We were finally able to fix our Wireless LAN issue (we believe everything is working as expected after 2 weeks of testing and observation) by updating the controller and AP firmware for our Aruba wireless infrastructure (we have one controller and 11 ap's
    across 5 well connected sites).  This is great- sort of...
    The problem is that while it's now very obvious that in our case, updating the firmware on our corporate WiFi is able to get the various 8 and 8.1 devices working on our LAN, this is not a true fix as it does not address our mobile and wireless capabilities
    while:
    1. traveling
    2. working at a partner's or customer's location and connecting to their WiFi
    3. Working from Home
    4. Etc.
    We obviously can't update everyone's AP/wireless router firmware.  The solution, by necessity, must reside on the Windows 8/8.1 machine and it's inability to reliably connect and stay connected to existing Wifi networks.   I want
    to know the current state and thinking that Microsoft has regarding this persistent issue (searching for "Windows 8.1 wifi" in the "Windows 8.1 IT pro" forums on TechNet returned 4000+ results).  Ignoring or not addressing this problem head on is a huge
    mistake.  Let us know the root cause (SOMETHING has changed in the Network/IP stack) and a solution to work around the cause. 
    I'll conclude like this: I KNOW that some Wifi issues can be resolved with firmware updates to WiFi routers/APs.  I KNOW that some WiFi issues can be resolved with driver updates or, in some cases, downgrades.  I KNOW some Wifi issues can be resolved
    by uninstalling Intel ProSET, or getting manufacturer direct drivers.  I KNOW some issues can be resolved by turning off Windows' ability to turn off the adapter when "not in use" to save power.  I KNOW some owner's of Windows 8/8.1 machines
    have downgraded to Windows 7 or XP or abandoned Microsoft altogether and move to Linux or Mac.  The ONLY common problem across all of these solutions, is Windows 8/8.1.  Therein MUST lie the ultimate answer.
    DLovitt
    THIS.
    I have been going through the same efforts as DLovitt with no joy.  I have ruled out all variables which leads directly to something with Win 8/8.1 being the problem.  Very frustrating that I cannot find a fix anywhere.
    Subscribing to this thread in the hopes an answer is forthcoming.

  • Icloud doesn't work after a clean install of windows 8 pro and office 2010

    After installing the  'iCloud Control Panel for Windows v2.0' on my cleanly built laptop. I now getting the following error after activation the mail option under the iCloud Control Panel 'Setup can't Continue Because Outlook isn't configured to have a default profile. Check your Outlook settings and try again'..
    I have done this add also added a second email address and change the new email address to be the default email address.
    I've also done the following as well....
    Ideally the error message you have mentioned is related to iCloud. But you may try these steps as you have already tried re-installing the iCloud control panel and sign in back to sync with Outlook:
    Check if there is any new updated version of iCloud released for Windows 8.
    1. Sign out from iCloud control Panel.
    2. Go to Outlook -> Click on File -> Options -> Add-ins.
    3. Select Com Add-ins in Manage -> Click on GO.
    4. Disable all the Add-ins -> Click OK to save the settings.
    Now go to iCloud Control panel and sign into the iCloud account. Open Outlook and check if you are able to sync.
    however the same original error still accures. can i also point out i have delete the all the os and applications and started again by rebuilding the os windows 8 pro but this time using ms office 2013 and the error 'Setup can't Continue Because Outlook isn't configured to have a default profile. Check your Outlook settings and try again' happens again als did option 1-4 from above as well and the error still happens.
    Any Idea's?

    Windows 8 is not supported on Boot Camp, that may or may not be part of your issue but it makes troubleshooting difficult. Post in Microsofts forums as well, that error message is not limited to Boot Camp installations, regular Windows users also get it.

  • TS1538 I upgraded to Windows 8 Pro and now my ipod touch is not recognized in itunes

    When I upgraded to Windows 8 Pro my ipod touch is no longer recognized in itunes.  I tries reinstalling itunes with no luck.  The device is registered id device manager as a camera?

    It is normal and expected for the iPod to be seen as a camera as well as appear in iTunes.
    For the iTunes problem try:
    iOS: Device not recognized in iTunes for Windows
    I would start by removing and reinstalling all the Apple software using:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

  • ITunes Windows 8 pro and iphone 5 compatibility

    Hi i have an iphone 5 which i am trying to sync with itunes.  I have windows 8 pro installed on my pc.  I plug in my phone but does not appear in itunes.
    I also have the new ipad and an ipod classic both show in itunes with no problems.
    All software is up to date on my phone and i have the latest version of itunes installed.
    All any any help would be appreciated

    Hi i have an iphone 5 which i am trying to sync with itunes.  I have windows 8 pro installed on my pc.  I plug in my phone but does not appear in itunes.
    I also have the new ipad and an ipod classic both show in itunes with no problems.
    All software is up to date on my phone and i have the latest version of itunes installed.
    All any any help would be appreciated

  • PDF Forms not opening in Windows 7 Pro and 8

    I am having problems with editable PDFs I have created using Mac Acrobat Pro 10.1.13 not opening with editable features. These PDFs open correctly when opened with Mac OSX and Windows 7 home version. They do not work correctly when opened in Windows 7 Pro or Windows 8. I get the following error message in Windows 7 Pro. Any ideas how I can make these forms work on all operating systems will be helpful. This document enabled features in Adobe Reader. The document has changed since it was created and use of extended features is no longer available. Please contact the author for the original version of this document.

    By extended reader rights do you mean Save As > Reader Exteded PDF > Enable Additional Features YES I did this Here is a link to some PDFs with this problem http://www.wkrause.com/new/

  • T60p & Windows 7 Pro and Bluethoot problem with Access Connections.

    Hi,
    I reinstalled Windows 7 Pro (64bit) at my T60p laptop.
    I use Access Connections (v. 5.97) manage my wi-fi, lan connections.
    (installed with all features lan, wi-fi, modem etc.)
    So here is problem.
    When I start Access Connection. Bluethoot goes ON ...
    Trying disable Bluetooth via Access connectios (Power Off), but it's still going "ON" and stays "ON"...
    Any good solution to keep bluethoot off without disable it at bios?
    Earlier version of Access Connections keeps bluetooth OFF...
    /P

    If you are not using the Bluetooth and you want to disable it, the easiest way is to disable the device in the Device Manager.
    Go into the Device Manager by searching for Device Manager in the start menu, Open the Device Manager and select hardware, choose the Bluetooth device, right click, and finally choose 'disable'. If you want to use the Bluetooth device in the future you will have to return to the Device manager, right click and 'enable' the device.
    I hope this information has been helpful, please let me know if you have any further questions.
    Thank you for being a part of the Lenovo Family,
    Catie
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Donate KUDOS and Click "Accepted Solution"

  • Will CS2 (InDesign & Photoshop) work on either/both Windows 7 pro and Windows 8?

    I have CS2 and years ago used Photoshop and InDesign for making books. I would like to use it again for the same purpose.
    Will it work on either (or both) Windows 7pro and/or Windows 8?
    My computer died and I need a new one. If my older programs won't work at all on Windows 7 pro or Windows 8; then I would like to shift to Apple computer.
    However if they will still work on the newer operating systems (either 7 pro or 8) then I would buy a PC so I could use my CS2 still.
    I appreciate any ideas, opinions or experiences that can help me to decide which computer would help me best.
    Restating; if they won't work on the newer PCs then I'll get an Mac. If they will work on newer PC then I'll get a PC.

    I believe I have CS2 running on my Win7 Pro x64 desktop system (might be through the XP mode virtual machine, though), but I can't recall the last time I tried to use it.
    That said, your old installers will not work because the CS2 activation servers have long since been shut down. See Adobe - CS2 Downloads

  • 27" iMac Bootcamp Windows 7 Pro and second 27" iMac as external screen

    I have a 27" iMac with Windows 7 Pro 64bit on it and it runs great. I would like to have a second 27" screen, unfortunately Apple made a mistake with the design of the Cinema Display, it's not the same size or has the same looks as an iMac. So i would like to buy a second 27" iMac just to use it as an external monitor. I know this works on OSx, but i don't use OSx, just Windows 7 pro.
    Does any of you know that this works? Have you tested it yourself? How does it work?
    Any help is greatly appreciated!

    Did you follow these steps?
    Insert a blank disc.
    Start Disk Utility.
    From the File menu, choose Open Disk Image and select the ISO to be burned.
    In the list of volumes, you will now see an item representing the ISO file. Select it.
    Click the Burn button and follow the instructions.

  • I have Windows XP Pro and it won't launch Firefox 4. Will anything help?

    I installed Firefox 4 but it won't run with Windows XP Pro. It just never launches. Eventually I have to shut it down with the Windows task manager. My computer thinks it is running even though the browser window never appear. I have tried uninstalling the program and reinstalling - same thing.

    Your problem is really with "Time Machine", backup software included with OS X since version 10.5, not with your Time Capsule router.  For more information on Time Machine, check these Web pages:
    Time Machine FAQs
    Time Machine Troubleshooting

Maybe you are looking for