How can I take bcd a windows xp with the ports com correctly?

I want bcd a windows xp sp2, after he and load bcdwindows its com ports it is unclear what should I do to config correctly?

Hello

Install Service Pack 3 and let us know if you still face the question.

 
Windows XP Service Pack 3 network installation Package for IT professionals and developers

http://www.Microsoft.com/en-US/Download/details.aspx?&ID=24

Install the Windows XP Service Pack 3 - file to Image CD ISO-9660.

http://www.Microsoft.com/en-US/Download/details.aspx?&ID=25129

Tags: Windows

Similar Questions

  • Z560-I want to install windows xp. How can I go back to windows 7 in the future?

    Hello

    My friend just bought lenovo Z560 laptop of the United States and to use it in India.

    The laptop has pre installed windows 7.

    Now I want to format my laptop and install a new copy of windows XP. I have a few general questions on the same.

    (1) in the future, if I want to change my OS to Windows 7, how can I do / I have not received any installation or the windows installation CD 7 with my computer laptop lenovo.

    (2) is there a cancelled if guarantee I fomat my lapto and change OS?

    Any official help will be appreciated.

    Thank you

    -You can burn recovery discs on your own, reading instructions for a key recovery or take a look at this thread.

    -It is not void your warranty

    You must change the ide/sata settings in the bios to install xp, either said passing.

    You can download the drivers for xp from here

  • How can I implement a comfirmation window when closing the javafx applications?

    Hi, guys
    I would add a confirmation window when the user closes my javafx application, if the user clicks Yes, I close the application, so no, I wouldn't close it, how can I implement this feature?
     
    primaryStage.setOnCloseRequest(new EventHandler<WindowEvent>(){
    
                   @Override
                   public void handle(WindowEvent arg0) {
                        try
                        {
                             //todo
                        }
                        catch(Exception ex)
                        {
                             System.out.print(ex.getMessage()+"\r\n");
                        }
    
                   }
            });

    Hello. Here is an example:

    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.geometry.Pos;
    import javafx.stage.*;
    import javafx.scene.*;
    import javafx.scene.paint.Color;
    import javafx.scene.layout.*;
    import javafx.scene.control.*;
    
    public class ModalDialog {
    
        public ModalDialog(final Stage stg) {
         final Stage stage = new Stage();
            //Initialize the Stage with type of modal
            stage.initModality(Modality.APPLICATION_MODAL);
            //Set the owner of the Stage
            stage.initOwner(stg);
            Group group =  new Group();
            HBox hb = new HBox();
             hb.setSpacing(20);
            hb.setAlignment(Pos.CENTER);
            Label label = new Label("You are about to close \n your application: ");
            Button no  = new Button("No");
    
            no.setOnAction(new EventHandler() {
    
                public void handle(ActionEvent event) {
                       stage.hide();
                }
            });
            Button yes  = new Button("Yes");
            yes.setOnAction(new EventHandler() {
    
                public void handle(ActionEvent event) {
                       stg.close();
                }
            });
    
             hb.getChildren().addAll(yes, no);
             VBox vb =  new VBox();
             vb.setSpacing(20);
             vb.setAlignment(Pos.CENTER);
             vb.getChildren().addAll(label,hb);
            stage.setTitle("Closing ...");
            stage.setScene(new Scene( vb, 260, 110, Color.LIGHTCYAN));
            stage.show();
    
        }
    
    }
    

    Test:

       import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Group;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.paint.Color;
    import javafx.stage.Stage;
    import javafx.stage.*;
    
    /**
     *
     * @author Shakir
     */
    public class ModalTest extends Application {
    
        /**
         * @param args the command line arguments
         */
        public static void main(String[] args) {
            Application.launch(ModalTest.class, args);
        }
    
        @Override
        public void start(final Stage primaryStage) {
            primaryStage.setTitle("Hello World");
            Group root = new Group();
            Scene scene = new Scene(root, 300, 250, Color.LIGHTGREEN);
    
           primaryStage.setOnCloseRequest(new EventHandler(){
    
                   @Override
                   public void handle(WindowEvent arg0) {
                                    arg0.consume();
                        try
                        {
                         ModalDialog md = new ModalDialog(primaryStage);
                                    }
                        catch(Exception ex)
                        {
                             System.out.print(ex.getMessage()+"\r\n");
                        }
    
                   }
            });
    
            primaryStage.setScene(scene);
            primaryStage.show();
        }
    }
    
  • How can I synchronize my contacts Windows Live with my IPad2?

    When I sync my computer to my Ipad it does not synchronize contacts. How can I do this

    Hi Ron,

    I suggest you re-post your question on one of the following locations:
  • How can I set up a wireless connection with the Gateway desktop computer?

    I recently buy Gateaway computer (CPU) Office. But it says in the user guide that you can configure the Wi - Fi connection

    but I can, t able to put in place. In fact I, m trying to establish a wireless connection for printer. I want to download wireless

    drivers. You can solve my problem. MY PC model number is:-SX2110G if may be able to solve my problem, I will be happy with you.

    Contact technical support
    http://paapp.Acer.com/findsystem/FindSystem.aspx?title=contact+support&brand=gateway

    You have the right drivers for your machine and your operating system?
    http://support.gateway.com/product/default.aspx?modelId=4522.------

    You have a wireless router for your computer to connect via?

    Set up a wireless router
    http://Windows.Microsoft.com/en-us/Windows/set-up-wireless-router#set-up-wireless-router=Windows-8

    What it takes to set up a home network
    http://Windows.Microsoft.com/en-AU/Windows-8/what-you-need-Setup-home-network

    Connect wirelessly to the Internet with Windows 8
    http://www.Dummies.com/how-to/content/connect-wirelessly-to-the-Internet-with-Windows-8.html

  • How can I create a simple virtual machine with the CD in a newWorkflow

    I created a new workflow with simple virtual machine and added a cdrom workflow but an error is shown.

    How can I reuse of so that the new created VM add a new cdrom in a workflow

    Captura.PNG

    Help me please

    First of all, you only need a single attribute of type VC:VirtualMachine, not two as in the screenshot. You don't need to specify its value; When the first workflow completes, its output should be attributed to this attribute, and then the assigned value must be passed as input to the second workflow.

    To check/edit links, open the first workflow to change, go to the 'Visual links' tab and make sure the workflow output is line connected to the attribute. Do the same for the second workflow, and then make sure that the attribute is connected to the line to the corresponding input parameter.

    Take a look at the workflow attached if you don't know how the maps should look like.

  • I can't install 64-bit Windows Vista with the help of an old license of a dead computer?

    Old license Windows Vista on the new computer

    I have a Windows Vista Ultimate license that came with my 32-bit laptop and I have a new 64 bit laptop. Can I install Windows Vista 64-bit using the old license? I already threw the old laptop, and so I won't use the license in addition to a laptop computer.

    You can tranfer commercial versions, but not the OEM versions. An OEM version is only intended to be used on the computer that it is installed first. It is likely that the old license is an OEM version.

  • How can I add an effect of light with the code box and the javascript to a Web of Muse site?

    I have a finished site that I built in Muse. On one of the pages, I would like to add a light box effect, but none of the widgets that Muse. I wonder if someone can tell me how to go and add code and java script. I have the code and everything, I just need to figure out how to add in the code before I publish it online. Can someone help me?

    You insert the HTML Manual.

    Mylenium

  • How can I make a text transparent marking with the courier in InDesign CC?

    How can I mark text with the courier and see things that are behind it (next layer...)

    Of course, it works in Version CS5.5.

    I havn't found a preference for this problem.

    THX 4 help

    drx_ander wrote:

    I'm going to think it was a missunderstanding. So I did the screenshots of the problem.

    No misunderstanding. Text highlighing was transferred to the operating system. There are no settings in the ID that will change the new behavior.

  • How can you convert disks on Windows 7 drives the external without losing data or the system perform?

    How do you write the command for the conversion of FAT32 disk to ntfs without losing data to an external drive in Windows 7 and how you can convert the local drive too?

    How do you write the command for the conversion of FAT32 disk to ntfs without losing data to an external drive in Windows 7 and how you can convert the local drive too?

    Convert a drive to NTFS does not fit.
    http://Windows.Microsoft.com/en-us/Windows-Vista/convert-a-hard-disk-or-partition-to-NTFS-format
    (Vista/Windows 7 - it doesn't matter in this case).
     
    However, pay attention to this:
    "Although the risk of corruption or loss of data during a conversion are minimal, you must back up all data on the partition before you begin."
     
    Because something can and probably will happen.

  • How can I stop firefox sync to synchronize with the other user accounts on windows 7

    I have 2 user accounts on my computer. When I put it to Firefox sync on my computer to also synchronize user account all my favorites, passwords, & information to Firefox in the other user accounts on my computer (windows 7). I don't want to have all my information is synchronized when using Firefox, other user accounts. y at - it a setting that I am not seeing that I can use to fix this?

    Go to Menu > tab OptionsSync > disconnect it > sign in with this account you want...

  • How can I reinstall or repair Windows Vista without the original disc?

    How do reinstal or repair Vista after changing the new hard drive, where no original software CD has been given at the time of the purchase of the computer because the computer has been pre-loaded with Vista

    original title: reinstal or repair vista without CD

    There is no Vista free download legal available.

    Contact your computer manufacturer and ask them to send a recovery disk/s Vista set.

    Normally, they do this for a cost of $ small.

    See you soon.

    Mick Murphy - Microsoft partner

  • How can I take an anchored frame and return the paragraph tag used?

    I need to analyze through anchored frames and return the tag of paragraph that it is spotted. I can't find a property which returns the paragraph tag. Anyone have any ideas?

    Try this on the anchored frame selected:

    #target framemaker
    
    var doc = app.ActiveDoc;
    var aFrame = doc.FirstSelectedGraphicInDoc;
    var pgf = aFrame.TextLoc.obj;
    
    alert (pgf.Name);
    

    Rick

  • How can I take a miniature for someone in the album of the people?

    When I add a person to the people album is it possible to choose the photo that gets used to their sticker?

    TTAP on the album person so see you all the pictures. Press Select, then check a specific photo. Tap on the share (square with an arrow pointing up) icon, and then press Set Key face.

  • How can I stop firefox 29,0 start with the page tutorial every time I open it?

    I get 2 tabs opening are the tutorial page and the other is my home page. Very annoying and me are gone through any step hoping this would complement something and had no chance to solve this issue.

    Hello, this can happen when firefox is not able to correctly save preferences in the profile folder. Please try this: click the menu button

    then click on help

    > troubleshooting information > profile folder - 'display the folder '. then a new window will open. in this search on a file named user.js window (it can be used to overwrite your custom settings). where it is present, delete or rename this file and then restart firefox.

    For more information and other steps, please also see: How to fix preferences that will not save

Maybe you are looking for

  • QT can view codec information?

    Hello I wish that QuickTime installed on my MacBook to view codec including resolution information and the fact of cadence like VLC Player. For the moment, I have to rely on the VLC Player to show only and can not believe that Qt is unable to display

  • How to get an extension of the dictionary for all users in a Citrix environment?

    Hi all Under title, I'm looking for a way to get out a dictionary of Firefox (specifically the English (British) of https://addons.mozilla.org/en-US/firefox/language-tools/) to all users in a Citrix environment. Comprehensive silent installation is a

  • Watch USA/UK compatibility

    Hello a friend has offered to make me a Apple Watch when she goes to the United States as soon as she thinks they may be less expensive than buying one in England? So my first question is... are they cheaper to buy in the USA? Second, I don't know if

  • DIGITAL SLR BUYING GUIDE

    I AM NEW TO THE DSLR WORD BUT AM WANTING TO BUY A HIGH MID RANGE DSLR FIR USE DURING MY HUNTING TRIPS AND FISHING WHICH SOMETIMES CAN BE COLD, COLD, RAINY OR ALL OF THE ABOVE.  CAN ANYONE RECOMMEND A CANON MODEL TO DO THE TRICK?

  • Case / armband

    I thought that there could be an exchange of views on the accessories for the Fuze +, but I can't find anything. Is there a case or armband that works with the rocket. He's a good player but I would use actually and the absence of a case or the armba