Deployment Workbench - how to capture an image after customisation?

I have deployed Vista to a machine using WinPE (Created through Workbench) and chose the option when deploying "Prepare for capture"
I then customised Vista - in this case removing the Fax applications and ran Sysprep with OOBE, Generalise and Shutdown.
In workbench I created a new task sequence 'Standard Client Replace task sequence' which seems to be the right task to capture an image.
When selecting the task when booting the machine with WinPE, it forces me to capture the user data - I cannot select 'Do not save data and settings'
I must be doing something wrong!
What I want to do is:
Deploy Vista
Install some apps manually i.e. not using a task sequence
Capture the image
Deploy to machines
How can I do this using Workbench? Thanks.

Hi,
Thank you for the reply.
I suggest referring to the following article:
Creating a Computer Image
http://technet.microsoft.com/en-us/library/bb977918.aspx
If you select “Capture an image of this reference computer” on the “Specify whether to capture an image” page when running Deployment Wizard, it will sysprep and capture the system for you automatically.
If you would like to
“Install Vista and prepare for capture
Install my own applications WITHOUT using task sequences
Capture the OS”,
I am afraid that you do not need to use MDT (you cannot perform a LTI without running Task Sequences). You can do this by only using WDS.
1.   Install and configure the WDS Server.
2.   Add the default Windows Server 2008 boot image to the WDS Server.
3.   Create Capture Boot Image and add it to boot image in WDS Server.
4.  Create a reference computer (install the operating system, applications, and make any other changes)
5.  Sysprep.
6.  PXE boot the reference computer into capture image on the boot screen and then capture the image (If non-PXE supported, make a discover image to boot)
7.  Upload the captured image to WDS server.
8.  Clients can PXE boot and install Windows (If non-PXE supported, use a discover image to boot).
Hope it helps.
Tim Quan - MSFT

