Skip to content

Commit

Permalink
Update faq.yml to include note about setting username for moving dist…
Browse files Browse the repository at this point in the history
…ros (#1982)

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

* Add set your default user account to faq

---------

Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com>
  • Loading branch information
craigloewen-msft and mattwojo committed Jul 16, 2024
1 parent c120b7e commit 8bc2d12
Showing 1 changed file with 6 additions and 2 deletions.
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

0 comments on commit 8bc2d12

Please sign in to comment.