mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-15 14:05:28 -06:00
Add information on the optional components in collect-wsl-logs.ps1 (#9447)
This commit is contained in:
parent
39802eac61
commit
44fbc2446d
@ -35,6 +35,7 @@ if (Test-Path $wslconfig)
|
||||
|
||||
get-appxpackage MicrosoftCorporationII.WindowsSubsystemforLinux > $folder/appxpackage.txt
|
||||
get-acl "C:\ProgramData\Microsoft\Windows\WindowsApps" -ErrorAction Ignore | Format-List > $folder/acl.txt
|
||||
Get-WindowsOptionalFeature -Online > $folder/optional-components.txt
|
||||
|
||||
wpr.exe -start $LogProfile -filemode
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user