partition and disk of different languages, which one should I use?

This has been fixed, but then a new problem came.

now, I have another problem. I started to install from the DVD and he asked for the system and the language (Japanese) and then repartitioned it, then he asked for the vista dvd, that I gave him. He finished with it and then asked for vista sp1 language packs dvd. But I didn't get one with the computer! I would like to get a replacement, but may not know where to get one. How can I get the language packs dvd for my system...

more:

I'm considering the purchase of this

http://www.eBay.com/ITM/HP-DC7800-recovery-disk-set-bring-your-PC-back-life-/120756825544

The DVD of restoration kit number is the same, but that 6 DVD but I only got two. Will it work on my system?

-original message-

I need to restore my system unfortunately. The system came with a Japanese version of vista installed and that was fine, but now, I do recovery and I have a choice: I can use the recovery partition, or I can use recovery discs that came with the computer when I bought it, renovated... restoring hp more and vista business sp1 discs. The partition recovery process opens in Japanese.

However, strange but true, the recovery disk is labeled multilingual and calls for a language when I open it. Dvd operating system is written in English and has the word English on it and says to the recovery of the version initially selected.

my vista license sticker seems to be in English. If I try to restore in Japanese using the partition, I run into trouble? Will I need to enter my license number, or is it all done automatically?

Furthermore, I feel that a restore completely erases the disk, including all partitions... does that mean that after the restoration, I no longer have a restore partition or if it creates a new?

How should I proceed?

system:

HP compaq 7800 Compact with vista professional

Hello

If you have the recovery DVDs, an Englishman, is not made for this unit, when you run it, you will get an error message, so, as it was already said, please try it, it will not damage your system. If this English DVD's for your device, then the installation will go very well and it will set the HARD drive to its default state.

Thank you

Tags: HP Desktops

