Skip to content

Commit 49856a2

Browse files
craigloewen-msftbenhillisCopilot
authored
Updated enable virtualization error message (#14110)
* Updated enable virtualization error message * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Ben Hillis <benhillis@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 081388c commit 49856a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

localization/strings/en-US/Resources.resw

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,11 @@ and 'wsl.exe --install &lt;Distro&gt;' to install.</value>
292292
<value>The Legacy distribution does not support WSL 2.</value>
293293
</data>
294294
<data name="MessageEnableVirtualization" xml:space="preserve">
295-
<value>WSL2 is not supported with your current machine configuration.
296-
Please enable the "Virtual Machine Platform" optional component and ensure virtualization is enabled in the BIOS.
295+
<value>WSL2 is unable to start since virtualization is not enabled on this machine.
296+
Please ensure the "Virtual Machine Platform" optional component is enabled and virtualization is turned on in your computer's firmware settings.
297+
297298
Enable "Virtual Machine Platform" by running: wsl.exe --install --no-distribution
299+
298300
For information please visit https://aka.ms/enablevirtualization</value>
299301
<comment>{Locked="--install "}{Locked="--no-distribution
300302
"}Command line arguments, file names and string inserts should not be translated</comment>

0 commit comments

Comments
 (0)