Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update faq.yml to include note about setting username for moving distros #1982

Merged
merged 2 commits into from
Jul 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions WSL/faq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
metadata:
title: FAQ's about Windows Subsystem for Linux
description: "Find answers to frequently asked questions (FAQs) about the Windows Subsystem for Linux, such as 'What can I do with WSL?'."
keywords: BashOnWindows, bash, wsl, windows, windowssubsystem, faq
ms.date: 11/20/2023
ms.date: 07/16/2024
ms.topic: faq
ms.localizationpriority: high
title: Frequently Asked Questions about Windows Subsystem for Linux
Expand Down Expand Up @@ -209,8 +208,13 @@ sections:
wsl --unregister <Distroname>

# Import your VHD backup

wsl --import-in-place <Distroname> <Install Location with filename>

# Set your default user account

You can set up your default user account by [setting a wsl.conf value of user.default=<name>](/windows/wsl/wsl-config#user-settings)


- name: WSL 2
questions:
Expand Down