Update mcc-ent-troubleshooting.md

Added troubleshooting section for wsl install failure when not logged on as local admin
This commit is contained in:
Chris J. Lin 2024-11-01 14:11:50 -07:00 committed by GitHub
parent 34e1f08298
commit 8264bd8523
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,6 +60,10 @@ There are three types of installation log files:
The Registered Task Transcript is usually the most useful for diagnosing the installation issue. The Registered Task Transcript is usually the most useful for diagnosing the installation issue.
### WSL2 fails to install with message "A specified logon session does not exist"
If you are encountering this failure message when attempting to run the PowerShell command `wsl.exe --install --no-distribution` on your Windows host machine, verify that you are logged on as a local administrator and running the command from an elevated PowerShell window.
### Updating the WSL2 kernel ### Updating the WSL2 kernel
If the Connected Cache installation is failing due to WSL-related issues, try running `wsl.exe --update` to get the latest version of the WSL kernel. If the Connected Cache installation is failing due to WSL-related issues, try running `wsl.exe --update` to get the latest version of the WSL kernel.