Similar Questions

  • How to switch web browser and which one should I use

    How to switch web browser and which one should I use thanks

    FireFox.
    http://www.Mozilla.org/en-us/Firefox/new/

  • Firefox 42.0 glib dependency 1.22 or more is confusing bacause libglib (64) is currently 2.0 and 32-bit is currently 2.41. Which one should I use?

    Slackware64, running current system.

    41.0 Firefox currently, eager to install firefox 42.0.

    I am looking for internet for dependency libraries to install as follows:
    Download libraries as .rpm
    convert to .tgz
    make a soft package,
    install with installpkg.

    a disappointment: go to the download page, and it said I seem to be running an old version of Firefox and offers a download button.
    It does not say which version it has detected, I had, nor it does not say what architecture it detected, nor the ability to change the target to download if I download on another machine. Just a download button green big without telling me what version or the new firefox cpu I download is for. Can they make it worse? I need to know if they are shoving me a 32 or 64 bit program and what architecture they detected until I push the download button.

    https://www.Mozilla.org/Firefox/42.0/system-requirements/
    Firefox won't work at all without the following libraries or packages:

           GTK+ 2.18 or higher
           GLib 2.22 or higher
           Pango 1.14 or higher
           X.Org 1.0 or higher (1.7 or higher is recommended)
           libstdc++ 4.3 or higher
    

    For optimal functionality, we recommend that libraries or the following packages:

           NetworkManager 0.7 or higher
           DBus 1.0 or higher
           HAL 0.5.8 or higher
           GNOME 2.16 or higher
    

    Rather then clicking the Green download on mozilla.org button go to the systems & languages link below because it lists both 32-bit and 64-bit Linux builds in all locales.

    The GLib requirement has not changed, so if you use 42.0 Firefox 64-bit www.mozilla.org/firefox/all so it should work the same as the 64-bit Fx 41.0.x.

    A heads for the next version of 43.0 Firefox, Linux users will have GTK 3.4 or more 2.18 + was minimal until til 42.0 Fx.

  • backup scheme - user which one should I use?

    Hello

    I intend to save a schema with Datapump for the first time, I understand that under normal circumstances, I would be typical invoke expdp with the user that owns the schema I am backup. For an example in order to safeguard the hr schema should I sign in with the account of human resources " expdp hr parfile=hr.par '." " (I intend to use a parameter file).

    But if I do not use the account that owns the schema I save or export. User that I use, which is considered best practices? Can I use sys or system sys with as sysdba. Any comments would be greatly appreciated.

    /A

    awildiac wrote:

    Yes, I am fully aware in this respect. Would be the way to go is to create a dedicated account to manage the backup/export patterns so use the same account, if I needed to do an import/restore of patterns?

    Why this solution better than using ' sys/system' or 'as sysdba "?

    /A

    Documentation, to the https://docs.oracle.com/cd/E11882_01/server.112/e22490/dp_export.htm#SUTIL823

    =====================================

    Citing Data Pump Export

    The Data Pump Export utility is called using the expdp command. The characteristics of the export operation are determined by the export settings you specify. These parameters can be specified on the command line or in a settings file.

    Note:

    Do not call Export as SYSDBA, except at the request of technical support Oracle SYSDBA is used internally and has features specialized; his behavior is not the same with regard to users in general.

    =====================================

    Citing Data Pump Import

    The Data Pump Import utility is called using the impdp command. The characteristics of the import operation are determined by the import settings that you specify. These parameters can be specified on the command line or in a settings file.

    Note:

    Do not call import like SYSDBA, except at the request of technical support Oracle SYSDBA is used internally and has features specialized; his behavior is not the same with respect to general users.

    ======================================

    If you create a 'dedicated' account is yours. I never saw that he had to, but I can see where it might be useful in some situations, in department stores with a clear separation of functions.  It's really a judgment call.

  • WHICH one should I use in this case

    I am a novice in SQL, so this may be a simple.

    I have 3 tables PARENT, CHILD and PARENT_CHILD

    PARENT has a column P_NAME

    CHILD has 2 columns ane C_NAME C_ID

    PARENT_CHILD has 2 columns P_NAME and C_ID, and lists these parents who have children.

    What query use to list all the parents and the children they have, but also includes parents without children

    Kind regards

    Hello

    a02d218c-478C-40DD-9b58-b5324075b244 wrote:

    ... What query is used to list all of the parents and the children they have, but also includes parents without children...

    It is an outer join.

    An inner join includes data of table x with the corresponding rows in the table, only when there are matching rows.

    Outer join contains data from table x with lines of table y (if there is), but it shows data from x without worrying.

    So in this case, you want outside parent joined parent_child; This means that the result set will have a few lines that don't match anything in the child, then, when you join child on this result set, which should also do an outer join:

    SELECT p.p_name

    c.c_id

    c.c_name

    PARENTS p

    LEFT OUTER JOIN parent_child pc ON pc.p_name = p.p_name

    Class c of child ON c.c_id = pc.c_id LEFT OUTER JOIN

    ORDER BY p.p_name - or else

    ;

    This type of outer join in cascade is very common.  If the lines of pc may or may not be present, because the pc is external attached, then each join involving the pc must be an outer join, otherwise the efffect will be identical to an inner join.

    I recommend the syntax of ANSI join (with JOIN keywords and more) for all joins, but especially for outer joins.  It is easier to understand, it eliminates accidental cross joins, and reduces the need for you to subqueries.

  • Which driver should be used to connect HP 34401 using RS 232

    Hello

    I'm using labview for the first time. I want to use the RS 232 cable to connect between Labview and HP 34401 multimeter. Which driver should be used for this purpose? Help, please.

    Thanks in advance!

    A search for the HP 34401A on the Instrument Driver Network reveals this page, which should have what you need. If you're using LabVIEW, you will want one of the first two projects.

    Also, for future reference, this board is for NI DMMs. For future instrument driver assistance, you will receive more timely and expert information on NI's Instrument Control forum.

    Please let us know if you require any further assistance.

    Thank you,

    Tobias
    Software Engineer
    Precision DC/Modular Instruments
    National Instruments

  • I now have two copies of each song on my computer. An mp3 and a mp4. Which one should I keep?

    Original title: mp3 or mp4?

    I now have two copies of each song on my computer. An mp3 and a mp4. Which one should I keep?

    Hello

    Keep both until you can decide if you want only one. The compression ratio and other factors
    It will be different.

    Good Codec will allow you to play MP4 in Windows Media Player.

    Determine if 32 or 64 bits.

    Start - type in the search box-> Winver find upstairs and double click on - check version

    After that the foregoing, add codec - get these 32 bit if:

    -Free - CCCP also get free tool of insurgents
    http://CCCP-project.NET/
    http://www.freewaregenius.com/2007/02/09/CCCP-codec-pack/

    FFDSHOW - free
    http://sourceforge.NET/projects/ffdshow/

    Check here:

    Plug-ins for Windows Media Player
    http://www.Microsoft.com/windows/windowsmedia/player/plugins.aspx

    ============================================
    ============================================

    If 64-bit:

    Read this 1st and go that route, or use the one below.

    http://www.Vistax64.com/sound-audio/152850-Vista-codec-pack-32bit-64bit-Media-Player-codecs.html

    --------------------------------------------------------------------

    If 64-bit Vista - can run WMP in 32 or 64 bit mode.

    Or try these: download - SAVE - go to the place where your put them RIGHT CLICK – RUN AS ADMIN.

    For 32-bit use these - OR the 32 bit ones listed above which I prefer.

    K - Lite Codec Pack 6.2.0 (or newer)
    http://www.codecguide.com/

    Use them for 64-bit:

    K - Lite Codec Pack 3.7.0 (64-bit) (or newer)
    http://www.codecguide.com/

    -------------------------------------------------------------

    You know that you use WMP 32 or 64

    Change, change or set 64 - Bit Windows Media Player 11 (WMP11) in Windows Vista x 64 as default
    http://www.mydigitallife.info/2007/01/19/switch-change-or-set-64-bit-Windows-Media-Player-11-WMP11-in-Windows-Vista-x64-as-default/

    ------------------------------------------------------------

    VLC needs, of no use so usually Codec as a backup when asked to support associations of files just say no.

    VLC - free
    http://www.videolan.org/VLC/

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • Hello. I use mac to make presentations keynote and photographs of edition. I am currently using Macbook air 128 GB and 4 GB of RAM.  But I find a little slow now. Planing to buy a new. Which one should I buy for my needs?

    Hello. I use mac to make presentations keynote and photographs of edition. I am currently using 11 "Macbook air 128 GB and 4 GB of RAM running on the latest ios.  But I find it very slow now, especially my keynotes. Planing to buy a new. Which one should I buy for my needs?

    Before you buy a new Mac, as a test, save your user files, erase the hard drive, install Mac OS X and then install only your most used applications. It should work like new.

    Any model of Mac bought today, will run Keynote, and Photo editing with ease.

  • Which one should I buy?

    I currently have a MBA, 13 "mid-2011, which I'm trying to sell it to buy a new MB, the real question is: what Mo should I buy?

    I am a lawyer and I would like to use the computer, mainly, at the office, work, way: navigation and writing things using MS Word.

    Now, since I need something portable, my first choice would be the rMB 12 ", but I am concerned about the fact that there is only one port USB - C, which is expected to carry adapters.

    On the other hand, I could buy a rMBP. This would be the most affordable option, because of the Brazilian economy, but it is a model of early 2014...

    Since then, I won't use the MB for video editing (although it would be nice to watch videos on YouTube and Netflix HD), which one should I buy?

    Thank you much, long in advance, for your opinion!

    The link in your message is actually for a Mid 2012 non - retina MacBook Pro, not a MacBook Pro retina early 2014.

    If the lack of ports is a concern, I'd get the MacBook Pro with the retina instead of the MacBook display. Current models are available here: http://www.apple.com/br/shop/buy-mac/macbook-pro?product=MF839BZ/A&step=config.

  • I was given these areas to choose one, mobile Office Online, because I want to sign an article on my computer. Please, Office Online, which one should I choose?

    I deal with the signature of a form and in the process, asked me to choose the area of concern: Desktop, mobile and online. I would like to know between the office and online, online, which one should I choose?

    I deal with the signature of a form, as well as to the process, Adobe asked me to choose the area of concern: Desktop, mobile and online. I want to know between the office and online, which one should I choose?

  • I have a late 2008 aluminium macbook that needs a new battery. which one should I buy?

    I need a new battery for my macbook aluminum 13 "end 2008. Which one should I buy?

    This a http://eshop.macsales.com/shop/apple_laptop/batteries/MacBook_13_Unibody

  • I have a toshiba satellite T135D laptop and I don't know how to start my built in webcam which program should I use?

    I have a toshiba satellite T135D laptop and I don't know how to start my built in webcam which program should I use?

    Hello George,.

    I could not find this model number on the Toshiba site, so I suggest that you look at this page as a place to start your search: http://support.toshiba.com/drivers . They had a driver for a webcam, which is perhaps what you are missing. But in all cases, the Toshiba site is where you are most likely to solve the problem with the help of your webcam.

    Let me know if this helps you.

    Kind regards

    BearPup

  • Under which community should I use for apple store questions?

    Under which community should I use for apple store questions?

    I need to get my Bill for a 5s iphone that is more than 18 months.

  • I have questions on the use of the commercial license... Which forum should I use to get answers or how I can get in direct contact with adobe?

    I have questions on the use of the commercial license... Which forum should I use to get answers or how I can get in direct contact with adobe?

    I have my answers! The chat feature did not work well... But I had contact, so everything is good now!

    Thanks again!

  • Hello, my name is Haysly Wells. I am buying a new comouter, and I intend to give the one I currently use for my little brother. How can I stop Firefox from automatically using my usernames and passwords on websites such as Yahoo?

    Firefox remembers my logins and passwords for some sites like Yahoo. How can I disable it, so that other users cannot access my emails?

    To clear your saved passwords, go to the Options of Firefox dialog box, click Security in the top and you will see the options about your saved passwords. You can click on the button 'saved passwords... '. "to manage and delete them.

    You can also clear your cookies and other data with the dialog clear recent history, using the drop-down menu to select the entire document and do not forget to click the details arrow to choose exactly what you want deleted.

    If it is not obvious how to find the Options dialog box and the dialog clear recent history, they are both under the Tools menu, if you showed your menu bar, or are in the main menu of Firefox as Options or history > clear recent history.

    Edit: well, I did not notice first that your operating system is Linux Mint 10. Your Options dialog is actually in Edition > Preferences.

Maybe you are looking for