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

Support WSL for live system inspection #35

Closed
abelcheung opened this issue Nov 26, 2023 · 0 comments · Fixed by #38
Closed

Support WSL for live system inspection #35

abelcheung opened this issue Nov 26, 2023 · 0 comments · Fixed by #38
Assignees
Labels
enhancement windows Windows specific issues
Milestone

Comments

@abelcheung
Copy link
Owner

It should be possible to support running under WSL (v2 at least) for --live option.

  • Run whoami.exe to retrieve current user SID
whoami.exe /user /fo csv
"User Name","SID"
"machine\user","S-1-5-21-..."
  • Get mounted drives from /proc/mounts with fstype drvfs
  • Build the possible recycle bin folders from above data

For detection of WSL environment, probably this comment would be one of the most comprehensive.

@abelcheung abelcheung added this to the 0.9 milestone Nov 26, 2023
@abelcheung abelcheung added enhancement windows Windows specific issues labels Nov 26, 2023
@abelcheung abelcheung modified the milestones: 0.9, 0.8.1 Nov 30, 2023
@abelcheung abelcheung self-assigned this Dec 1, 2023
@abelcheung abelcheung linked a pull request Dec 5, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement windows Windows specific issues
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant