Help Windows 7 deployment image

Hi,
I have recently created a custom Windows 7 reference image, I have changed the background, installed programs and configured. I then uploaded to my deployment server (Using server 2012, WDS and MDT 2012) and then deployed to a test machine. However
when I came to log into the test machine the desktop background had changed back to the Windows 7 default and although the programs were installed, it appeared that none of them had ever been opened and I had to re-configure them all. Is there anyway where
I can capture an image and deploy exactly as it is when I have fully configured it?
Apologies if this has already been asked

The best practice for standard imaging best practices is to make all OS tweaks and enhancements from the local Administrator account. Then once you are ready to sysprep the image and prepare for capture, you will need to utilize the CopyProfile=TRUE option
in your Unatten.xml answer file. 
Below is a sample of the Unattend.xml answer file with the CopyProfile feature enabled which allows the profile settings captured to be seen across all other profiles that log in for the first time, post-deployment:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<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">
<CopyProfile>true</CopyProfile>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:h:/sources/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Please remember to click “Mark as Answer” on the post that helps address your issue. This can be beneficial to other community members reading the thread.

Similar Messages

  • Windows 7 deployment- Local Admin password not working, no way to assign domain admins

    I have SCCM 2012 configured for OS deployment of a Windows 7 64x enterprise image. I am using boot media (cd) since PXE boot was not an option in this office. Deployment seems to work fine except that despite selecting "Enable the account and specify
    the local administrator password" I cannot login to the imaged system as Administrator. I tried several different passwords, and leaving the password field blank. Because of this I cannot add the domain admins as local admins and thus I cannot change
    any major settings on the PC. I have created multiple task sequences, redeployed the source files, tried two different machines (a desktop and a laptop) and have disabled or adjusted just about every part of the task sequence at least once.
    I'm pasting a recent SMSTS.log file, though it has an error 0x80070002 error in it I am not sure if this is related.
    Any suggestions on how to remedy this issue, or workarounds to assign local admins would be helpful. I have already tried adding in some command lines like "cmd /c net localgroup administrators /add "etoo\Administrators" and "cmd /c net
    localgroup administrators /add "localhost\username"" to various points in the sequence without any success.
    https://www.dropbox.com/s/g3s520bwo8pv4kp/smsts.log
    Thanks

    I suspect that your keyboard layout isn't configured correctly so that's why your "Enable the account and specify the local administrator password" doesn't work, check the keyboard layout on the login screen of the client you're trying to log in to...
    There are several ways of adding local admins to the client during  OS deployment:
    "Apply the windows settings" -task sequence step
    unattend.xml (http://sybaspot.com/the-complete-guide-to-preparing-a-windows-7-deployment-image-using-audit-mode-and-sysprep-with-an-unattend-xml-answer-file/)
    "Run a commandline" -task sequence step, after the Setup Windows & ConfigMgr step (cmd /c net localgroup "Administrators" "domain\user" /add)
    And after OS deployment:
    Restricted groups group policy (http://www.windowsecurity.com/articles-tutorials/windows_os_security/Using-Restricted-Groups.html)

  • Windows 8 deployment using Zenworks imaging services

    Hi,
    I would like to find some guidelines or best practices stuff in order to help me with the deployment of Windows 8.1
    For our current method with Windows 7, we used SYSPREP with offline drivers for multiples machines in a local folder ex. C:\Drivers.
    Now it seems that it won't work anymore with Windows 8, and when we ask for help in the Microsoft forums we are pushed to products like MDT,WDS and SCCM.
    Does anyone here had a successful Windows 8 deployment ?
    Thank you in advance for your input

    Originally Posted by anto28
    Yes i have
    I asked this question a multiple forums but i have not received any satisfying answer yet...
    Can you elaborate with the DPinst way ?
    At what point do you use this command to inject drivers ? In the audit mode ?
    I think DPInst require the hardware to be present in order to work, no ?
    What if you want to install drivers for 7-10 different machine type in your image ?
    Thank you Thomas.
    Simply put, you call dpinst on first login after the image is deployed on the workstation by adding the following to sysprep unattend xml:
    <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
    <CommandLine>c:\drivers\dpinst.exe /path C:\drivers\pnp</CommandLine>
    <Order>1</Order>
    <RequiresUserInput>false</RequiresUserInput>
    </SynchronousCommand>
    and dpinst xml should look something like this:
    <?xml version="1.0" ?>
    <dpinst>
    <search>
    <subDirectory>*</subDirectory>
    </search>
    <legacyMode/>
    <quietInstall/>
    <suppressWizard/>
    <scanHardware/>
    </dpinst>
    You could add all the drivers to the base image or then use addon images for specific workstations models that places the workstation specific driver into: C:\drivers\pnp.
    Thomas

  • Unable to deploy a Windows 8.1 image using WDS name and approve!

    Hello,
    Hopefully some of you residing Windows 8.1/2012R2 WDS experts are able to answer this question that has been tormenting me for 3 weeks now!
    I have been trying to deploy a custom Windows 8.1 image to a test VM using an answer file and WDS for a mostly unattended process (outside of selecting the image to apply).
    The image and installation process actually works flawlessly if I let WDS handle all known and unknown clients.  The problem comes when I try to "name and approve" the stations.  All I do is enter the name and leave everything else blank
    and/or at their default settings but it always fails no matter the tweaks I've been trying to apply to the answer file, UnsecureJoin true or false with the credentials and whatnot does not matter.  For the sake of simplicity, I'll post the "specialize"
    portion of my answer file which worked using UnsecureJoin without name and approve here:
    <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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Identification>
    <UnsecureJoin>true</UnsecureJoin>
    </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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ComputerName>%MACHINENAME%</ComputerName>
    <RegisteredOrganization>Organization</RegisteredOrganization>
    <RegisteredOwner>Utilisateur</RegisteredOwner>
    </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>1009:00001009</InputLocale>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>fr-FR</UILanguage>
    <UserLocale>en-US</UserLocale>
    </component>
    </settings>
    The error I retrieved from C:\Windows\panther\setuperr.log is: "[DJOIN.EXE] Unattended Join: At least one of JoinWorkgroup/JoinDomain must be specified: 0x57".  Thus, I retry with name and approve but by specifying the JoinDomain with the
    %MACHINEDOMAIN% value as such:
    <Identification>
    <UnsecureJoin>true</UnsecureJoin>
    <JoinDomain>%MACHINEDOMAIN%</JoinDomain>
    </Identification>
    This seems weird since WDS should already have this information which is specified in the WDS server properties.  Still, I add the requested information and try again which then gives me the following error fetched from C:\Windows\debug\NetSetup.log:
    "NetpGetDomainData: Failed to find the domain data: 0x6e"
    Anybody else ran into this and know the fix for it?
    Also, as an additional note, not sure if it is relevant, but doing only "Approve" will not work at all either as it gives me the following error when I attempt to do so: "The name provided is not a properly formed account name." despite
    the fact that I've formatted it to use "CVL%MAC" which should pass by fine.

    Hi,
    Firstly, I need to confirm how the name setting got passed? Because according to my test, if the device named uncorrectly, it would prompt the error and couldn't go to next step:
    As far as I know, the naming standard is different between Device Identity and ADDS server naming policy, the second naming policy should be like: %61username%#
    Therefore, please check your PC device name if there is any problem with it. You can also refer to the contents of the link below for more details about Naming Standard:
    http://programming4.us/desktop/21662.aspx
    Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    For another problem, Unsecure join, according to the contents of the link below. since Vista, shared computer password is a dynamically generated, no need to assign the password manually.
    http://technet.microsoft.com/en-us/library/cc730845(v=ws.10).aspx
    Roger Lu
    TechNet Community Support

  • Since the capture media is no longer working for capturing Windows 8.1 images,

    Since Copy Profile doesn't work when you use the sccm capture media to capture a Windows 8.1 image
    This is how I been capturing my Windows 8.1 image.
    1. Manually sealing the image. Logged in as Administrator, I run, C:\Windows\System32\sysprep\sysprep.exe /generalize /oobe /shutdown /unattend:"C:\Windows\System32\sysprep\sysprep64-81-std.xml" this points to my answer file which contains copy
    profile=true. Once Windows is shutdown, I boot directly to PXE, using a TS of the method found in the link below.
    2. I then use this method to capture the image directly to a wim file. http://blog.coretech.dk/mip/capture-none-syspreped-image-using-sccm-running-imagex-from-a-ts/
    I'd like to hear how others are capturing there Windows 8.1 images, because I am always looking for a better method.

    Adding more info:
    Deployment Image Servicing and Management (DISM) Command-Line
    http://msdn.microsoft.com/en-us/library/jj980032(v=winembedded.81).aspx
    Sysprep (Generalize) a Windows installation
    http://technet.microsoft.com/en-us/library/hh824938.aspx
    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.

  • Not able to install sysprepped Windows 8.1 image, an OfflineServicing error appears.

    Hello
    I have Windows 8.1 Enterprise image failing at the end of the PE phase from a
    WDS Server. I´ve searching through every related post but nothing solves the issue. My scenario is similar to this one (http://social.technet.microsoft.com/Forums/en-US/7ce4c49d-e8a4-460a-ae17-240daaf5f50e/deploying-a-win7-image-via-wds-fails-with-offlineservicing-error?forum=w7itproinstall),
    but with Windows 8.1 Enterprise instead.
    Basically, I have sysprepped Windows 8.1 and capture the image successfully without any problem. Then, I´ve uploaded the image to my WDS without any unattend xml file, but when trying to install it I get the following error message after completing the "Expanding
    Windows Files" phase:
    “Windows could not apply unattend settings during pass [offlineServicing]”
    I´ve used the official image release, plus the only one partition disk is formatted before the installation. Every configuration seems to be set correctly. I wonder if there is any particular issue related to Windows 8.1. 
    I´ve already done this procedure with many other OS images and I´ve never got this error message.
    Furthermore, I also tried to perform the installation with an empty unattend answer file attached to the deployed image, but the error still appears.
    I wonder if the Win8.1 image needs a proper configuration of the unattend answer file, specially on the
    Pass 2 of OfflineServicing. Unfortunately I don´t know how to configure it. I would like to keep the credentials and partition configuration be set manually.
    Thank you for any help you can give me.

    Hello, thanks for the replay but I didn't found any relevant log file on the client machine.
    Unattend mode is unchecked, and I haven't used DISM at all when creating the image. I haven't also opened nor updated any metroApp (although if this were the case, it would raise an issue on sysprep phase).
    X:\Windows\panther directory does not exists; (C: volume is not available at installation phase)
    X:\Windows\diagerr.xml doesn't have any relevant information (it defines some AtrributeType tags with a number in a xml format but it has no content on any tag.)
    X:\windows\tracing\ folder is empty;
    X:\windows\Logs & \Logs\CBS folders are empty;
    I've checked all the volume and I couldn't find any relevant log which shows an error on the instalation.
    In addition, I tried to look into WDS server, but the Enable Log property that the article refers for Windows Server 2012 (WDS is installed in a Windows Server 2012), is not shown at the
    EventViewer - Deployment-Services-Diagnostics section. Plus, I search the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Tracing\WDSMGMT
    entry in order to enable it, but it does not exist.
    WDS worked and is working without any issue regardless this Windows 8.1 image. I don't think it has a somthing to do with its configuration.
    Looking forward to hearing from you.

  • Windows 2012R2 Server Image. Setup cannot continue due to a corrupted installation file.

    Hello!
    When I try to deploy Windows Server 2012R2 64bit on a local machine from my WDS server. I get this error :
    "Setup cannot continue due to a corrupted installation file. Contact the vendor of your Windows installation disc or your system administrator for assistance"
    This message appear at the last step of the installation. (Finishing Install)
    When I burn the image to a DVD I can install it problem free on my Machines. But when I capture said image and try to deploy it, this message appears.
    The same message also appears when I try to deploy a Windows 8.1 image.
    If I try to install this image with an unattended file. I get an error during "Install features" that there was a problem in "offline Servicing" even tough that field is Empty in my XML file.
    The server i'm using has Windows 2012 standard 64bit. And the Image files was downloaded through MSDN.

    Glad to hear the issue has been resolved.
    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.

  • All Photoshop versions - Multiple Help Window Pop Up bug

    I've seen this question appear every few years and be dismissed, so I know I'm not the only one getting this bug, and it's not completely debilitating but it sure is irritating and I can't see why it's never been fixed.
    What happens is when you're on the color picking window, when you're selecting a color sometimes it will create a cascade of non-stop Help windows until the browser crashes or throws up warning messages.
    This behavior has happened to me through every iteration of Photoshop I've used since back in 1997 or so. I currently use CS6 and it happens every once in a while.
    I don't know why it doesn't come up more in discussion because every artist I know who uses photoshop regularly will encounter this problem. Most probably just learn to ignore the problem. But still it is curious that it STILL is a problem in the current photoshop.

    Hi Chris (and in passing : thank you for your dedication and presence in the support threads over the years)
    I read in your last post that there is now a fix being deployed for CC and newer regarding the legacy "multiple help pages" bug. Is there something being done for earlier versions ? I am running Photoshop CS 5.1 and just ran into this bug again. If that is of any help, in my particular case it was triggered by the image resizing dialog. Here are a few more details about this occurrence :
    - The image resizing dialog was initially brought up through a keyboard shortcut (in my case, ctrl-alt-i, with the ctrl and alt keys from the right-hand side of the keyboard)
    - The multiple help tabs showed up in Chrome before I even started to type in my desired image size. I believe that the bug got triggered when I first clicked inside one of the input fields.
    - The image being resized was a smart object from a parent document. The .psb of the smart object was being displayed in full-screen mode with floating elements (second mode in the f-cycle)
    - I am running a x64 system with 24gigs of RAM, hence I doubt that RAM usage is the issue here. Operating system is Win7pro x64, service pack 1.
    I hope this helps, and I am looking forward to a bug fix being deployed for earlier versions, since not every user is on CC. From what I have observed this bug is indeed spread across multiple versions of the program, and well known by power users relying heavily on keyboard shortcuts and fast workflows.
    Thanks !

  • Windows 7 deployment using SCCM 2007 SP2

    Hi,
    We planning to do Windows 7 deployment using SCCM 2007 SP2 so we have some queries regarding same.
    Is it possible to take entire HDD backup & restore using SCCM 2007 SP2? Also is it recommended to do so?
    What will be the effective method to deploy OS at remote branches?
    If we want to save the network bandwidth then what will way to send image to distribution point and client as well.
    Is it mandatory to have PXE boot enable in bios & set as first boot preference on each client machine for PXE initiated windows 7 deployment? If so then is there any option to enable PXE boot & set as first preference on client machine
    remotely?
    Is it possible to deploy OS in other than C drive i.e D or E to have dual boot option?
    Which we will be best method to have zero touch deployment without any end user intervention and why?
    Please help to clarify.

    As Jason said, these are the configurations that requires some high level skills to configure it, the answers are the same as said by Arnav... below links would give you a good heads up for the OSD in SCCM if you still want to try it on your own...
    http://download.microsoft.com/download/7/C/9/7C9A54AC-9661-48CA-9A7C-E3D2B5B23CF2/SystemCenterConfigurationManager2007OperatingSystemDeploymentGuide.pdf 
    http://blogs.technet.com/b/configurationmgr/archive/2009/07/27/a-step-by-step-for-using-osd-through-system-center-configuration-manager-2007.aspx
    https://blogs.technet.com/b/birojitn/archive/2010/01/20/windows-7-deployment-using-sccm-2007-sp2.aspx
    bluerail

  • How do you install Windows 7 on Macbook Air with a Windows 7 ISO image?

    Macbook Airs have no optical drives, and I can't buy one. I do, however, have the Windows 7 ISO image. And I also have access to a Windows 7 PC. I found an article on CNET on installing from a Flash Drive, but that requires the CD. I also have a hard drive (120GB) and Flash USB (4GB), if they could help. Please help me as many programs I am familiar with are only windows-based. I am tried using open-source software like Wineskin Winery and WineBottler, but to no avail, I always end up confused with them.Please help me.

    Acius wrote:
    Crjohnson, I think you can really help me!
    Okay, how do you use Wine? I don't want to install lots of software like MacPorts, just want the minimal software. So there are many things like Wine, WineBottler, and Wineskin Winery. What do I use for what? For example, I want to turn a windows game (Age of Empires 2 for example) into a full Mac App. How would I go about this?
    I tried researching but it is so in-depth with terminal commands and all(i dont want to risk ruining my computer)
    What is crossover? Is it another wine app?
    Oh, and I tried Winery Wineskin...why doesn't it work? It keeps installing random things like Gecko, or Mono, but in the end, it doesn't work. Do I need the windows app's executable, or the window's apps's installation executable??
    What are engines, and how many do I need to create? I think the best thing for me is to learn wine, because installing windows with bootcamp isn't worth the effort, I think, with me having only a few apps i need to run.
    As for learning mac apps only, well, Windows apps dominate the market with most of applications being made for windows, especially games, with 90% market. So for some apps, there just isn't a mac version available, or if there is, it's costly. (Which you already know I can't buy things)
    You probably cannot afford to buy Crossover either.  It is designed for user friendliness though, but of course Wine cannot run everything.
    Yes you have to learn some things to use Wineskin.  Normally on Gecko and Mono prompt, just cancel them.  Gecko is needed if you have a program using mshtml (its basically a replacement for Internet Explorer for programs that use parts of it).  Mono is a replacement for .NET if your program requires that.  You do not want to install them if you don't need them as they will just waste space.  You can always refresh the wrapper later on and get the same prompts if you find out you need them later.
    You can copy the full installed version of a game inside the Wineskin wrapper and try to set it up that way, but its usually easier to just run the installer and install it inside the wrapper just like you'd install it in Windows.
    An Engine is something you download... its basically a specific Wine build made for a Wineskin wrapper.
    If you do not want to learn Wineskin enough to get in and port your programs yourself, you can often find other people who have done so (at least with games).
    Check out sites like PaulTheTall.com who has tons of Wineskin wrappers already made and ready to go for many games... you just download the wrapper, install the game you want in it using the normal Installer, then its ready to go.  Many you'll need to manually update yourself to Wineskin 2.5.8 though since all the older versions broke ok the OS X 10.8.2 and 10.7.5 update, and Paul hasn't gotten to all of them yet since he has hundreds (including AoE 2 i think).
    There is also Portingteam.com which has tons of pre-made wrappers for games (Including Cider hacks from official games).
    If your talking about non-Game apps though, you can normally find an alternative... many of which are free.

  • Best practice for managing a Windows 7 deployment with both 32-bit and 64-bit?

    What is the best practice for creating and organizing deployment shares in MDT for a Windows 7 deployment that has mostly 32-bit computers, but a few 64-bit computers as well? Is it better to create a single deployment share for Windows 7 and include both
    versions, or is it better to create two separate deployment shares? And what about 32-bit and 64-bit versions of applications?
    I'm currently leaning towards creating two separate deployment shares, just so that I don't have to keep typing (x86) and (x64) for every application I import, as well as making it easier when choosing applications in the Lite Touch installation. But I know
    each deployment share has the option to create both an x86 and x64 boot image, so that's why I am confused. 

    Supporting two task sequences is way easier than supporting two shares. Two shares means two boot media, or maintaining a method of directing the user to one or the other. Everything needs to be imported or configured twice. Not to mention doubling storage
    space. MDT is designed to have multiple task sequences, why wouldn't you use them?
    Supporting multiple task sequences can be a pain, but not bad once you get a system. Supporting app installs intelligently is a large part of that. We have one folder per app install, with a wrapper vbscript that handles OS detection. If there are separate
    binaries, they are placed in x86 and x64 subfolders. Everything runs from one folder via the same command, "cscript install.vbs". So, import once, assign once, and forget it. Its the same install package we use for Altiris, and we'll be using a Powershell
    version of it when we fully migrate to SCCM.
    Others handle x86 and x64 apps separately, and use the MDT app details to select what platform the app is meant for. I've done that, but we have a template for the vbscript wrapper and its a standard process, I believe its easier. YMMV.
    Once you get your apps into MDT, create bundles. Core build bundle, core deploy bundle, Laptop deploy bundle, etcetera. Now you don't have to assign twenty apps to both task sequences, just one bundle. When you replace one app in the bundle, all TS'es are
    updated automatically. Its kind of the same mentality as active directory. Users, groups and resources = apps, bundles and task sequences.
    If you have separate build and deploy shares in your lab, great. If not, separate your apps into build and deploy folders in your lab MDT share. Use a selection profile to upload only your deploy side to production. In fact I separate everything (except
    drivers) into Build and deploy folders on my lab server. Don't mix build and deploy, and don't mix Lab/QA and production. I also keep a "Retired" folder. When I replace an app, TS, OS, etcetera, I move it to the retired folder and append "RETIRED - " to the
    front of it  so I can instantly spot it if it happens to show up somewhere it shouldn't.
    To me, the biggest "weakness" of MDT is its flexibility. There's literally a dozen different ways to do everything, and there's no fences to keep you on the path. If you don't create some sort of organization for yourself, its very easy to get lost as things
    get complicated. Tossing everything into one giant bucket will have you pulling your hair out.

  • Any way to open new browser window without using image maps?

    Is there any way to open new browser window without using image maps? My code works fine in Firefox, but not in IE. There are 2 problems in IE: 1st is that the thumbnail images move up within their own borders & 2nd that when you click on an image it does open up a new browser window, but also redirects to the index page (in this case it's just a placeholder index page - the new one I've called index_new.html for the time being).
    Here is the link:
    http://www.susieharperdesigns.com/gallery_beads.html
    Any help is greatly appreciated.

    Your missing a value on the HREF.  In your code you have this:
    <area shape="rect" coords="-24,-9,106,144" href=" " onclick="MM_openBrWindow('gallery_bead1.html','','width=255,height=360')" />
    </map></div>
    and it should be this:
    <area shape="rect" coords="-24,-9,106,144" href="javascript:void()" onclick="MM_openBrWindow('gallery_bead1.html','','width=255,height=360')" />
    </map></div>
    If you fix the code on all your beads, it should work.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Help Needed With File/Image Size

    I need a quick way to find an images _dimensions and size in kb_ on a safari webpage without having to download the image.
    What I'd really like is to be able to right click on an image and have the dimensions and size in kb displayed. Either that, or use an app to do it.
    Right now I am using the Inspect Element tool in the right click menu to find an images dimensions, but it doesn't show size in kb anywhere that I can see, and it's kind of a pain working with all the drop down menus.
    Any help would be appreciated. Thanks!

    Activity window? I'm not sure what that is.
    Here's what I'm working with: http://i.imgur.com/vDwvk.jpg
    Opening an image in a new window shows the image size in pixels in the tab. (circled in the screenshot)
    I can see the same info using Web Inspector. (also circled in the screenshot)
    *I need a way to easily see both the image size in pixels and its size in kilobytes.*
    Thanks!

  • MDM: Search for images in the dialog window "Select Multiple Images"

    Hi,
    are there possibilities to search for images in the dialog window "Select Multiple Images" (if you want to add a image to a record)?
    I know the possibilities to sort the images and the possibilities with the data groups. But I don't know a possibilities to search for a single image.
    Thanks for any help!
    Best regards, Melanie

    Hi,
          From the question you asked; its not much clear what your clear requirement is; but if its what i get then the solution is:
          How is that you want to select the image? With Image view or By viewing the image itself ? For it when u select "Select Multiple Images" you can find two as "Available Images" and "Selected Images" and in between u can find some buttons, after "All, Add, Remove and None" you can find two buttons "Thumb Nail" and "view Details". I think you can use these buttons for your solution.
          When you select "Thumb Nail" button you can see the image in real and select the image.  OR you can select "View Details" and check the file name or path or the requirement as required.
          CHARAN
    Lead, follow or Get out of way

  • Problem in unattended installation of Windows 10 OS image from its ISO

    Hi There,
    I am trying to install unattended Windows 10 OS image from its ISO by unattended.xml. While doing it windows boot screen get stuck at windows setup screen where it ask input for Language, TIme format and Keyboard input method. For same
    process if I use windows 8.1 ISO for installation it works fine. From technet I come to know that Windows 10 has NT DISM version as 6.4 and 8.1 has 6.3.  But I am not getting how I can make these change in my automation..
    We are creating a FLP file which includes (unattended.xml and few other files)and then specify that file to Vmware workstation Windows 10 image floppy drive and Windows 10 iso to DVD drive and then booting the VM.
    Same process works for Windows 8.1 OS unattended installation but it is getting failed for Windows 10.
    Please help.
    Regards,
    Nortonboy

    Hi Alex,
    I am using ISO :- 9841.0.140912-1613.FBL_RELEASE_CLIENTPRO-CORE_OEMRET_X64FRE_EN-US.ISO
    Answer file :- autounattend.xml.
    Yeah same answer file works for Win 8.1 but when I am useing above ISO which is same what you mentioned  but still it stuck.
    I am using below content in autounattend.xml
    ##################################3
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
      <settings pass="windowsPE">
        <component name="Microsoft-Windows-International-Core-WinPE" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <SetupUILanguage>
            <UILanguage>en-us</UILanguage>
          </SetupUILanguage>
          <InputLocale>en-us</InputLocale>
          <SystemLocale>en-us</SystemLocale>
          <UILanguage>en-us</UILanguage>
          <UserLocale>en-us</UserLocale>
        </component>
    <component name="Microsoft-Windows-Security-SPP-UX" 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">
                <SkipAutoActivation>true</SkipAutoActivation> 
        </component
        <component name="Microsoft-Windows-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <UserData>
            <AcceptEula>true</AcceptEula>
            <ProductKey>
              <WillShowUI>OnError</WillShowUI>
              <Key></Key>
            </ProductKey>
          </UserData>
          <Display>
            <ColorDepth>32</ColorDepth>
            <HorizontalResolution>1024</HorizontalResolution>
            <VerticalResolution>768</VerticalResolution>
          </Display>
          <ComplianceCheck>
            <DisplayReport>OnError</DisplayReport>
          </ComplianceCheck>
          <DiskConfiguration>
            <WillShowUI>OnError</WillShowUI>
            <DisableEncryptedDiskProvisioning>true</DisableEncryptedDiskProvisioning>
            <Disk>
              <DiskID>0</DiskID>
              <WillWipeDisk>true</WillWipeDisk>
              <CreatePartitions>
                <CreatePartition>
                  <Extend>true</Extend>
                  <Order>1</Order>
                  <Type>Primary</Type>
                </CreatePartition>
              </CreatePartitions>
              <ModifyPartitions>
                <ModifyPartition>
                  <Active>true</Active>
                  <Format>NTFS</Format>
                  <Label>Windows</Label>
                  <Order>1</Order>
                  <PartitionID>1</PartitionID>
                </ModifyPartition>
              </ModifyPartitions>
            </Disk>
          </DiskConfiguration>
          <ImageInstall>
            <OSImage>
              <InstallTo>
                <DiskID>0</DiskID>
                <PartitionID>1</PartitionID>
              </InstallTo>
              <WillShowUI>OnError</WillShowUI>
              <InstallToAvailablePartition>false</InstallToAvailablePartition>
            </OSImage>
          </ImageInstall>
        </component>
      </settings>
      <settings pass="specialize">
        <component name="Microsoft-Windows-Security-SPP-UX" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <SkipAutoActivation>true</SkipAutoActivation>
        </component>
        <component name="Microsoft-Windows-LUA-Settings" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <EnableLUA>false</EnableLUA>
        </component>
        <component name="Security-Malware-Windows-Defender" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <DisableAntiSpyware>true</DisableAntiSpyware>
        </component>
        <component name="Microsoft-Windows-SystemRestore-Main" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <DisableSR>1</DisableSR>
        </component>
        <component name="Microsoft-Windows-SQMAPI" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <CEIPEnabled>0</CEIPEnabled>
        </component>
        <component name="Networking-MPSSVC-Svc" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <DomainProfile_EnableFirewall>false</DomainProfile_EnableFirewall>
          <PrivateProfile_EnableFirewall>false</PrivateProfile_EnableFirewall>
          <PublicProfile_EnableFirewall>false</PublicProfile_EnableFirewall>
          <DomainProfile_DisableNotifications>true</DomainProfile_DisableNotifications>
          <PrivateProfile_DisableNotifications>true</PrivateProfile_DisableNotifications>
          <PublicProfile_DisableNotifications>true</PublicProfile_DisableNotifications>
        </component>
        <component name="Microsoft-Windows-Shell-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <UserAccounts>
            <AdministratorPassword>
              <Value>password</Value>
              <PlainText>true</PlainText>
            </AdministratorPassword>
            <LocalAccounts>
              <LocalAccount wcm:action="add">
                <Password>
                  <Value>symantec</Value>
                  <PlainText>true</PlainText>
                </Password>
                <Description>Automation Account</Description>
                <DisplayName>Automation Account</DisplayName>
                <Group>Administrators;Power Users</Group>
                <Name>Automation</Name>
              </LocalAccount>
            </LocalAccounts>
          </UserAccounts>
          <OOBE>
            <HideEULAPage>true</HideEULAPage>
            <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
            <ProtectYourPC>3</ProtectYourPC>
            <NetworkLocation>Other</NetworkLocation>
          </OOBE>
          <Display>
            <ColorDepth>32</ColorDepth>
            <HorizontalResolution>1024</HorizontalResolution>
            <VerticalResolution>768</VerticalResolution>
          </Display>
          <TimeZone>Pacific Standard Time</TimeZone>
        </component>
        <component name="Microsoft-Windows-International-Core" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <InputLocale>en-US</InputLocale>
          <SystemLocale>en-US</SystemLocale>
          <UILanguage>en-US</UILanguage>
          <UserLocale>en-US</UserLocale>
        </component>
      </settings>
    </unattend>
    Do you guys have any inputs on this issue
    Nortonboy

Maybe you are looking for