Similar Messages

  • How to capture an image from my usb camera and display on my front panel

    How to capture an image from my usb camera and display on my front panel

    Install NI Vision Acquisition Software and NI IMAQ for USB and open an example.
    Christian

  • How to capturing scrolling images with no java controls?

    Can somebody help me? I am trying to capture the image of the browser, using the followed code to do it, but I can not take it scrolling the screen. I do not use any control of java in the browser. Does anybody have an idea?
    Robot r = new Robot();
    image1 = r.createScreenCapture(clippedScreen);
    File file = new File("c:\\Csa\\3.9\\Fimages\\"+counter+".jpg");
    javax.imageio.ImageIO.createImageOutputStream(file);
    ImageIO.write(image1,"jpg",file);
    //Scroll the screen
    scrollTheScreen ();
    //Takes scrolled area
    image2 = r.createScreenCapture(new Rectangle(0,666,1280,80));
    File file2 = new File("c:\\Csa\\3.9\\Fimages\\"+counter+1+".jpg");
    javax.imageio.ImageIO.createImageOutputStream(file2);
    ImageIO.write(image2,"jpg",file2);
    As you can see I take two parts of the screen but I am having troubles adding the images, I do not know if there is an easier way to do this.
    Thank you in advance.

    Thanks to anybody, but i found the way on how to capture the image.
    1. Take a snapshot of the screen.
    2. Scroll the screen pushing the button down.
    3. Take the snapshot of the scrolled part of the screen.
    4. Scroll the screen pushing the button down.
    5. Take the snapshot of the scrolled part of the screen.
    6. Compare the 2 last images, if they are equals, stop scrolling, else scroll again.
    7. Join the images first, second and third images, to get a single one corresponding to the hole info of the browser.
    8. Save the resulting image.
    The thing in this problem is to manage the images as RGB components for that you must use the getPixel(col, row, color); method to manipulate the components in matrix and added to a bigger matrix where you join the complete components. Be sure that you manage the 3D matrix correctly, [width of the screen] [height of the screen] [RGB components], i.e.
    * This saves just the red component, the green and blue must be saved too.
    public int[][] imreadRed(BufferedImage bi)
              Raster r = null;     // * Raster
              int [][] image;     // * Image array
              int imageWidth = bi.getWidth();     // * Image Width
              int imageHeight = bi.getHeight();     // * Image Height
              int[] color = new int[3];     // * array to colors RGB (r -> 0, g -> 1, b -> 2)
              r = bi.getData();
              image = new int[imageHeight][imageWidth];
              for(int row = 0; row < imageHeight; row++)
                   for(int col = 0; col < imageWidth; col++)
                        r.getPixel(col, row, color);
                        image[row][col] = color[0];          //Saves the red color to the array image on the first coordinate
              return image;     //Return the array with the red component
         }* This merge the matrix into a bigger one.
    public int [][] mergeMatrix (int [][] mat1, int [][] mat2){
             int rowsMat1 = (mat1.length-53), colsMat1 = mat1[0].length,     //mat1.length da los renglones de la matriz height  
             rowsMat2 = mat2.length, colsMat2 = mat2[0].length;          //mat1[0].length da las columnas de la matriz width
             int [][] addedMatrix = new int [rowsMat1+rowsMat2][colsMat1];
             for (int row = 0; row < rowsMat1; row++) {
                  for (int col = 0; col < colsMat1; col++) {
                       addedMatrix [row] [col] = mat1 [row] [col];
              for (int row=0; row < rowsMat2; row++) {
                   for (int col = 0; col < colsMat2; col++) {
                        addedMatrix [rowsMat1+row] [col]  = mat2 [row] [col];
             return addedMatrix;
        }* This convert the matrix into an image.
    public BufferedImage imwriteComponents (int [][] arrRedImg, int [][] arrGreenImg, int [][] arrBlueImg) {
              int arrayWidth = arrRedImg[0].length;     // * Image Width
              int arrayHeight = arrRedImg.length;     // * Image Height
              BufferedImage completeImage = new BufferedImage(arrayWidth, arrayHeight, BufferedImage.TYPE_INT_RGB);     // Create a BufferedImage with RGB pixels
              WritableRaster wRaster = completeImage.getRaster();     // Create a raster so we can access the BufferedImage pixels
              int [] color = new int [3];     //color variable to save all the components
              //join the 3 matrix in one color type
              for(int row = 0; row < arrayHeight; row++)
                   for(int col = 0; col < arrayWidth; col++) {
                        color [0] = arrRedImg [row][col];
                        color [1] = arrGreenImg [row][col];
                        color [2] = arrBlueImg [row][col];
                        wRaster.setPixel(col, row, color);
              return completeImage;     //Return the Buffered image with the red array component
        }That is a solution that I found to this problem, if someone has an easy way to do it please tell us.
    Thank you.

  • How to capture an image and save it using action script

    Hello,
    I need to know if is posible to capture an image or a screen region and save it using action scrip.
    Somebody know how to do it ??
    Thanks

    you can capture an image using the bitmapdata class and getPixel().  you can then save that to a bitmap using server-side code like php.

  • How to capture an image with the camera axis

    Hi,
    I have an camera axis. I can receive the video. Now I try to capture an image, for example when I push the button take. I do the .vi but I confused between the different Method.
    SaveCurrentImageave the current Image
    GetImage:Gets the data corresponding to the image currently being
    displayed.SetImage:Adds an Image to the Clipboard in the Bitmap format
    That I search is to know if to capture image and saving when I push an button  I need to put all Icons so SetImage after Getimage and SavecurrentImage.
    I put my .vi.  
    Attachments:
    Capture_image.vi ‏11 KB

    Hello,
    Did you download the kit sdkfor using the axis media control active X:
    http://www.axis.com/fr/techsup/cam_servers/dev/activex.htm
    Did you test the sample and did you test with another language?
    Regards,
    Nacer M. | Certified LabVIEW Architecte

  • How to capture an image from a clip

    Hi,
    Is there a way to capture an image from a movie clip using iMovie 06?
    I would like to save some frames from the vedio footage as photos.
    Any help will be greatly appreciated. Thank you.
    New Mac User
      Mac OS X (10.4.5)  

    Hi iMac User:
    Yes-you can save a single frame from iMovie by selecting the File-->Save Frame As option. From there it will ask you where and in what format you want to save it.
    Just be aware that the quality won't be perfect because it is taken from a video clip.
    Sue

  • How to load a image after getting it with a file chooser?

    I'm still starting with JavaFX, and I simply would like to know how to load the image (e.g. png or jpg) that I selected using a FileChooser in the user interface. I can access the file normally within the code, but I'm still lost about how to load it appropriately. Every time I select a new image using the FileChooser, I should discard the previous one and consider the new one. My code is shown below:
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.shape.Rectangle;
    import javafx.scene.paint.Color;
    import javafx.scene.layout.HBox;
    import javafx.scene.control.Button;
    import javax.swing.JFileChooser;
    import javafx.scene.image.ImageView;
    import javafx.scene.image.Image;
    var chooser: JFileChooser = new JFileChooser();
    var image;
    Stage {
        title: "Image"
        scene: Scene {
            width: 950
            height: 500
            content: [
                HBox {
                    layoutX: 670
                    layoutY: 18
                    spacing: 10
                    content: [
                        Button {
                            text: "Open"
                            action: function() {
                                if (JFileChooser.APPROVE_OPTION == chooser.showOpenDialog(null)) {
                                    var imageFile = chooser.getSelectedFile();
                                    println("{imageFile.getCanonicalFile()}");
                                    image = Image{
                                        width: 640
                                        url:imageFile.getAbsolutePath()
                // Image area
                Rectangle {
                    x: 10
                    y: 10
                    width: 640
                    height: 480
                    fill: Color.WHITE
                ImageView {
                    x: 10
                    y: 10
                    image: bind image
    }Thank you in advance for any suggestion to make it work. :)

    As its name implies, the url param expect... an URL, not a file path!
    So, use {color:#8000FF}url: imageFile.toURI().toURL(){color} instead.

  • How to capture an Image

    Hypothetically...
    I have an image drawn on a JPanel, say, a line running through a circle. How do I go about capturing this particular image, w/out getting other images that mau be present?
    Also, is there a way for me to allow the user to selct an image by either
    * - selecting it using a rectangle
    * - drawing around the image (via the mouse)
    and then pasting it wherever they please?
    Thanks again...

    weird...
    For image capture from components, you can do a couple things...
    java.awt.Robot.createScreenCapture() can capture whatever's on the screen within the given area.
    Or you can create an image object and paint on it, either by drawing on the graphics object of the image directly, or passing the graphics object to a component to have it draw itself on the component.
    BufferedImage bi = new BufferedImage(width, height, BufferedImage.TYPE_INT_ARGB);
    Graphics2D g2d = bi.createGraphics();
    comp.paint(g2d);
    // or draw on the graphics yourself
    hi i actullay new to the forum so can you please tell me first to
    whom i sen't this message to.you sent it to everyone...
    For video capture stuff, look up Java Media Framework.

  • How to launch factory image after format of hard drive

    I have an HP TouchSmart600 PC that had a nasty rootkit.  I've backed up the Factory Image partition, and then deleted all partitions and formatted the entire drive.  I will restore the Factory Image partition from backup.  NOW....  how do I access it and use it to restore the PC to it's factory state?

    You don't really perform a HP Recovery in that manner. It is very unlikely to work as the system links pointing to the recovery partition will be missing. You should have created a set of HP Recovery Discs when you first setup your computer. Please locate the complete model and/or product of your computer and enter it HERE.
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • How to capture the values after applying filter in ALV.

    Hi,
    I have an ALV in my application with 10 projects displayed. Out of those 10 projects, 5 projects have banking as industry.
    when you filter the ALV based on industry banking I get 5 projects .In run time  how  can  I capture only these 5 projects. when I debugged and saw the ALV table node is holding 10 prj not 5 prj.
    How can  read only those 5 values. Kindly help me out with sample code.
    Thanks,
    Priya

    Hi,
    The class name is correct - CL_SALV_WD_FIELD. When you refer the model object(CL_SALV_WD_CONFIG_TABLE-IF_SALV_WD_FIELD_SETTINGS) this will return the field for which
    you have applied filter by passing the field name.
    Before you try out this approach, check the ALV event ON_CELL_ACTION fro that column name to capture the filtering value. Based on this loop at the table where field eq <<filerting value>> and get the filtered records.
    As you have get_static_attributes_table it deosnot return the filtered values.
    Regards,
    Lekha.

  • [SOLVED] How to restore kernel image after wrong /etc/mkinitcpio.conf

    I wanted to learn a bit more about the kernel and boot, and I'm afraid I cannot start up my ArchLinux anymore.
    I updated the /etc/mkinitcpio.conf to make the boot faster (with this reference: http://kmandla.wordpress.com/2007/01/30 … initcpio/) and executed #mkinitcpio -p kernel26
    I thought that if there was any problem, I could start up with the "fallback image". Certainly, there was a problem (probably I didn´t loaded all the modules required) and when I tried the fallback image, I experimented the same problem:
    Root device '/dev/disk/by-uuid/...' doesn´t exist
    ramfs$
    In fact, both images are the same (or at least they have the same size)
    I tried the ArchLinux liveCD to recover my system. There's no recovery service, so I started up the CD-ROM, mounted my ArchLinux partitions, generated the images and copied into the /boot of my Archlinux partitions. But the same problem is still there.
    What could I do to fix it?
    Thank you in advance
    Last edited by jjjaime (2009-05-10 15:45:45)

    Thank you. I follow your instructions and it worked (perhaps it would be simpler with a "#pacman -Sy kernel26"). I didn't know the command chroot and it's really interesting.
    red_erik wrote:
    I have a similar problem, (read more in this thread), and I solve it by booting off the Live CD, and doing the following:
    (replace sda1 with your / partition)
    cd /
    mount -t ext3 /dev/sda1 /mnt
    mount -t proc proc /mnt/proc
    mount -t sysfs sys /mnt/sys
    mount -o bind /dev /mnt/dev
    chroot /mnt /bin/bash
    mkinitcpio -p kernel26
    after that, I exit chroot, unmount all of my partitions and reboot...:
    cd /
    umount -a
    exit
    cd /
    umount -a
    reboot
    hope this helps...

  • How to clear the image after NetStream.attachVideo(null)

    hello,every one.
    i got a problem.need your guys' help.
    i create a normal NetStream object,then i publish video from
    my webcam,meanwhile,i set a Video object to play that stream,when i
    use NetStream.attachVideo(null) to stop publish video,the image in
    video paused,but not clear up.i wanna the image to be clear up,how
    to do?
    thx for your help.
    var mycam:Camera=Camera.get()
    var nc:NetConnection=new NetConnection()
    nc.connect("rtmp:/testapp")
    var ns:NetStream=new NetStream(nc)
    ns.attachVideo(mycam)
    ns.publish("oo")
    var ns2:NetStream=new NetStream(nc)
    ns2.play("oo")
    livevideo.attachVideo(ns2)
    localvideo.attachVideo(mycam)

    Is your instrument constantly sending data to you or only when you request the data?  If it is on request only, then your buffer should be cleared each time you do a read (assuming you told the VISA Read to grab enough data).  If your instrument is constantly sending data, then you need a second loop that does nothing but read and parse the data coming in.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How to upload the image after Cropping or rotation

    i have developed the applet for image rotation and cropping at the client side.i am able to do the all operation at client side but my problem is to how upload those file to server.please any one help me regarding this issue because i am new to java technology

    here by i posted my html page.here what actualy happening is first user selects the number of image to be upload.then i will create that much applet.here user will clicks on applet to select the image then he will do the all the operation.then user will clicks on submit to subit the image.here hidPath contains path information about the image but not the file ex (d:\image\image.jpg).if i submit this hidden variable to server i cannot get the file but i will get only the path info.but i know if i use <input type=file> then i can upload this image without any problem.so please go through this code and send me what all the necessary changes i have to make
    <HTML>
    <HEAD>
    <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
    <TITLE></TITLE>
    </HEAD>
    <BODY>
    <P>Please Enter the Number of image you are going to submit
    <form name="frm">
    <INPUT id=text1 name=text1>   <INPUT id=Submit type=button value=Submit name=Click onclick='fun_app()'>
    </form>
    </BODY>
    </HTML>
    <SCRIPT LANGUAGE=javascript>
    <!--
    function fun_app()
         document.write("<html>");
         document.write("<body>");
         document.write("<form name='frm1' method='post' enctype='multipart/form-data'>");
              for(var i=1;i<=val;i++)
                   //     alert('<applet code="ImageUploadControl.class" archive="test.jar" width="400" height="430" viewAsText id=Applet'+i+'> <param name="imginit" value="DSC00983.JPG"></applet>');
                        document.write('<applet code="ImageUploadControl.class" archive="test.jar" width="445" height="430" viewAsText name=Applet'+i+'> <param name="imginit" value="sos-logo-xsmall.jpg"></applet>');
                        document.write("      ");
         document.write("<input type='hidden' name='hidPath' value=''>");
         document.write("<input type='button' name='btnSubmit' value='Submit' onclick='imgSubmit()'>");
         document.write("</form>");
         document.write("<SCRIPT LANGUAGE=javascript>");
         document.write("function imgSubmit()");
         document.write("{");
         document.write("var numApp=0;");
         for(var j=1;j<=val;j++)
              document.write("if(document.Applet"+j+".strPath()!='strNull')");
              document.write("{");
              document.write("if(document.frm1.hidPath.value=='')");
              document.write("document.frm1.hidPath.value=document.Applet"+j+".strPath();");
              document.write("else");
              document.write("{");
              document.write("document.frm1.hidPath.value=document.frm1.hidPath.value+'&&';");
              document.write("document.frm1.hidPath.value=document.frm1.hidPath.value+document.Applet"+j+".strPath();");
              document.write("}");
              document.write("}");
         document.write("document.frm1.action='https://blretd02/imageupload/upload/uploadim.aspx';");
         document.write("document.frm1.submit();");
         document.write("}");
         document.write("</SCRIPT>");
         document.write("</body>");
         document.write("</html>");
    //-->
    </SCRIPT>

  • How to save the image after converting it into 64RGB

    Hello every one,
    I am trying to save the output image of 64RGB on my computer. Is this possible? I had a go and could not do it. Can some one look at my code please. 
    Regards,
    Lazer
    Solved!
    Go to Solution.
    Attachments:
    Save 64 RGB image.vi ‏91 KB
    1800s.jpg ‏8 KB

    Have a look at the following:
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • How to save output image after IMAQ-FFT to the file

    When I apply IMAQ FFT on monochromatic image and display complex destination image by IMAQ WindDraw, I get picture which I am not able to save to the file. I tried various conversions from complex image to bitmap (array), but result was everytime different from that got by IMAQ WindDraw.
    I thank for any help.

    Hallo Filip,
    you cannot save Complex Image to file to be readable by other programs - see link: http://digital.ni.com/public.nsf/websearch/D557B1A79C30AD5F86256AB1006A678A?OpenDocument
    What you can do is convert Complex Image to 8-bits BMP file format and save it then. This question was answered already - see example at: http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3ECED56A4E034080020E74861&p_node=DZ52000_US&p_source=External
    Hope this helps
    Pavel

Maybe you are looking for