Password for command prompt windows 10?

Anonymous
2021-09-22T01:20:44+00:00

Hi guys!

I want to uninstall Ubuntu in my computer (dual with Window 10).

So i watched vid in youtube: Go to (Shift + Restart) -> Troubleshoot -> Advanced options -> Command Prompt -> "Choose an account to continue" -> Enter the password for this account.

But I don't know what "the password for this account" is? Anyone can help me.

Thanks a lot!

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
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-09-22T03:37:49+00:00

    Hi, I'm Robinson, and I’m happy to help you today.

    I know how frustrating this may be for you but I'll do my very best to help you.

    You can use the same account and password that you use to login on Windows if this account has Administrator rights.

    Another option to is to use a bootable USB to use command prompt without need a user.

    1-Create a USB device with an installation image.

    You can create using the media creation tool, download it on this link.

    https://www.microsoft.com/en-us/software-downlo...

    2-Enter on BIOS/UEFI and change to boot from the USB device.

    3-On installation screen click on "Repair your pc" on the left bottom

    4-Click on "Troubleshoot" then the Advanced Options page will appear.

    5-Click on "Command Prompt".

    11 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2021-09-22T04:13:04+00:00

    Hi Nguyen

    It's the password which you have kept to login to Windows.

    If that doesn't work, input the password of your Microsoft account.

    Also, you can uninstall ubuntu by the following method instead of using startup cmd.

    1. Open Disk management and delete the Ubuntu partition.
    2. Then press Windows+R and type cmd. Press Ctrl+Shift+Enter and click on Yes.
    3. In the black window, type diskpart and press enter.
    4. Then type list vol.
    5. Take a note of the EFI partition. It is mostly the partition with FAT32 file system (Fs). In my case, it's like this: Note: Your may be different.
    6. Then type sel vol #. Replace # with the volume number of the EFI partition. Example: sel vol 2.
    7. Press enter.
    8. Then type assign letter=Z:. Press enter.
    9. Type exit and press enter.

    Then, type the following one by one. Press enter after each command.

    Z:

    cd EFI

    rmdir /s ubuntu

    diskpart

    sel vol # (replace # with the EFI partition's volume number)

    remove letter=Z:

    exit

    exit

    And the Ubuntu installation is gone!

    Regards,

    6 people found this answer helpful.
    0 comments No comments