How to create Windows 7 System bootable/repair DVD

I want to create Win 7 bootable disc using HP Recvery discs or Win 7 tool: 'Create system repair disc'.
How do I do that as well as create ISO file to make USB bootable?
How do I create bootable UDF ISO?
I've HP Recovery discs but they recover the system to factory state, so I want bootable media so that I can use it just re-install Win and not format whole HDD.
| Please hit Kudos, if I help you! |
| |
| VA |
|___________________________|
This question was solved.
View Solution.

I think you are missing the distinction between the different types of utilities.
A repair disk give one the ability to repair Windows boot functionality.  It does not reinstall Windows.
You can download a Windows 7 iso, but that will format the entire disk and not return your notebook to factory state.
Only the HP Recovery usb media or recovery disk set will do that
You can't reinstall Windows without deleting and recreating partitions of the hard disk.
Best regards,
erico
****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
2015 Microsoft MVP - Windows Experience Consumer

Similar Messages

  • How to create SAP System

    Hi all,
    Is this possible to assign the role, based on the organization structure?
    In which SAP system stores organization structure in it.
    How to create the SAP system to store my organization structure through EP.
    Helpful answers will appreciate.
    Thanks.
    Regards,
    Kathiresan R

    Hii
    How to create sap system:
    Steps:
    Go to System Administration
    2) Go to System Configuration
    3) Go to Portal Content (Right Side Panel), open that folder.
    4) Right Click on Portal Content, a Panel is displayed select "System (from Template)".
    5) That will display a new view on right side, now select "SAP system using dedicated application server" from
    the existing templates. (Other templates are possible - for example, load balanced or through a SAProuter connection string).
    For this exercise, we'll use the simplest type.
    6) Choose next
    7) Give the System Name and System Id (which are mandatory fields) incase you want to give any brief notes
    about the system then give them in the "Description" field.
    8) Open the Newly Created System.
    9) Now when you want to create a New System, you have to fill four Properties they are:
    "Connector" - contains basic connectivty details
    "Internet transaction Server (ITS) - if you wish to use SAPGUI for HTML and/or IACs",
    "Web Application Server" - if you wish to access BSPs and/or Web Dynpro for ABAP and
    "User Management".
    You also need at least one "System Alias" has to be defined from the Display drop down menu.
    Make sure you have set end user access in the Permissions drop down menu to all users who need to access the system
    10) Select "Connector" property, now fill the required fields such as:
    a) Application Host (should be fully qualified hostname) - Give the R/3 "Application Name",
    which can be obtained from the SAP Logon Pad (check what R/3 system you are using, right click on it , go to the properties,
    it will open a window which has the Application Server Name.
    b) Logical System Name - Give the logical name as defined in the backend system
    c) SAP Client - Check the Client in the backend system and give the appropriate number (3 digits)
    d) SAP System ID(SID)* - Check the R/3 properties and give the check for System ID
    e) System Type* - Since we are connecting to R/3, select SAP_R3 system.
    f) System Number - This is a two digit number that you can find in the SAP Logon Pad
    11) Select "Internet transaction Server (ITS)" property, now fill the required fields like
    a) ITS Description à Give some Description
    b) ITS Host Name - Same as "Application Host" of R/3 (when integrated ITS) and should be attached with the
    port number of ITS Server (to get port number detailed description is given below). ex: hostname : port number
    c) ITS Path - To get the path along with the port number you have to Log on to R/3 system. Use the
    Transaction Code "SICF", it opens a new window go to:
    default_host -> sap -> bc -> gui -> sap -> its -> webgui -> SAP GUI for HTML -> right click on
    that and click "Test Service'. This will open a new window, on the address bar you will find the "port number", and
    the path something like (/sap/bc/gui/sap/its/webgui). Use the path after the port number.
    d) ITS Protocol - There are two protocols "http" & "https", select the appropriate protocol which is
    visible when you opened "Test Service" window.
    12) Select "Web Application Server" property , now fill the required fields like
    a) Web AS Description -> Give some Description
    b) Web AS Host Name - same as ITS Host Name
    c) Web AS Path - usually /sap/bc/bsp/sapd)*
    Web AS Protocol - should be same as the ITS Protocol.
    13) Select "User Management" property, now fill the required fields like
    a) Authentication Ticket Type - Since we are not using SSO leave the field
    empty i.e. put in select mode. (Please note that longer term you will probably want to use SSO)
    b) Logon Method - Select UIDPW.
    c) User Mapping Type - In case you have administration rights then you choose "admin" or in case you
    just have user rights then choose "user", better go for "admin/user".
    14) Since all the required fields are filled appropriately now create a System Alias name, this can be done by following steps:
    a) go to Display -> Select "System Aliases" give some Alias Name, let's call it "SAP_R/3"
    15) Now that System is created we have to create a iView which will display the given Transaction Code.
    16) Go To "Content Administration".
    17) Go To "Portal Content".
    18) Go to Portal Content (Right Side Panel), open that folder
    19) Right Click on Portal Content, a Panel is displayed select "New" -> iView
    20) Select iView template, click next
    21) Select "SAP Transaction iView" from the list of templates available. Click next.
    22) Give the iView name and iView ID. Incase you want to give any brief notes about the iView then give it in "Description" field. Click next
    23) Select "SAP GUI for HTML" radio button. Click next
    24) Now select the system which you have create "SAP_R/3", give some Transaction Code, say SE12 (Dictionary Display). Click next and Finish.
    25) Now Preview the iView
    26) You will see a new Window where in SE12 Dictionary Display window is displayed.
    Thanks :
    Dont forget to give rewards if usefull.

  • PI 7.11 - How to create a System Error in SXMB_MONI using a Java Mapping

    Hi
    We ve go a  Java Mapping in a File-to-HTTP Scenario. It works perfect except of one error case: if an empty source file or a source file with the wrong structure is delivered. In this case our Java Mapping forwards an empty payload to the HTTP channel. So, for PI is the mapping successful.
    I'd like to recognize this case and invoke a system error in the SXMB_MONI, so that this mapping will be stopped and our alerting concept informs the users. I know, how to recognize the case in Java but need to know how to create the System Error Status in the PI System.
    Thanks in advance
    Michael

    Hi Michael,
    Please refer here for the mapping API description:
    http://help.sap.com/javadocs/NW04S/SPS09/pi/com/sap/aii/mapping/api/package-summary.html
    You can use the StreamTransformationException exception describet there to raise an error from your Java mapping. Direct link:
    http://help.sap.com/javadocs/NW04S/SPS09/pi/com/sap/aii/mapping/api/StreamTransformationException.html
    You might also consider using the "Empty-File Handling" option in sender file CC to avoid processing empty files by PI.
    Hope this helps,
    Greg

  • How to Create a system in portal server

    I am trying to do the tutorial: How to Create a JDBC-based iView for Add/Update/Delete Record.
    Its pre-requisite is: A system – with an alias “JDBC” – defined on your portal server, and mapped to a database.
    Since I am new to VC, I do not know how to create a system, and I also do not know how to access the portal server.
    Please help...

    Hi Makarand,
    Do you have any one who has the access to portal with administrator rights. I am hereby sending you the steps on how to create a system.
    To define a system:
    1. Create a new system; define all its properties
    2. Create a default system alias.
    3. Create a user mapping (from the user you use in VC) to the system alias, using the user\password to the backend system.
    4. TEST the connection in the portal. If the test succeeds, it should be visible in VC discovery panel.
    VC retrieves the systems via the portal.
    You have to define the systems or use the defined systems in the portal you are connected.
    To define systems in the portal:
    System Administration => system configuration => system landscape:
    in the PCD: right click on a folder and Add new system.
    Then you have to define all the mandatory properties: Connector / Was / User management ...
    don’t forget to map your portal user with an R3/JDBC user...
    thank you very much.

  • Hi how to create logical systems.

    Hi,
       how to create logical systems. Do we need to create logical system name for creating RFC destinations? plz help me out.
    thanks
    dhanush.

    Hi,
    transaction:
    SALE -> Basic Settings -> Logical Systems -> Define Logical System
    No, you don't need to create Logical Systems to define RFC destinations.
    Regards,
    Jakub

  • How to Create a system in VC

    Hi,
    I wanted to know how to create a system in VC without integrating with NW04s?
    when i click on Find data i am not getting any list in systems.
    Please let me know how can i get it
    Edited by: Kavitha Bhat on Feb 11, 2008 12:04 PM
    Edited by: Kavitha Bhat on Feb 11, 2008 12:05 PM

    hi kavita,
    Go to Tools->Options
    1) Uncheck (Mask unsupported features).
    2) Try changing Runtime to Dynpro.
    Hope this will solve your Prob.
    Awards will be welcomed!!!!
    Regards
    parth
    Edited by: Parth on Feb 12, 2008 3:13 PM
    Please close the thread is your question been answered

  • How to create Source System in BI 7.0

    Hi Experts,
    How to create Source System in BI 7.0, please urgent
    Thanks

    Hi Mark,
    Did you see the help site below which is telling how to create a source system .If not please take a look at it.
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a61e5e07211d2acb80000e829fbfe/frameset.htm
    Regards,
    ®

  • How to create a system  parameter in Apex

    Hi friends,
    I am new to Oracle Apex and need to know how to create a System Parameter in Apex. Kindly let me know how to add one.
    Regards,
    Pradeep

    bluerose wrote:
    I am new to Oracle Apex and need to know how to create a System Parameter in Apex. Kindly let me know how to add one.
    using the privileges we can achieve this.Although I am not new to APEX I have no idea what you are talking about.
    What is "a System Parameter in Apex"? What "privileges" are used to create one?
    You'll find it easier to get help if you use terminology that is familiar to everyone...

  • How to create logical system

    Hi,
    How to create logical system.
    Please help me with the steps for logical system creation in R3 system.
    Thanks,
    Kelly

    Hi,
    First make your client modifiable, then follow the below procedure.
    Go to transaction SALE or BD54 -> Sending and Receiving Systems -> Logical Systems -> You'll see "Define Logical System" and "Assign Client to Logical System".
    For more information use below link.
    http://help.sap.com/saphelp_nw70/helpdata/en/da/5990df015b5b43a36f6ce7fa1ee8c0/content.htm
    Thanks,
    Mano

  • How to create file system datagrid in flex web application

    how to create file system datagrid in flex web application

    Hi,
    Check this out:
    http://shigeru-nakagaki.com/flex_samples/FileReference/FileUploadExample2/FileUploadExampl e2.html
    Johnny
    Please rate answer.

  • How to get window system user?

    Hi,
    How to get window system user use PL/SQL(form develope6i)?

    If you don't use Oracle database then you will have to do one of two things:
    (1) Now I'm back in the office I can check D2KWUTIL. The version I have comes with Forms6.0, so it is somewhat out of date, but it has a method called WIN_API_ENVIRONMENT.Get_Windows_Username - which works for NT/95 only, although I'm sure a later version will support more recent OS.
    (2) If that's no good then you'll have to use whatever facilities your database offers: I only know Oracle.
    I also repeat my suggestion that you try the Forms forum for additional help. This is the Database forum and so is focused on serverside Oracle PL/SQL. For your needs the Developer Suite forums are better.
    Cheers, APC

  • HOW TO CREATE WINDOWS AUTHENTICATION USER IN SQL SERVER AFTER INSTALLING SQL SERVER 2008

    I had an error while executing asp.net appcation from IIS as follows
    Login failed for user 'IIS APPPOOL\ASP.NET v4.0'.
    Description:
    An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'IIS APPPOOL\ASP.NET v4.0'.
    [SqlException (0x80131904): Login failed for user 'IIS APPPOOL\ASP.NET v4.0'.]
    Can the above problem be solved by CREATING WINDOWS AUTHENTICATION LOGIN FOR
    'IIS APPPOOL\ASP.NET v4.0'  ?
    If yes, how to create the login?
    If no,what is the best possible solution?
    Please reply as soon as possible as i am unable to run my project which I had done in my lab,in my home system.

    Hi Praveen,
    To fix this issue, you need to change the Identity of your website's Application Pool to use the
    NetworkService account (or the less secure LocalSystem account).  By default, IIS7 seems to set the Application Pools Identity to 'ApplicationPoolIdentity' instead of NetworkService or LocalSystem.
    Here's a step-by-step guide for determining your websites Application Pool, then changing its Process Model Idenitty in IIS7:
    1.Open Internet Information Services (IIS) Manger.
    2.In the Connections sidebar, drill down into Default Web Site and click on your website.
    3.Now in the Actions sidebar (on right side), click on Advance Settings... In the popup box, under General you will see your Application Pool listed for your website (in my case the app pool is: ASP.NET V4.0).
    4.Click Cancel...  If you choose, you can change the Application Pool here, but for the sake of this example we just wanted to find out what the website's App Pool was.
    Then change the app pool's (Process Model) Identity to 'NetworkService', the steps are showed as below:
    1.Open Internet Information Services (IIS) Manger.
    2.In the Connections sidebar, click on Application Pools.
    3.Now right-click on theApplication Pool that your website is using (in this case my site is using the ASP.NET v4.0 application pool), and select Advanced Settings... from the menu.
    4.In the Advanced Settings pop-up box, locate the Process Model -> Identity section and click on the Application Pool Identity.
    5.In the Application Pool Identity pop-up box, change the Built-in account to NetworkService (or if you want LocalSystem), then click OK, and click OK again to save your Advanced Settings changes.
    Hope this helps.
    Best Regards,
    Peja
    Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • How to create a system recovery USB drive?

    My U845-S406 crashes every 15 minutes with a BSOD referencing iastor.sys.
    Multiple diagnostics say it is all good.
    Multiple virus softwares say it is clean.
    It crashes even quicker in safe mode.
    I have the latest Toshiba raid drivers, but updated to a more recent Intel set.  The error changes to iastora.sys, and goes back to iastor.sys when I switch back to the Toshiba drivers.
    I booted holding down 0, and told it to restore; but it promptly crashes.
    I made a W7 disk and tried to load it, but it promptly crashes.
    As a last resort before throwing the computer out,  I want to create a system recovery USB drive, format the harddrive and try recovering from the USB; but I don't have the Toshiba Recovery Media Creator (or any Toshiba software at all...)  I downloaded a copy and ran it, but it says I don't have a HDD Recovery Area.
    I know I have one because 1) I can access it by hold down 0, and 2)Partition Wizard showes it.
    So, how can I create a system recover USB drive (or make Recovery Media Creator find the HDD recovery Area...)
    Interestingly, the other day it spent 90 minutes installing a W7 update without a problem, but crashed immediately when done.  Maybe that means something.

    Satellite U845-S406
    Downloads here.
    Please zip up a few of the corresponding *.dmp files from the C:\Windows\Minidump folder and attach them to your reply.
    So the procedure in the section Creating recovery media (p. 53 in the User's Guide) doesn't work? Exactly where does it go wrong?
       Satellite/Satellite Pro U800W Series User’s Guide
    -Jerry

  • How to Create Windows ISO Show Only One Windows Version

    Dear,
    I want to create Windows ISO server for 2012, but I want this ISO show me only one version of the Windows for example, I have Core version, Standard, DataCenter etc..So I don't need after I create ISO to show me all those choose versions, I need show me
    only for example windows standard version during windows server 2012 installation, kindly I need steps to create this ISO.
    Thanks..

    Hi Dana.Kadi,
    You use WIM file and oscdimg tool to create a bootable ISO image, you can refer the following similar thread:
    WIM to ISO or what
    https://social.technet.microsoft.com/forums/windowsserver/en-US/164c629a-c702-4b46-b3a2-6441e7e7f6ed/wim-to-iso-or-what
    making bootable dvd for loading install.wim image
    https://social.technet.microsoft.com/forums/windows/en-US/882d06e8-1ff5-4aff-bc5b-3418707015c5/making-bootable-dvd-for-loading-installwim-image
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to create OS X bootable DMG

    How to create OX bootable DMG file if I already own the latest MacBook Pro without pruchasing from AppStore?

    If you do a Google search on the Internet, you will find several links that will guide.
    Here are the steps I performed with a new system that came pre-installed with OS X.
    Back up system.
    Use a USB external drive with at least 20GB that is formated with Mac OS X Extended (Journaled) and GUID partition table.
    Restart system into Internet Recovery by pressing COMMAND+OPTION+R. This will boot to Apple's Recovery HD and present you with the OS X Utilities Menu.
    Choose Reinstall OS X from the OS X Utilities Menu.
    Start the OS X install and point to your USB external drive.
    After the download has completed and your system reboots to a black screen, shutdown the machine and unplug the USB external drive.
    Restart your system and plug your USB external drive in. Navigate to the OS X Install Data folder (may be named differently). Then copy the InstallESD.dmg file to your Desktop.
    Open Disk Utilities and restore the InstallESD.dmg file to a bootable USB thumb drive (8GB). You now have an install thumb drive that you can boot to and install OS X without downloading the OS.

Maybe you are looking for