Windows 10: C:\windows\system32\config\regback empty - batch file to export registry in Windows 10

Discus and support C:\windows\system32\config\regback empty - batch file to export registry in Windows 10 in Windows 10 Installation and Upgrade to solve the problem; I was doing some research on this and it seems that Windows 10 since at least 1803 no longer makes backup copies of the Registry hives and places them... Discussion in 'Windows 10 Installation and Upgrade' started by shockwaveriderz, Jan 1, 2019.

  1. C:\windows\system32\config\regback empty - batch file to export registry in Windows 10


    I was doing some research on this and it seems that Windows 10 since at least 1803 no longer makes backup copies of the Registry hives and places them in C:\windows\system32\config\regback. I also notice that the REG.exe command is available in the windows recovery environment(winre). So my question is this. Since Windows 1809 no longer creates this backup I would like to be able to create a simple batch command file that I can run within the winre and make a complete copy/backup of the total registry, so I would then have a backup to restore from if need be. If you can provide me with the reg save/restore commands, or reg import/export commands to accomplish this goal. Also WHY doesn't windows 10 1803/1809 not perform this backup anymore anyway? bad move Microsoft! System restore is not an option to do full registry backups as System restore has proven, at least to me to be faulty and flaky, but then that's just my 20+ years of windows experience. There used to be a REGBACK.exe in the old Windows NT Resource Kit that worked great but it's not available anymore either. Using REG Export while windows is up does not create a complete total registry backup. Well, any help or assistance with this matter will be greatly appreciated. TIA


    Update: Can you do something like this in winre:


    REG SAVE HKLM\COMPONENTS D:\RegBack\COMPONENTS
    REG SAVE HKLM\SAM D:\Regback\SAM
    REG SAVE HKLM\SECURITY D:\Regback\SECURITY
    REG SAVE HKLM\SOFTWARE D:\Regback\SOFTWARE
    REG SAVE HKLM\SYSTEM D:\Regback\SYSTEM
    REG SAVE HKCU D:\Regback\NTUSER.DAT


    REG RESTORE HKLM\COMPONENTS D:\RegBack\COMPONENTS
    REG RESTORE HKLM\SAM D:\Regback\SAM
    REG RESTORE HKLM\SECURITY D:\Regback\SECURITY
    REG RESTORE HKLM\SOFTWARE D:\Regback\SOFTWARE
    REG RESTORE HKLM\SYSTEM D:\Regback\SYSTEM
    REG RESTORE HKCU D:\Regback\NTUSER.DAT


    The above points to D: and not C; as in winre X: is the winre drive and D: is my actual C: drive

    I would first enter D: at the x:. prompt to change directories

    that would put me at D:\Windows\System32 the cd to D:\windows\system32\config

    type: Dir and that should show me all the Registry Hives?

    I forget where the NTUSER.DAT file is specifically?


    ***Title modified from: Why is my C:\windows\system32\config\regback empty? WINRE backup/restore of Registry?***

    :)
     
    shockwaveriderz, Jan 1, 2019
    #1

  2. Bad system config info windows 10 on boot up!!!

    Finally found the only solution that works. From:

    How To Fix The Bad_System_Config_Info Error In Windows 10

    Fix The Windows Registry

    Boot from a Windows 10 USB/DVD and launch Command Prompt. It is better to use the DVD for this purpose. After that, follow these instructions:

    • Use the following command:

      CD C:\Windows\System32\config

      (here C is the partition where Windows is installed).
    • Enter the following commands one by one to rename these files with the .old postfix:

      ren C:\Windows\System32\config\DEFAULT DEFAULT.old

      ren C:\Windows\System32\config\SAM SAM.old

      ren C:\Windows\System32\config\SECURITY SECURITY.old

      ren C:\Windows\System32\config\SOFTWARE SOFTWARE.old

      ren C:\Windows\System32\config\SYSTEM SYSTEM.old
    • Enter the following commands one by one to copy registry backup files to your current registry folder. This completes the manual restoration of your computer’s registry.
      • copy C:\Windows\System32\config\RegBack\DEFAULT C:\Windows\System32\config\
      • copy C:\Windows\System32\config\RegBack\SAM C:\Windows\System32\config\
      • copy C:\Windows\System32\config\RegBack\SECURITY C:\Windows\System32\config\
      • copy C:\Windows\System32\config\RegBack\SYSTEM C:\Windows\System32\config\
      • copy C:\Windows\System32\config\RegBack\SOFTWARE C:\Windows\System32\config\
     
    BayAreaTexan, Jan 1, 2019
    #2
  3. disk C problem


    Windows Vista/ 7/8/8.1/10 keep a regular backup of the registry handy in case you need to overwrite a corrupted registry. By default, the RegIdleBackup task runs every 10 days, so that’s as far back as you would lose if you replaced the current registry with the automatically backed-up files. You can find the backed-up registry files in \Windows\System32\config\RegBack folder.


    Please boot your computer with Windows Setup Media and from Windows Recovery Environment start the Command Prompt.


    Please type below commands into Command Prompt and for each command you have typed press Enter key.



    Code:
    Code:
    Ren  C:\windows\system32\config\SAM         SAM.BAK  Ren  C:\windows\system32\config\SYSTEM      SYSTEM.BAK  Ren  C:\windows\system32\config\SECURITY    SECURITY.BAK  Ren  C:\windows\system32\config\DEFAULT     DEFAULT.BAK  Ren  C:\windows\system32\config\SOFTWARE    SOFTWARE.BAK     Copy  C:\Windows\System32\config\RegBack\SAM         C:\windows\system32\config  Copy  C:\Windows\System32\config\RegBack\SYSTEM      C:\windows\system32\config  Copy  C:\Windows\System32\config\RegBack\SECURITY    C:\windows\system32\config  Copy  C:\Windows\System32\config\RegBack\DEFAULT     C:\windows\system32\config  Copy  C:\Windows\System32\config\RegBack\SOFTWARE    C:\windows\system32\config
    This procedure assumes that Windows Vista/7/8/8.1/10 is installed to the C:\ partition. Make sure to replace C:\ drive letter to the appropriate Windows OS installed partition drive letter if it is a different location.


    Above commands renames the registry files at their existing location, and then copies the registry files from the RegBack folder to the C:\Windows\System32\Config folder.
     
    FreeBooter, Jan 1, 2019
    #3
  4. C:\windows\system32\config\regback empty - batch file to export registry in Windows 10

    Registry

    It is not secret at all! You can find it here:

    c:\Windows\System32\config\Regback\System

    What date does it have? You can find out like so:

    • Log on under an admin account.
    • Mark the code line below, then press Ctrl+C to copy it.
    • Press the Windows key on your keyboard.
    • Press Ctrl+V to paste the code line. Do NOT press Enter.
    • Right-click the windows up the top, then left-click Run as Administrator.
    • Accept the challenge.
    Note that Windows can overwrite this backup file at any time. Time is of the essence!

    cmd.exe /c dir c:\Windows\System32\config\Regback\System & pause
     
    Frederik Long, Jan 1, 2019
    #4
