Windows 10: Unable to import backed up registry from Windows 11 installed partition by using command prompt

Discus and support Unable to import backed up registry from Windows 11 installed partition by using command prompt in Windows 10 Gaming to solve the problem; I used command Reg import "e:/Upgrade.reg" to solve blue screen error in Windows 11 installed on E partition of 500 gb hdd, which has 3 more partitions... Discussion in 'Windows 10 Gaming' started by Micciokolis, May 23, 2022.

  1. Unable to import backed up registry from Windows 11 installed partition by using command prompt


    I used command Reg import "e:/Upgrade.reg" to solve blue screen error in Windows 11 installed on E partition of 500 gb hdd, which has 3 more partitions having 8.1, and 10 OS on separate partitions c and d.How to do this to correct blue screen error?

    :)
     
    Micciokolis, May 23, 2022
    #1
  2. W1zzard Win User

    W7 Hard drive partition issue

    to get rid of that 100 meg windows partition that setup creates for you on a new install on a blank hdd:

    - press shift+f10 when on the partition management screen in setup <-- this opens a command prompt
    - diskpart <-- start the windows command line partition management tool
    - list disk <--- list the installed hdds in this computer for the next step
    - select disk 0 <- might have to replace 0 with the number of the correct disk
    - clean <-- this will erase all data on the disk you selected one step up- dont use the wrong disk!
    - create partition primary <- creates a primary partition taking up all space on the drive, adjust the command if necessary
    - exit, exit to exit diskpart and the command prompt
    - click refresh in partition manager and select your newly created partition and install to that
     
    W1zzard, May 23, 2022
    #2
  3. Installing Windows Vista/7 on a GUID Partition Table

    Background

    GUID Partition Table (GPT) is a boot sector technology poised to replace the venerable Master Boot Record (MBR) principally because MBR has a maximum capacity of 2 TB for a single partition (some single disks have reached 3 TB). Installing Windows on a GPT is a bit tricky because Windows wants to default back to MBR. In order to force Windows on to a GPT, we have to pre-format the drive prior to Windows installation. You can do that during Windows setup using the console.

    Requirements

    • Windows Vista or 7 (must be 64-bit no matter which OS is used)
    • A motherboard with EFI BIOS
    • A means to EFI boot the Windows setup (I had to use a USB DVD drive on MSI Z77A-G65, the internal SATA Bluray drives didn't have an EFI option)
    Instructions

    • Boot into Windows setup using EFI. On the MSI Z77A-G65, it showed up as UEFI:USB-ATAPI DVD ... This will change according to your motherboard and how you are attempting to enter setup. This step is critical. Without booting into setup via EFI, only MBR is available to the setup. There's no easy way to tell from within setup if it is running via EFI or not.
    • Once you have booted into setup, continue through the process as you would normally until you reach the dialog which shows you the available drives. Load a driver, if necessary, then press SHIFT+F10 to open the command prompt.
    • In the command prompt, enter the following lines, pressing enter after each one. Note that the <id> field below is the disk ID that you want to format as GPT from the "list disk" command. If there's only one drive, <id> will likely be 1. Note: All data on the drive will be lost during this process. Make sure to select the correct drive.
      • diskpart
      • list disk
      • select disk <id>
      • online disk
      • attributes disk clear readonly
      • clean
      • convert gpt
      • create partition efi size=102
      • create partition msr size=32
      • create partition primary
      • format fs=ntfs label="Operating System"
      • assign letter=C
      • exit
      "online disk" and "attributes disk clear readonly" are likely to fail. Don't worry, they are only precautionary. Change the drive letter and label to whatever you want. Also, the above command (specifically "create partition primary") will consume all remaining space on the drive. If you want multiple partitions with fixed sizes, substitute what you want in place of "create partition primary."
    • You may now close the command prompt and click on "Refresh" back in the dialog to choose where to install Windows. You should now see at least 2 partitions (I think Microsoft Reserved is hidden) and it will only let you install on a non EFI/MSR partition. Click on the primary partition and proceed with the installation as normal.
    • Note that in the EFI BIOS after installing Windows via EFI, you can no longer directly boot the volume Windows is installed on. Instead, you must boot via "Windows Boot Manager" (on MSI Z77A-G65, it was "UEFI: Windows Boot Manager"). Keep that in mind if you wish to tweak the boot order.
    Conclusion

    That should do it. You should be in Windows with >2 TB of hard drive capacity available if you had more than 2 TB on the Windows partition. Congratulations being on the bleeding edge of technology! *Rockout :rockout:
     
    FordGT90Concept, May 23, 2022
    #3
  4. Bree Win User

    Unable to import backed up registry from Windows 11 installed partition by using command prompt

    Installation media boots to command prompt

    I've just booted from known working install media to see exactly what it does when booting. The sequence of events is...

    1. Windows logo on a black screen
    2. circling dots appear beneath the logo
    3. light blue 'Please wait' screen with circling dots
    4. a command prompt window (very briefly)
    5. the initial Setup page appears

    Do you see steps 1-3? If so, it appears you have stopped at step 4, suggesting that something on the disc cannot be read.

    Does the disc boot properly in another machine? If so, try cleaning the laptop's drive lens then try booting from the disc again.

    If not, make new install media with Microsoft's Media Creation Tool, either as a bootable USB, on an ISO that you can burn to another disc. At Step 8 in Option One of this tutorial you can choose between making a USB or an ISO.

    Download Windows 10 ISO File
     
Thema:

Unable to import backed up registry from Windows 11 installed partition by using command prompt

Loading...
  1. Unable to import backed up registry from Windows 11 installed partition by using command prompt - Similar Threads - Unable import backed

  2. Change Registry Setting on command prompt

    in Windows 10 Gaming
    Change Registry Setting on command prompt: so i change something in my registry, then i get bluescreen. I can't fix it because dont remember my password when you want to go to command prompt in bluescreen advanced settings. What do i do? please someone answer me, urgent....
  3. Change Registry Setting on command prompt

    in Windows 10 Software and Apps
    Change Registry Setting on command prompt: so i change something in my registry, then i get bluescreen. I can't fix it because dont remember my password when you want to go to command prompt in bluescreen advanced settings. What do i do?...
  4. Change Registry Setting on command prompt

    in Windows 10 Customization
    Change Registry Setting on command prompt: so i change something in my registry, then i get bluescreen. I can't fix it because dont remember my password when you want to go to command prompt in bluescreen advanced settings. What do i do?...
  5. Unable to get into command prompt

    in Windows 10 Installation and Upgrade
    Unable to get into command prompt: Hi,I have been trying to get into my command prompt in windows, I do this my shift and right clicking on restart, I get into the command prompt just fine but it asks me for a password. Neither my Microsoft password or my windows hello pin works. Please advise....
  6. Unable to import backed up registry from Windows 11 installed partition by using command prompt

    in Windows 10 Software and Apps
    Unable to import backed up registry from Windows 11 installed partition by using command prompt: I used command Reg import "e:/Upgrade.reg" to solve blue screen error in Windows 11 installed on E partition of 500 gb hdd, which has 3 more partitions having 8.1, and 10 OS on separate partitions c and d.How to do this to correct blue screen error?...
  7. restore registry from backup under USB command prompt

    in Windows 10 Installation and Upgrade
    restore registry from backup under USB command prompt: I made an incorrect registry change and the system fails to boot and will not go into recovery mode. I have booted from a USB and, using the command prompt, checked RegBack and found it empty. I did make a manual backup of the registry before I made the change. Is it possible...
  8. Unable to change -Command Prompt - To :- Elevated Command Prompt

    in Windows 10 BSOD Crashes and Debugging
    Unable to change -Command Prompt - To :- Elevated Command Prompt: Having problem installing updates windows 10 64bit - version 2004 -- need to access command prompt as an Administrator to try to fix. Any ideas ?...
  9. How to edit the Registry using Command Prompt in Windows 10

    in Windows 10 News
    How to edit the Registry using Command Prompt in Windows 10: [ATTACH]The Windows Registry is a database of information, settings, options, and other values for software and hardware installed on all versions of Microsoft Windows operating systems. When a program is installed, a new […] This article How to edit the Registry using...
  10. Command Prompt and Registry Editor

    in AntiVirus, Firewalls and System Security
    Command Prompt and Registry Editor: My Windows PC is showing this problem 1. I typed cmd.exe in the cortana search box. 2. Then when I right-clicked the Command Prompt app and selected "Run as Administrator", it is giving that it is not a verified publisher. Also this problem 1. When I try to run Registry...