Backup application from corrupted windows

Anonymous
2021-01-28T21:03:22+00:00

Sir, my windows 10 is corrupted and I was unable to start window including safe mode can I create a backup of installed app or application on my computer.

Windows for home | Windows 10 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

99 answers

Sort by: Oldest
  1. Anonymous
    2021-02-08T16:25:31+00:00

    How about the backup folder?

    Dir /a E:\Windows\System32\Config\Backup

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2021-02-08T16:57:37+00:00

    How about the backup folder?

    Dir /a E:\Windows\System32\Config\Backup

    This is the result

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2021-02-08T17:37:21+00:00

    Hmm. Jan 28th is the day you started this question.

    Let's create another backup just because

    xcopy /h e:\Windows\System32\Config e:\Windows\System32\Config\2021-02-08-Backup\*.*

    Now let's copy the backup.

    xcopy /hy e:\Windows\System32\Config\backup e:\Windows\System32\Config

    Reboot.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2021-02-08T18:45:25+00:00

    Hmm. Jan 28th is the day you started this question.

    Let's create another backup just because

    xcopy /h e:\Windows\System32\Config e:\Windows\System32\Config\2021-02-08-Backup\*.*

    Now let's copy the backup.

    xcopy /hy e:\Windows\System32\Config\backup e:\Windows\System32\Config

    Reboot.

    Sir, i backup this files as you told me

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2021-02-08T20:23:12+00:00

    With the access denied it didn't create a backup but since it wasn't working anyways I don't think that is a big deal.

    The backup registry looks to have copied.

    What does the reboot look like?

    Was this answer helpful?

    0 comments No comments