Thema:

C:\windows\system32\config\regback empty - batch file to export registry in Windows 10

Loading...
  1. C:\windows\system32\config\regback empty - batch file to export registry in Windows 10 - Similar Threads - windowssystem32configregback empty batch

  2. How to empty the recycle bin with a batch file?

    in Windows 10 Network and Sharing
    How to empty the recycle bin with a batch file?: It has to be a cmd batch file, I can't do it with PowerShell because running scripts is disabled for whatever reason. https://answers.microsoft.com/en-us/windows/forum/all/how-to-empty-the-recycle-bin-with-a-batch-file/cf2ac2c9-5508-4f25-9e76-4d6ebfcb7c0c
  3. Exporting Registry

    in Windows 10 Installation and Upgrade
    Exporting Registry: When I export HKEY_CLASSES_ROOT with regedit it works, but whenI try to do it from a batch script with "reg export HKCR E:\RegistryBackup\Current\HKCR.reg /y" it fails. Why? Exporting the rest of the registry from the batch script works perfectly fine, just HKCR fails. Why?...
  4. Registry subfolders empty in HKEY_CURRENT_USER

    in Windows 10 Customization
    Registry subfolders empty in HKEY_CURRENT_USER: I was about to look through my registry to clean some old things up, but before I could I noticed that under HKEY_CURRENT_USER all the subfolders had weird titles as if using an incompatible font, and each contain an empty default registry. This is probably over a thousand...
  5. Batch/Command file to copy file to c:\windows\sysWOW64

    in Windows 10 Support
    Batch/Command file to copy file to c:\windows\sysWOW64: Hi there, I tried creating a batch file on a usb stick, but it could not copy files to a windows system folder. I require administration run to execute this copy, but when i ran using administration, it doesn't know where to find the files on the usb stick. The usb stick...
  6. Registry key information export

    in Windows 10 Customization
    Registry key information export: Hi, I'm looking to grab information from users' registry (one key in particular which states the VPN their using). I would then like to have this information exported so that they all are on one report with just the user name and that key information. What is the best way...
  7. Export and Import Registry Keys in Windows

    in Windows 10 Tutorials
    Export and Import Registry Keys in Windows: How to: Export and Import Registry Keys in Windows How to Export and Import Registry Keys in Windows System configuration information is stored centrally in a hierarchical database called the registry. You can use Registry Editor to add and edit registry keys and...
  8. Export Folder View Settings from Windows 10 Registry

    in Windows 10 Support
    Export Folder View Settings from Windows 10 Registry: I've been trying to export my folder view settings from the registry so I can port the settings to any new Windows 10 installs or just whenever Windows decides to reset them. I tried using an application called Regshot to make a snapshot of the registry, change a setting,...
  9. Exporting registry with regedit "hangs"

    in Windows 10 Support
    Exporting registry with regedit "hangs": I have recently noticed that exporting my registry "hangs" forever. I did a little investigation and found that there appears to be a looping entry into the exported registry keys:...
  10. How to change visual effects using batch file or registry file?

    in Windows 10 Support
    How to change visual effects using batch file or registry file?: Hi there forum, how do you change the Visual effects using a batch file or registry file. Thanks, Edward. 52995

Users found this page by searching for:

  1. regback empty windows 10

    ,
  2. backup registry with batch file

    ,
  3. windows 10 regback empty

    ,
  4. win 10 regback empty,
  5. cannot copy regbak regbak has no files not found win 10,
  6. regback.exe,
  7. where is WindowsSystem32configRegBack windows 10,
  8. regback folder empty windows 10,
  9. C:\Windows\System32\config\RegBack is empty,
  10. regback folder copy to stick,
  11. w10 regback empty,
  12. regback empty,
  13. copy c:windows\system32\config\RegBack* c:windows\system32\config;,
  14. got out of windows\system32\config\regback,
  15. backup md bad system config file