how to back up files from command prompt

William Rawles 0 Reputation points
2025-08-04T17:19:23.9766667+00:00

Microsoft Surface Laptop went into a "Couldn't find operation system. Check Boot configuration to try to fix this.

I need to copy personal files before doing a reset. Without Windows running how can this be done?

Surface | Surface Laptop | Performance and maintenance
0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. JANSHER 700 Reputation points Independent Advisor
    2025-08-04T19:30:58.52+00:00

    Hi William,

    Welcome to Microsoft Community, Thank you for reaching us. We apologize you are getting this problem on your Surface Laptop. Regarding your question yes it is possible to back up your files using the command prompt.

    Please follow this steps to back up your files:

    Check to other device if your USB Drive / External HDD, SSD

    got enough space to backup your files.

    Make sure to connect a USB Drive / External HDD, SSD to your

    Surface Laptop.

    DISPLAY LIST ALL FILES IN A FOLDER / SUBFOLDER using CMD

    Click Start / Windows button

    type "CMD"

    press Enter

    Inside CMD type "dir"

    Then press Enter

    It will show all the list of folders and files inside your Surface Laptop.

    Take a screenshot or notes of the available files.

    DISPLAY LIST ALL DRIVES using CMD

    Click Start / Windows button

    type "CMD"

    press Enter

    Inside CMD type "diskpart"

    Then press Enter

    it will show "DISKPART"

    type list disk then press enter

    it will show "DISKPART > list disk"

    It will show all the list of Drives inside your Surface Laptop.

    Take a screenshot or notes of the available Drives.

    COPY FROM DRIVE AND PASTE TO ANOTHER DRIVE using CMD

    Sample if folder is coming from Desktop type this:

    "cd C:\Users\AccountName\Desktop\Sample folder /s/e/f"

    then to move or paste it to your USB (if USB is E:)

    type this

    E: \Sample folder\

    then press Enter

    sample: "C:\Users\AccountName\Desktop\Sample folder /s/e/f E: \Sample folder\

    then press enter

    wait for 2-3 minutes to finish the copy and paste

    once result is "copied" it is completed

    If there’s anything more you’d like to share or questions, please don’t hesitate to reach out.

    Warm regards,

    Jansher Liwag

    Microsoft Community

    0 comments No comments

  2. JANSHER 700 Reputation points Independent Advisor
    2025-08-04T19:31:46.7833333+00:00

    diskpart

    0 comments No comments

  3. JANSHER 700 Reputation points Independent Advisor
    2025-08-04T19:32:07.21+00:00

    diskpart 2

    0 comments No comments

  4. JANSHER 700 Reputation points Independent Advisor
    2025-08-04T19:33:07.89+00:00

    CMD COPY COMMANDS

    0 comments No comments

  5. JANSHER 700 Reputation points Independent Advisor
    2025-08-04T19:37:14.39+00:00

    CMD copy paste command

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.